diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-02-12 15:21:48 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-02-12 15:21:48 +0000 |
commit | 94edfb60e058097e75cf56c2378933f95cb78c8c (patch) | |
tree | cbf907b39703b3f3a26ae286a22f95462c7a9f9c /www/firefox/Makefile | |
parent | b49066e47df1f76cac24b0f571e4c824fb09225b (diff) | |
download | pkgsrc-94edfb60e058097e75cf56c2378933f95cb78c8c.tar.gz |
Update to 44.0.2
Changelog:
Fix: Firefox hangs or crashes on startup (1243098)
Security bug:
2016-13 Same-origin-policy violation using Service Workers with plugins
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 1d01a972026..af16beb5e6a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.242 2016/02/09 12:47:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.243 2016/02/12 15:21:48 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 44.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//} |