summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-02-09 12:47:22 +0000
committerryoon <ryoon@pkgsrc.org>2016-02-09 12:47:22 +0000
commit2a4b72ab76104f03aedfb3cdc40155b8d8f48d60 (patch)
tree989ec4030d70f95d880be5b2385b3ad3fa832f82 /www/firefox
parentb419cc48771b4f764d032d80759228f8a5129a73 (diff)
downloadpkgsrc-2a4b72ab76104f03aedfb3cdc40155b8d8f48d60.tar.gz
Update to 44.0.1
Changelog: Fix: Fix issue which could lead to the removal of stored passwords under certain circumstances (1242176) Allows spaces in cookie names (1244505) Fix WebSockets when used in a Service Worker context (1243942) Disable opus/vorbis audio with H.264 (1245696) Require NSS 3.21 (1244069) Ship the Gecko SDK (1243740) Fix for graphics startup crash (GNU/Linux) (1222171) Fix a crash in cache networking (1244076)
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile5
-rw-r--r--www/firefox/distinfo10
-rw-r--r--www/firefox/mozilla-common.mk4
3 files changed, 9 insertions, 10 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index e3993635925..1d01a972026 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.241 2016/02/06 22:13:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.242 2016/02/09 12:47:22 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 44.0
-MOZ_BRANCH_MINOR=
-PKGREVISION= 1
+MOZ_BRANCH_MINOR= .1
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 583b7145aa8..aca4fdbca93 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.236 2016/02/06 22:13:22 ryoon Exp $
+$NetBSD: distinfo,v 1.237 2016/02/09 12:47:22 ryoon Exp $
-SHA1 (firefox-44.0.source.tar.xz) = 47189b0a15087dd8f27999f5d920ad204fde8dca
-RMD160 (firefox-44.0.source.tar.xz) = 7942b5a565f2b2e50a5d38c9f88dc30640a162fd
-SHA512 (firefox-44.0.source.tar.xz) = d7a2d3ee595dbf356795ba8029e298d8a69645e11d9201307008ad3a0d15b586cbc119d2273a83843621024d20cd67c7d490228f1c4c09b467cb5dcbd288a864
-Size (firefox-44.0.source.tar.xz) = 182370528 bytes
+SHA1 (firefox-44.0.1.source.tar.xz) = 1415f2140ed9e746eafeeb972cb7d31c766b2a71
+RMD160 (firefox-44.0.1.source.tar.xz) = a0fea18946b5078ec5104795f8e9164940c5443c
+SHA512 (firefox-44.0.1.source.tar.xz) = 1e6c2cc4525bfb2362bac1338b721e1021b5f6f794a9db1bf794bfd26d62a7f5ea2887af569e04c9ecf81c9da6fc9f52ba14d238de7c8274e5fb8d1f729b2e2f
+Size (firefox-44.0.1.source.tar.xz) = 182392260 bytes
SHA1 (patch-aa) = 0fb7310a484c89572122ea98da72e8e37af4467c
SHA1 (patch-ao) = fef085ff0df6f2fa2e54dca473e849eb7bc2cf84
SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 4b3a4e85728..7d8811f273e 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.69 2015/12/05 21:26:04 adam Exp $
+# $NetBSD: mozilla-common.mk,v 1.70 2016/02/09 12:47:22 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -224,7 +224,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.10.10
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.19.2
+BUILDLINK_API_DEPENDS.nss+= nss>=3.21
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"