summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-05-05 11:46:15 +0000
committerryoon <ryoon@pkgsrc.org>2016-05-05 11:46:15 +0000
commit16e6ca62eeb115dd7f93e54441da7868d0b8ab24 (patch)
tree1c2c796ac8141808fc2310c3b05b9882237432c9
parentc45dc893eb2b811e8f90806a141d3b3ca20348fa (diff)
downloadpkgsrc-16e6ca62eeb115dd7f93e54441da7868d0b8ab24.tar.gz
Update to 46.0.1
Changelog: Fixed Page loading issue related to antivirus software (Bug 1268922) Search plugin issue for various locales (Bug 1246494) Add-on signing certificate expiration (Bug 1267318) Service worker update issue (Bug 1267733) Build issue when jit is disabled (Bug 1266366) Limit Sync registration updates (Bug 1262312)
-rw-r--r--www/firefox/Makefile5
-rw-r--r--www/firefox/distinfo11
-rw-r--r--www/firefox/patches/patch-js_src_jit_none_MacroAssembler-none.h15
3 files changed, 7 insertions, 24 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 560a3c6158e..2d7b14b89fa 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.252 2016/05/04 16:22:35 martin Exp $
+# $NetBSD: Makefile,v 1.253 2016/05/05 11:46:15 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 46.0
-MOZ_BRANCH_MINOR=
+MOZ_BRANCH_MINOR= .1
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 2
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 9ef99dd6bc4..7131790dd18 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.244 2016/05/04 16:22:35 martin Exp $
+$NetBSD: distinfo,v 1.245 2016/05/05 11:46:15 ryoon Exp $
-SHA1 (firefox-46.0.source.tar.xz) = 95c5673b4449e8d694c50aea23d8160509d6a85b
-RMD160 (firefox-46.0.source.tar.xz) = 333ab663beceeed102a90e0c5c3f17610b9895d8
-SHA512 (firefox-46.0.source.tar.xz) = f5a652e25fa74e3cb271af04d50cc7b63ca73fde9d2ff350e84b3dda55352bac2b28b567aed12164285d992414ad475da9d2555ab972e5c5d7b8f5226591036b
-Size (firefox-46.0.source.tar.xz) = 187338968 bytes
+SHA1 (firefox-46.0.1.source.tar.xz) = 6705d7d1561dfa156ddd3277dc4a901c4c982d82
+RMD160 (firefox-46.0.1.source.tar.xz) = 4550b03bad6e101bb129645222a8dd3adc8a9646
+SHA512 (firefox-46.0.1.source.tar.xz) = c58642774f93ceaef4f99bc3fe578db6e4f6de7f1d23080da97b61bc4fc6b516ce99fa04368893c0fa2cb9cd0b36e96955656daa97d0bd0d8f4da6a2d364cb98
+Size (firefox-46.0.1.source.tar.xz) = 187160976 bytes
SHA1 (patch-aa) = aea6148d8f8927ef21f5736e61d3324ff86006e7
SHA1 (patch-ao) = fef085ff0df6f2fa2e54dca473e849eb7bc2cf84
SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2
@@ -67,7 +67,6 @@ SHA1 (patch-js_src_jit_AtomicOperations.h) = e13cf94a6692495717211eea589ab9c021d
SHA1 (patch-js_src_jit_MIR.cpp) = 32586fb4437b48c62ef3dd8267f4b1796196230b
SHA1 (patch-js_src_jit_arm_Architecture-arm.cpp) = d734bea22d803f5f1019fd817cd3993da29a422b
SHA1 (patch-js_src_jit_none_AtomicOperations-sparc.h) = 88d59ed8d16341686c34579008cbd49b3dde3c8d
-SHA1 (patch-js_src_jit_none_MacroAssembler-none.h) = 87bfc7a2bb40cd3badd533db02f78542a946534e
SHA1 (patch-js_src_jsdate.cpp) = 4e15badd1d9a08462a851aa2a8c47fd1e137626b
SHA1 (patch-js_src_jskwgen.cpp) = 34d3b92e13366d4b43ff755ad54f392c116d5c59
SHA1 (patch-js_src_jsmath.cpp) = 7d4993ae91e9b5e6820358165603819aefb586f9
diff --git a/www/firefox/patches/patch-js_src_jit_none_MacroAssembler-none.h b/www/firefox/patches/patch-js_src_jit_none_MacroAssembler-none.h
deleted file mode 100644
index fc9e7665e12..00000000000
--- a/www/firefox/patches/patch-js_src_jit_none_MacroAssembler-none.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-js_src_jit_none_MacroAssembler-none.h,v 1.1 2016/05/04 16:22:35 martin Exp $
-
-See https://bugzilla.mozilla.org/show_bug.cgi?id=1266366
-
---- js/src/jit/none/MacroAssembler-none.h.orig 2016-04-22 02:37:27.000000000 +0200
-+++ js/src/jit/none/MacroAssembler-none.h 2016-05-04 18:04:09.836344041 +0200
-@@ -255,6 +255,8 @@ class MacroAssemblerNone : public Assemb
- template <typename T, typename S> void branchPrivatePtr(Condition, T, S, Label*) { MOZ_CRASH(); }
- template <typename T, typename S> void decBranchPtr(Condition, T, S, Label*) { MOZ_CRASH(); }
- template <typename T, typename S> void branchTest64(Condition, T, T, S, Label*) { MOZ_CRASH(); }
-+ template <typename T, typename S> void branch64(Condition, T, S, Label*) { MOZ_CRASH(); }
-+ template <typename T, typename S> void branch64(Condition, T, T, S, Label*) { MOZ_CRASH(); }
- template <typename T, typename S> void mov(T, S) { MOZ_CRASH(); }
- template <typename T, typename S> void movq(T, S) { MOZ_CRASH(); }
- template <typename T, typename S> void movePtr(T, S) { MOZ_CRASH(); }