diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-08-12 04:58:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-08-12 04:58:45 +0000 |
commit | 4f5cd05c53fe345b24e81d93ee0f6ccddd3cc215 (patch) | |
tree | 6643d3d2208f72d778506fea37fc0fad9f7a2329 /www/firefox/Makefile | |
parent | 5626816faf35440ff9fc3c2250e1b7a18704dbd7 (diff) | |
download | pkgsrc-4f5cd05c53fe345b24e81d93ee0f6ccddd3cc215.tar.gz |
Update to 55.0.1
Changelog:
Fixed
Fix a regression the tab restoration process (bug 1388160)
Fix a problem causing What's new pages not to be displayed (bug 1386224)
Fix a rendering issue with some PKCS#11 libraries (bug 1388370)
Disable the predictor prefetch (bug 1388160)
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5c368701f61..607e1903d18 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.301 2017/08/10 14:46:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.302 2017/08/12 04:58:45 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 55.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//} |