Received: by mail.netbsd.org (Postfix, from userid 605) id 4A7F484DD3; Fri, 21 Jun 2019 16:35:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C659484CEA for ; Fri, 21 Jun 2019 16:35:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g6d7hShnm0Dt for ; Fri, 21 Jun 2019 16:35:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52E5D84C81 for ; Fri, 21 Jun 2019 16:35:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CEF4FBF4; Fri, 21 Jun 2019 16:35:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156113493232420" MIME-Version: 1.0 Date: Fri, 21 Jun 2019 16:35:32 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190621163532.4CEF4FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156113493232420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Jun 21 16:35:32 UTC 2019 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 67.0.4 Changelog: #CVE-2019-11708: sandbox escape using Prompt:Open To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.359 -r1.360 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156113493232420 Content-Disposition: inline Content-Length: 1976 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.386 pkgsrc/www/firefox/Makefile:1.387 --- pkgsrc/www/firefox/Makefile:1.386 Wed Jun 19 12:24:06 2019 +++ pkgsrc/www/firefox/Makefile Fri Jun 21 16:35:32 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.386 2019/06/19 12:24:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.387 2019/06/21 16:35:32 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 67.0 -MOZ_BRANCH_MINOR= .3 +MOZ_BRANCH_MINOR= .4 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.359 pkgsrc/www/firefox/distinfo:1.360 --- pkgsrc/www/firefox/distinfo:1.359 Wed Jun 19 12:24:06 2019 +++ pkgsrc/www/firefox/distinfo Fri Jun 21 16:35:32 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.359 2019/06/19 12:24:06 ryoon Exp $ +$NetBSD: distinfo,v 1.360 2019/06/21 16:35:32 ryoon Exp $ -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 (firefox-67.0.4.source.tar.xz) = a6a28648bfad6aa9c2bbf1e9b4999909196dd741 +RMD160 (firefox-67.0.4.source.tar.xz) = 70431afccd2d31056fcdcd2abede3e6892d754cd +SHA512 (firefox-67.0.4.source.tar.xz) = 42abc837b5808a55e68273db6aa45fa73f8fe1df3c9072c94d8d049b6803ce8758745cc0a68af64c4ce9f86e5dd3b3619824ba67fabddce428204605894d9ee7 +Size (firefox-67.0.4.source.tar.xz) = 286036836 bytes SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99 --_----------=_156113493232420--