diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-06-19 12:24:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-06-19 12:24:06 +0000 |
commit | 861c9482e109140699382020e54af9d7dae95411 (patch) | |
tree | dc1782d24c823e6212a2290e83297a27a70ad847 | |
parent | acd5d47826363807a1c2eb00184b920624c5f8f6 (diff) | |
download | pkgsrc-861c9482e109140699382020e54af9d7dae95411.tar.gz |
Update to 67.0.3
Changelog:
Security fix:
#CVE-2019-11707: Type confusion in Array.pop
-rw-r--r-- | www/firefox/Makefile | 5 | ||||
-rw-r--r-- | www/firefox/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 9d3ac0dc99f..0b6c7c9ab9f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.385 2019/06/13 22:05:24 nia Exp $ +# $NetBSD: Makefile,v 1.386 2019/06/19 12:24:06 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 67.0 -MOZ_BRANCH_MINOR= .2 +MOZ_BRANCH_MINOR= .3 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 diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 106b2978b12..db39983b8f1 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.358 2019/06/13 22:05:24 nia Exp $ +$NetBSD: distinfo,v 1.359 2019/06/19 12:24:06 ryoon Exp $ -SHA1 (firefox-67.0.2.source.tar.xz) = 3d59fe567f9f2d1c0767ef2ea595b738a7e53c89 -RMD160 (firefox-67.0.2.source.tar.xz) = b5182bb4493aaf54fb64f7da6710c3d0092d8c85 -SHA512 (firefox-67.0.2.source.tar.xz) = 14da0aa23571c83dfd4cf1b33027434425c99c4b8838d335cfbd93ef60ad936cd7e7f60ad84be688f434371c9b49142e1020df63ac3e65f78b6595f5a8c19590 -Size (firefox-67.0.2.source.tar.xz) = 283090748 bytes +SHA1 (firefox-67.0.3.source.tar.xz) = 544cacc388ef0611faa78ba2679aa7b854fd56f4 +RMD160 (firefox-67.0.3.source.tar.xz) = 37da8e3741059cab5c85c0edc35dafa854cfeda5 +SHA512 (firefox-67.0.3.source.tar.xz) = c75075a48d950decdac295c879d0d9d75a17fdc5d32d1fd4b0ec9141f09f97603e2c5c1266257a21f7ccc53b919869f09e5829ab742811d040b4ecad29998682 +Size (firefox-67.0.3.source.tar.xz) = 285477708 bytes SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 |