Date: Sun, 5 May 2019 17:23:11 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500863 - head/www/firefox Message-ID: <201905051723.x45HNB6u085567@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Sun May 5 17:23:11 2019 New Revision: 500863 URL: https://svnweb.freebsd.org/changeset/ports/500863 Log: update www/firefox to 66.0.4 (rc3) https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox MFH: 2019Q2 (blanket: web browser) Modified: head/www/firefox/Makefile head/www/firefox/distinfo Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun May 5 15:54:08 2019 (r500862) +++ head/www/firefox/Makefile Sun May 5 17:23:11 2019 (r500863) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.3 -PORTREVISION= 2 +DISTVERSION= 66.0.4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Sun May 5 15:54:08 2019 (r500862) +++ head/www/firefox/distinfo Sun May 5 17:23:11 2019 (r500863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554840099 -SHA256 (firefox-66.0.3.source.tar.xz) = 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a -SIZE (firefox-66.0.3.source.tar.xz) = 281164936 +TIMESTAMP = 1557048971 +SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d +SIZE (firefox-66.0.4.source.tar.xz) = 283007704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905051723.x45HNB6u085567>