pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c001aa971c87
branches:  trunk
changeset: 319728:c001aa971c87
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Feb 19 15:23:53 2019 +0000

description:
Update to 65.0.1

Changelog:

Fixed
    Fixed accidental requests to addons.mozilla.org when an addon recommendation doorhanger is shown (bug 1526387)

    Improved playback of interactive Netflix videos (bug 1524500)

    Fixed color management not working on macOS (bug 1506495)

    Fixed incorrect sizing of the "Clear Recent History" window in some situations (bug 1523696)

    Fixed audio & video delays while making WebRTC calls (bug 1521577 & bug 1523817)

    Fixed video sizing problems during some WebRTC calls (bug 1520200)

    Fixed looping CONNECT requests when using WebSockets over HTTP/2 from behind a proxy server (bug 1523427)

    Fixed the "Enter" key not working on password entry fields for certain Linux distributions (bug 1523635)

    Various stability and security fixes.

Security fixes:
#CVE-2018-18356: Use-after-free in Skia
#CVE-2019-5785: Integer overflow in Skia
#CVE-2018-18511: Cross-origin theft of images with ImageBitmapRenderingContext

diffstat:

 www/firefox/Makefile |   6 ++----
 www/firefox/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 507c2f54c177 -r c001aa971c87 www/firefox/Makefile
--- a/www/firefox/Makefile      Tue Feb 19 15:18:19 2019 +0000
+++ b/www/firefox/Makefile      Tue Feb 19 15:23:53 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.358 2019/02/01 16:47:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.359 2019/02/19 15:23:53 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            65.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
@@ -17,7 +16,6 @@
 LICENSE=       mpl-1.1
 
 WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER}
-WRKSRC=                ${WRKDIR}/firefox-65.0
 
 MOZILLA_DIR=   # empty
 
diff -r 507c2f54c177 -r c001aa971c87 www/firefox/distinfo
--- a/www/firefox/distinfo      Tue Feb 19 15:18:19 2019 +0000
+++ b/www/firefox/distinfo      Tue Feb 19 15:23:53 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.337 2019/02/01 16:47:59 ryoon Exp $
+$NetBSD: distinfo,v 1.338 2019/02/19 15:23:53 ryoon Exp $
 
-SHA1 (firefox-65.0.source.tar.xz) = fb79c84b58da18ca9248058c68b95bbcea829512
-RMD160 (firefox-65.0.source.tar.xz) = 22124edda9588fb0a64b2f7494dd3a0ee99df6d4
-SHA512 (firefox-65.0.source.tar.xz) = 10ab04612c55f020fd4fe9ba7184f77e27bb62e7204ebd4e2e8e4af9fbb97b5594dd057b3c9c1fd960a48cedfd09c11939210dba873cc66ee651dc83dc9cbed2
-Size (firefox-65.0.source.tar.xz) = 278317028 bytes
+SHA1 (firefox-65.0.1.source.tar.xz) = 5b3a64d5c843f4e23cb3220a3211077bc58cba34
+RMD160 (firefox-65.0.1.source.tar.xz) = 397345aa64b18771f7f82c41c146ee19d4865343
+SHA512 (firefox-65.0.1.source.tar.xz) = cc76a83f6430f501c2260c6b35b5e48f045f5b180daf03375e9ab114a9afd67dfc0146ddb81cd29be4617aadb66a332ed5ebc625cb500df9579e412ed4909599
+Size (firefox-65.0.1.source.tar.xz) = 276816148 bytes
 SHA1 (patch-aa) = 649bafc86814ed9819a51f8347c5058123bd2d51
 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14
 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99



Home | Main Index | Thread Index | Old Index