diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-23 14:38:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-23 14:38:51 +0000 |
commit | c2b195d4971d30b0ffe1f5452b142aa5e30b81b9 (patch) | |
tree | 60629d435184784ff04ded13d1ffb20145af514a /www/webkit-gtk | |
parent | aa7e2c2b63231b3b2c065f735da20e79b1a7fcbe (diff) | |
download | pkgsrc-c2b195d4971d30b0ffe1f5452b142aa5e30b81b9.tar.gz |
update to 1.2.3
changes:
-misc fixes, minor API extension
-allow to build against icu-4.4
-security fixes added (CVE-2010-1386, CVE-2010-1392, CVE-2010-1405,
CVE-2010-1407, CVE-2010-1416, CVE-2010-1417, CVE-2010-1665, CVE-2010-1418,
CVE-2010-1421, CVE-2010-1422, CVE-2010-1501, CVE-2010-1767, CVE-2010-1664,
CVE-2010-1758, CVE-2010-1759, CVE-2010-1760, CVE-2010-1761, CVE-2010-1762,
CVE-2010-1770, CVE-2010-1771, CVE-2010-1772, CVE-2010-1773, CVE-2010-1774)
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile | 5 | ||||
-rw-r--r-- | www/webkit-gtk/distinfo | 9 | ||||
-rw-r--r-- | www/webkit-gtk/patches/patch-ae | 15 |
3 files changed, 6 insertions, 23 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 16cec10ba11..2f2ef97f290 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2010/06/13 22:45:35 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2010/07/23 14:38:51 drochner Exp $ -DISTNAME= webkit-1.2.1 +DISTNAME= webkit-1.2.3 PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webkitgtk.org/ diff --git a/www/webkit-gtk/distinfo b/www/webkit-gtk/distinfo index 60430cd0938..ecf0666b227 100644 --- a/www/webkit-gtk/distinfo +++ b/www/webkit-gtk/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.18 2010/05/19 17:54:24 drochner Exp $ +$NetBSD: distinfo,v 1.19 2010/07/23 14:38:51 drochner Exp $ -SHA1 (webkit-1.2.1.tar.gz) = ced564514f0be0a88c696e7afd6902d967d532a2 -RMD160 (webkit-1.2.1.tar.gz) = f8c158b67fbcdfd9977edd530d5f8c15e402da6d -Size (webkit-1.2.1.tar.gz) = 7577236 bytes +SHA1 (webkit-1.2.3.tar.gz) = 88c38ebeba187a062272b2aa8ca2bbd0bbb86306 +RMD160 (webkit-1.2.3.tar.gz) = 41fa194de2865867dbf7d1156d0962a7580f2275 +Size (webkit-1.2.3.tar.gz) = 6740030 bytes SHA1 (patch-ad) = a5edd3fbff91488d220a3bfeb506865883c912cb -SHA1 (patch-ae) = f288ef197b1dbd6c33b16c781bdc9b2b2918fefc SHA1 (patch-af) = 971258e19192d058c4ca580abcbeb3b02f3bf6ce diff --git a/www/webkit-gtk/patches/patch-ae b/www/webkit-gtk/patches/patch-ae deleted file mode 100644 index 5a47c0dadb9..00000000000 --- a/www/webkit-gtk/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.4 2009/09/08 16:40:21 drochner Exp $ - ---- GNUmakefile.in.orig 2009-09-08 15:54:15.000000000 +0200 -+++ GNUmakefile.in -@@ -8007,7 +8007,9 @@ libWebCoreJS_depfiles := $(patsubst \ - webinspectordir = ${datadir}/webkit-1.0/webinspector - dist_webinspector_DATA = \ - $(WebCore)/English.lproj/localizedStrings.js \ -- $(shell ls $(WebCore)/inspector/front-end/*.{js,html,css}) -+ $(shell ls $(WebCore)/inspector/front-end/*.js) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.html) \ -+ $(shell ls $(WebCore)/inspector/front-end/*.css) - - webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images - dist_webinspectorimages_DATA = \ |