pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update to 73.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6aa44c93d73b
branches:  trunk
changeset: 423601:6aa44c93d73b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Feb 21 15:13:12 2020 +0000

description:
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)

diffstat:

 www/firefox/Makefile          |   4 ++--
 www/firefox/distinfo          |  11 ++++++-----
 www/firefox/mozilla-common.mk |   4 ++--
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (58 lines):

diff -r 3b7acb6f5aec -r 6aa44c93d73b www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Feb 21 09:11:10 2020 +0000
+++ b/www/firefox/Makefile      Fri Feb 21 15:13:12 2020 +0000
@@ -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//}
diff -r 3b7acb6f5aec -r 6aa44c93d73b www/firefox/distinfo
--- a/www/firefox/distinfo      Fri Feb 21 09:11:10 2020 +0000
+++ b/www/firefox/distinfo      Fri Feb 21 15:13:12 2020 +0000
@@ -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_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
diff -r 3b7acb6f5aec -r 6aa44c93d73b www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Fri Feb 21 09:11:10 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Fri Feb 21 15:13:12 2020 +0000
@@ -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 @@
 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