diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-08-29 12:11:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-08-29 12:11:22 +0000 |
commit | d9b1867647f0d7a31e257bb5f4032cfa6a690d7b (patch) | |
tree | 392b9c48e05142c02f19077382ee6d0b7267da78 /www | |
parent | 211b384f2e51bebdabd6f35db353643600b01847 (diff) | |
download | pkgsrc-d9b1867647f0d7a31e257bb5f4032cfa6a690d7b.tar.gz |
Update to 40.0.3
* Enable PIE.
Changelog:
Changed Disable the asynchronous plugin initialization (1198590)
Fixed Fix a segmentation fault in the GStreamer support (GNU/Linux) (1145230)
Fixed Fix a startup crash when using DisplayLink (Windows Only) (1195844)
Fixed Fix a regression with some Japanese fonts used in the <input> field (1194055)
Fixed On some sites, the selection in a select combox box using the mouse could be broken (1194733)
Fixed Some search partner codes were missing (1195683)
Fixed Various security fixes
Fixed in Firefox 40.0.3
2015-95 Add-on notification bypass through data URLs
2015-94 Use-after-free when resizing canvas element during restyling
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/distinfo | 8 | ||||
-rw-r--r-- | www/firefox/mozilla-common.mk | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3fad88321ab..f121cdd03a6 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.223 2015/08/19 11:37:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.224 2015/08/29 12:11:22 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 40.0 -MOZ_BRANCH_MINOR= .2 +MOZ_BRANCH_MINOR= .3 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index c95137f86b5..59ce23143ba 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.212 2015/08/19 11:37:04 ryoon Exp $ +$NetBSD: distinfo,v 1.213 2015/08/29 12:11:22 ryoon Exp $ -SHA1 (firefox-40.0.2.source.tar.bz2) = b5d79fa3684284bfeb7277e99c756b8688e8121d -RMD160 (firefox-40.0.2.source.tar.bz2) = ad8dfd2fa089ccdd0e0346bbf5a37f1af2b17830 -Size (firefox-40.0.2.source.tar.bz2) = 178279170 bytes +SHA1 (firefox-40.0.3.source.tar.bz2) = 6ddda46bd6540ab3ae932fbb5ffec8e9a85cab13 +RMD160 (firefox-40.0.3.source.tar.bz2) = 640b728067690744fc979093018f19d3b1fd546c +Size (firefox-40.0.3.source.tar.bz2) = 178261482 bytes SHA1 (patch-aa) = 4cd96ed9fc9eb9b36077a0382c7c5c3f37f435e5 SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 SHA1 (patch-ao) = ca7e6723a10b9f6e3306cd12557e1856727edee9 diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index ca234636da8..1395f1433d3 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.60 2015/08/11 23:48:17 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.61 2015/08/29 12:11:22 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -35,6 +35,7 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/tests/update-test262.sh CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}intl/icu/source/configure CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/components/loop/run-all-loop-tests.sh +CONFIGURE_ARGS+= --enable-pie CONFIGURE_ARGS+= --disable-tests CONFIGURE_ARGS+= --disable-pedantic CONFIGURE_ARGS+= --enable-crypto |