Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AA1297A16F for ; Mon, 8 May 2017 15:33:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B18A84DB7; Mon, 8 May 2017 15:33:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF4FD84DAF for ; Mon, 8 May 2017 15:33:43 +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 R57dON_Dma-5 for ; Mon, 8 May 2017 15:33:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6FEBA84C6C for ; Mon, 8 May 2017 15:33:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E45EFBE4; Mon, 8 May 2017 15:33:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494257623261730" MIME-Version: 1.0 Date: Mon, 8 May 2017 15:33:43 +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: <20170508153343.6E45EFBE4@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. --_----------=_1494257623261730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon May 8 15:33:43 UTC 2017 Modified Files: pkgsrc/www/firefox: Makefile distinfo Log Message: Update to 53.0.2 Changelog: Fixed Various security fixes Make form validation errors and date picker panel visible to the user (Bug 1341190) Changed The non-standard showDialog argument to window.find is now ignored (Bug 1348409) Security fixes: #CVE-2017-5031: Use after free in ANGLE To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 pkgsrc/www/firefox/Makefile cvs rdiff -u -r1.279 -r1.280 pkgsrc/www/firefox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494257623261730 Content-Disposition: inline Content-Length: 1950 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.293 pkgsrc/www/firefox/Makefile:1.294 --- pkgsrc/www/firefox/Makefile:1.293 Thu Apr 27 01:49:47 2017 +++ pkgsrc/www/firefox/Makefile Mon May 8 15:33:43 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.293 2017/04/27 01:49:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.294 2017/05/08 15:33:43 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 53.0 -MOZ_BRANCH_MINOR= +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} Index: pkgsrc/www/firefox/distinfo diff -u pkgsrc/www/firefox/distinfo:1.279 pkgsrc/www/firefox/distinfo:1.280 --- pkgsrc/www/firefox/distinfo:1.279 Thu Apr 27 14:08:34 2017 +++ pkgsrc/www/firefox/distinfo Mon May 8 15:33:43 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.279 2017/04/27 14:08:34 ryoon Exp $ +$NetBSD: distinfo,v 1.280 2017/05/08 15:33:43 ryoon Exp $ -SHA1 (firefox-53.0.source.tar.xz) = 5a617605f60da87f33bc82eaa46710666f134d84 -RMD160 (firefox-53.0.source.tar.xz) = 470d1214f98c2c75e27e5084c1176eacb8ba1f4b -SHA512 (firefox-53.0.source.tar.xz) = 36ec810bab58e3d99478455a38427a5efbc74d6dd7d4bb93b700fd7429b9b89250efd0abe4609091483991802090c6373c8434dfc9ba64c79a778e51fd2a2886 -Size (firefox-53.0.source.tar.xz) = 213676692 bytes +SHA1 (firefox-53.0.2.source.tar.xz) = 5f3e78c6f3a19d1e0004a8a35b0b2e5959c6905b +RMD160 (firefox-53.0.2.source.tar.xz) = 682a96e7bccfc58fa861c350d9f28d1d1979a541 +SHA512 (firefox-53.0.2.source.tar.xz) = d56d563db7e1a0faa2de9315b71b479adb9109624d0958224ad2cee331dcbdb4f414380bd91f70ee0b3e543eca812c172eb2d6f6b5620f6dd6f61675f5ac69d8 +Size (firefox-53.0.2.source.tar.xz) = 215124156 bytes SHA1 (patch-aa) = 60b2a879dac3f122828042b37aab597b07643a87 SHA1 (patch-as) = 632ebd35287f8f97d18721d39a0514d4cdbb12cc SHA1 (patch-browser_app_nsBrowserApp.cpp) = c89a51efa326824122e6a8ca7af8ff2d6fabc7a8 --_----------=_1494257623261730--