diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-08-17 12:47:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-08-17 12:47:55 +0000 |
commit | f8f96dfd132f9979b7482b0cb0d1cb482f3bdc8f (patch) | |
tree | 75d32e7ae4480cfeebef15a7891fe7975fba0489 | |
parent | b157077321cec97089a6ad007bbdf20a74baf165 (diff) | |
download | pkgsrc-f8f96dfd132f9979b7482b0cb0d1cb482f3bdc8f.tar.gz |
Update to 55.0.2
Changelog:
Fixed
Fix a potential issue when the username had some specific characters in the path (Bug 1388584)
Fix an issue with new installation notification for sideload add-ons (Bug 1372448)
Fix performance regressions with WebExtension (Bugs 1386937 & 1389381)
Fix a regression with the popup menu (Bug 1388682)
-rw-r--r-- | www/firefox/Makefile | 5 | ||||
-rw-r--r-- | www/firefox/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 433667388ca..63c1bd0ba26 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.303 2017/08/16 14:13:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.304 2017/08/17 12:47:55 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 55.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 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 c062f9a692d..b172cd71624 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.290 2017/08/16 14:13:44 ryoon Exp $ +$NetBSD: distinfo,v 1.291 2017/08/17 12:47:55 ryoon Exp $ -SHA1 (firefox-55.0.1.source.tar.xz) = 8ec2a864e277b4acc31ea96806aae3b90f1a4038 -RMD160 (firefox-55.0.1.source.tar.xz) = 38156cc7207d0ac4c9df2d5f997912aef40c22b1 -SHA512 (firefox-55.0.1.source.tar.xz) = 2c15cb3e1a9f464f63ff7ac8ccf0625ed845a5cb9b186d7acf121c439cec38bcdeee93630e99dbfd336f1b7e60a7c09822a1eba59f308bba8866f155b2ed1c47 -Size (firefox-55.0.1.source.tar.xz) = 236278024 bytes +SHA1 (firefox-55.0.2.source.tar.xz) = c7f216a1a13f180d76c2b29e6a28063583da2314 +RMD160 (firefox-55.0.2.source.tar.xz) = 449028936827eb222a6f07084691f76e70ea2760 +SHA512 (firefox-55.0.2.source.tar.xz) = a27722cb5840aac89752fea0880a7e093e84b50dc78a36dc8c4bd493ffda10fa61446007f680bfe65db7a0debe4c21e6f0bf9f0de9876bba067abdda6fed7be4 +Size (firefox-55.0.2.source.tar.xz) = 234450696 bytes SHA1 (patch-aa) = 373af8f1df58d20e015b231625e60914554fb779 SHA1 (patch-browser_base_content_baseMenuOverlay.xul) = 1d8959e2df0b546e381cf0e5af71808e8e7bebd7 SHA1 (patch-browser_components_nsBrowserGlue.js) = c27a9a57056ed3227e60f5663d9275ef4204ab39 |