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:           Fri Feb 21 15:13:12 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo mozilla-common.mk

Log Message:
firefox: Update to 73.0.1

* Do not define USE_LANGUAGES+=gnu++17. Passing -std=gnu++17 to all clang
  invocations causes build failure.

Changelog:
Fixed
    Fixed crashes on Windows systems running third-party security software such as 0patch or G DATA (bug 1610790)

    Fixed loss of browser functionality in certain circumstances such as running in Windows compatibility mode or having custom anti-exploit settings (bug 1614885)

    Resolved problems connecting to the RBC Royal Bank website (bug 1613943)

    Fixed Firefox unexpectedly exiting when leaving Print Preview mode (bug 1611133)

    Fixed crashes when playing encrypted content on some Linux systems (bug 1614535)


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.381 -r1.382 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.152 -r1.153 pkgsrc/www/firefox/mozilla-common.mk

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.410 pkgsrc/www/firefox/Makefile:1.411
--- pkgsrc/www/firefox/Makefile:1.410   Wed Feb 12 16:36:50 2020
+++ pkgsrc/www/firefox/Makefile Fri Feb 21 15:13:12 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.410 2020/02/12 16:36:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.411 2020/02/21 15:13:12 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            73.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.381 pkgsrc/www/firefox/distinfo:1.382
--- pkgsrc/www/firefox/distinfo:1.381   Wed Feb 12 16:36:50 2020
+++ pkgsrc/www/firefox/distinfo Fri Feb 21 15:13:12 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.381 2020/02/12 16:36:50 ryoon Exp $
+$NetBSD: distinfo,v 1.382 2020/02/21 15:13:12 ryoon Exp $
 
-SHA1 (firefox-73.0.source.tar.xz) = aaf89b605e3d310c4ca90a17ce012d025dbe46a0
-RMD160 (firefox-73.0.source.tar.xz) = 045b96e00bd9f7639f2668703e324858cdf5b358
-SHA512 (firefox-73.0.source.tar.xz) = e10a8b48ae532d855ff50761cbdf2a6d94b2bad58a5e18d040db43d3424cbb068772f4d91c0aadd6c40b13e3d020e0e712955a1a12b41fda6333197fc34aa19a
-Size (firefox-73.0.source.tar.xz) = 319387000 bytes
+SHA1 (firefox-73.0.1.source.tar.xz) = 27948432e868f68951f885394c1165739d6902b3
+RMD160 (firefox-73.0.1.source.tar.xz) = d95068e78604695e399b0cf7fa988869a5a33ac7
+SHA512 (firefox-73.0.1.source.tar.xz) = 89fac2c50e092f2805f48399f68cdf0793324e1dce89266f62b76e9b335dfc553ae54a36738992630b6035a52cd65b9aa774e7e54cea2e3ec7d609d9219cdf76
+Size (firefox-73.0.1.source.tar.xz) = 326596084 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
@@ -26,6 +26,7 @@ SHA1 (patch-media_libcubeb_src_cubeb__al
 SHA1 (patch-media_libcubeb_src_moz.build) = 303cf902d8feb8efc3930d0df19b4713bf0ed795
 SHA1 (patch-media_libcubeb_update.sh) = 07cc41e24d2a004978c4cbf4ab0901544009d530
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
+SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0
 SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = e5700d95302ef9672b404ab19e13ef7ba3ede5cf
 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.152 pkgsrc/www/firefox/mozilla-common.mk:1.153
--- pkgsrc/www/firefox/mozilla-common.mk:1.152  Sat Feb 15 13:39:32 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Feb 21 15:13:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.152 2020/02/15 13:39:32 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.153 2020/02/21 15:13:12 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -20,7 +20,7 @@ ALL_ENV+=                     PYTHON3=${LOCALBASE}/bin/pyt
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
-USE_LANGUAGES+=                c99 gnu++17
+USE_LANGUAGES+=                c99 gnu++14
 UNLIMIT_RESOURCES+=    datasize
 
 TOOL_DEPENDS+=         cbindgen>=0.12.0:../../devel/cbindgen



Home | Main Index | Thread Index | Old Index