diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-04-29 16:30:08 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-04-29 16:30:08 +0000 |
commit | e2e528f16f1f0aad156e853e80dc47cbedac7e6a (patch) | |
tree | 41b102c8982866da0185a495cbfe67c28c3ad75a /devel | |
parent | 1dc50453393e96324d39d74b760258bb5f200094 (diff) | |
download | pkgsrc-e2e528f16f1f0aad156e853e80dc47cbedac7e6a.tar.gz |
Update to 10.0.4
Patches from Bernd Ernesti on pkgsrc-users.
Changelog:
The following problems are fixed.
* Security fixes
* extensions.checkCompatibility.* prefs didn't work as expected
in ESR releases (734848)
* Firefox ESR 10.0.3 opened "Whats New" page after update (737535)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xulrunner10/PLIST | 3 | ||||
-rw-r--r-- | devel/xulrunner10/dist.mk | 4 | ||||
-rw-r--r-- | devel/xulrunner10/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/xulrunner10/PLIST b/devel/xulrunner10/PLIST index 9acff0ce2c2..074c811c8a5 100644 --- a/devel/xulrunner10/PLIST +++ b/devel/xulrunner10/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/15 08:58:27 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/04/29 16:30:08 ryoon Exp $ bin/xulrunner10 ${PLIST.jit}include/xulrunner10/Allocator.h ${PLIST.jit}include/xulrunner10/Assembler.h @@ -10,6 +10,7 @@ ${PLIST.jit}include/xulrunner10/Containers.h include/xulrunner10/CustomQS_Canvas2D.h include/xulrunner10/CustomQS_WebGL.h include/xulrunner10/EGLUtils.h +include/xulrunner10/ForceDiscreteGPUHelperCGL.h ${PLIST.jit}include/xulrunner10/Fragmento.h include/xulrunner10/FrameLayerBuilder.h include/xulrunner10/FramePropertyTable.h diff --git a/devel/xulrunner10/dist.mk b/devel/xulrunner10/dist.mk index a7b586ebfbe..a808ee1a555 100644 --- a/devel/xulrunner10/dist.mk +++ b/devel/xulrunner10/dist.mk @@ -1,4 +1,4 @@ -# $NetBSD: dist.mk,v 1.2 2012/03/19 20:33:32 ryoon Exp $ +# $NetBSD: dist.mk,v 1.3 2012/04/29 16:30:08 ryoon Exp $ # # used by devel/xulrunner10/Makefile # used by www/firefox10/Makefile @@ -6,7 +6,7 @@ DISTNAME= firefox-${FIREFOX_VER}esr.source FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 10.0 -MOZ_BRANCH_MINOR= .3 +MOZ_BRANCH_MINOR= .4 MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}esr/source/} \ ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}esr/source/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/xulrunner10/distinfo b/devel/xulrunner10/distinfo index 6a7869aafdf..3c6c59f9af6 100644 --- a/devel/xulrunner10/distinfo +++ b/devel/xulrunner10/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/15 08:58:27 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/04/29 16:30:08 ryoon Exp $ -SHA1 (firefox-10.0.3esr.source.tar.bz2) = 26ccd609da69a9c4bcf4cd99456ba68b45c8d970 -RMD160 (firefox-10.0.3esr.source.tar.bz2) = 3f0ba6e7e6450f9abae18b4801cfb502a9faf486 -Size (firefox-10.0.3esr.source.tar.bz2) = 75471818 bytes +SHA1 (firefox-10.0.4esr.source.tar.bz2) = d20c07f40fec96b7d267bddc8d1b41b47b6495ba +RMD160 (firefox-10.0.4esr.source.tar.bz2) = 094c5017a0061293e31144d768877189e2064cdd +Size (firefox-10.0.4esr.source.tar.bz2) = 75714917 bytes SHA1 (patch-aa) = 27261c9d6696cd609dd019fa7588f356df7c5ce5 SHA1 (patch-ab) = b1efa63d3f9e0dca0247037696839dbce756f88c SHA1 (patch-ac) = 4da7049472449bb05590ca434c09a1e08423d2eb |