pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep 21 07:25:50 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo

Log Message:
Update to 69.0.1

Changelog:
Fixed
    Fixed external programs launching in the background when clicking a link from inside Firefox to launch them (bug 1570845)

    Usability improvements to the Add-ons Manager for users with screen readers (bug 1567600)

    Fixed the Captive Portal notification bar not being dismissable in some situations after login is complete (bug 1578633)

    Fixed the maximum size of fonts in Reader Mode when zoomed (bug 1578454)

    Fixed missing stacks in the Developer Tools Performance section (bug 1578354)

    Security and stability fixes

        irefox 69.0.1

Security fixes:
#CVE-2019-11754: Pointer Lock is enabled with no user notification


To generate a diff of this commit:
cvs rdiff -u -r1.395 -r1.396 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.144 -r1.145 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.365 -r1.366 pkgsrc/www/firefox/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.395 pkgsrc/www/firefox/Makefile:1.396
--- pkgsrc/www/firefox/Makefile:1.395   Wed Sep 18 14:17:18 2019
+++ pkgsrc/www/firefox/Makefile Sat Sep 21 07:25:50 2019
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.395 2019/09/18 14:17:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.396 2019/09/21 07:25:50 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            69.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
@@ -35,8 +34,8 @@ LDFLAGS.FreeBSD+=     -lplc4 -lnspr4
 LDFLAGS.Linux+=                -lnspr4
 LDFLAGS.SunOS+=                -lm
 
-NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/firefox
-NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/firefox-bin
+NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/${MOZILLA}
+NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/${MOZILLA}-bin
 NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/plugin-container
 
 # Avoid ld "invalid section index" errors.
@@ -58,10 +57,10 @@ CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/
 CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpidl.py
 CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpt.py
 
-CHECK_WRKREF_SKIP+=lib/firefox/chrome/toolkit/content/global/buildconfig.html
+CHECK_WRKREF_SKIP+=lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html
 
 MOZILLA=       ${PKGBASE}
-MOZILLA_ICON=  ${WRKSRC}/${OBJDIR}/dist/firefox/browser/chrome/icons/default/default48.png
+MOZILLA_ICON=  ${WRKSRC}/${OBJDIR}/dist/${MOZILLA}/browser/chrome/icons/default/default48.png
 .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
 MOZILLA_NAME=  Firefox
 .else
@@ -98,7 +97,7 @@ post-build:
 INSTALLATION_DIRS+=    share/applications share/pixmaps
 post-install:
        ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
-       ${ECHO} '${PREFIX}/lib/firefox/firefox "$$@"' >> \
+       ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \
                ${DESTDIR}${PREFIX}/bin/${MOZILLA}
        ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA}
        ${INSTALL_DATA} ${WRKDIR}/desktop                               \

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.144 pkgsrc/www/firefox/PLIST:1.145
--- pkgsrc/www/firefox/PLIST:1.144      Sat Sep  7 03:41:42 2019
+++ pkgsrc/www/firefox/PLIST    Sat Sep 21 07:25:50 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.144 2019/09/07 03:41:42 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.145 2019/09/21 07:25:50 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AutoplayChild.jsm
@@ -3594,6 +3594,7 @@ lib/firefox/browser/defaults/settings/ma
 lib/firefox/browser/defaults/settings/main/language-dictionaries.json
 lib/firefox/browser/defaults/settings/main/onboarding.json
 lib/firefox/browser/defaults/settings/main/sites-classification.json
+lib/firefox/browser/defaults/settings/main/url-classifier-skip-urls.json
 lib/firefox/browser/defaults/settings/pinning/pins.json
 lib/firefox/browser/defaults/settings/security-state/intermediates.json
 lib/firefox/browser/defaults/settings/security-state/onecrl.json

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.365 pkgsrc/www/firefox/distinfo:1.366
--- pkgsrc/www/firefox/distinfo:1.365   Fri Sep  6 03:00:23 2019
+++ pkgsrc/www/firefox/distinfo Sat Sep 21 07:25:50 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.365 2019/09/06 03:00:23 ryoon Exp $
+$NetBSD: distinfo,v 1.366 2019/09/21 07:25:50 ryoon Exp $
 
-SHA1 (firefox-69.0.source.tar.xz) = e6c150543f35aaa68d979838ed12d42bbd929e7e
-RMD160 (firefox-69.0.source.tar.xz) = 2fec7d4dffbacec11498cbe14298db2bffc8b06f
-SHA512 (firefox-69.0.source.tar.xz) = 83b4b9a3466d2686ae5b72f9495172dcb37037f3301c68f7940604180e28a40720256f66b34b090dffbdd7b377fbb815df1bb80c3df842bc9ae59551c7cf07b0
-Size (firefox-69.0.source.tar.xz) = 323421020 bytes
+SHA1 (firefox-69.0.1.source.tar.xz) = 3c693918d85e789944e6fe59fe76c34115cae906
+RMD160 (firefox-69.0.1.source.tar.xz) = 602f9a09967c6badf9ce7e0025518e2ed3ac3bac
+SHA512 (firefox-69.0.1.source.tar.xz) = 89e63eb882cd729f938fef3cb0565cf166b14fa8c4e34ff027f3f6ea0469e4a49706074259013c1cea66f7a3f6f46aead8e055049d542935ddca983ac172b93f
+Size (firefox-69.0.1.source.tar.xz) = 315516072 bytes
 SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_old.configure) = 05963b12fd908d90e3378b30cff7e48291b8a447



Home | Main Index | Thread Index | Old Index