diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-12-04 15:17:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-12-04 15:17:55 +0000 |
commit | 4b0fc939353cf279a856208c944978517d79f99d (patch) | |
tree | b61353dc213de29d023e2b4ee771b0ffa0454f09 /www/firefox/Makefile | |
parent | 1ae97c1b3efdc8d561f1c33fb696fabb76afc59d (diff) | |
download | pkgsrc-4b0fc939353cf279a856208c944978517d79f99d.tar.gz |
Update to 57.0.1
Changelog:
Fixed
Fix a video color distortion issue on YouTube and other video sites
with some AMD devices (bug 1417442)
Fix an issue with prefs.js when the profile path has non-ascii
characters (bug 1420427)
Various security fixes
Google map crashes on OSX with Intel HD Graphics 3000
Changed
Block injection of a client library associated with the RealPlayer
Free player which is known to cause performance problems in Firefox.
(Bug 1418535)
Security fixes:
Not available
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 7973bb8014b..5b73f021347 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.313 2017/11/30 16:45:40 adam Exp $ +# $NetBSD: Makefile,v 1.314 2017/12/04 15:17:55 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 57.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/} |