Received: by mail.netbsd.org (Postfix, from userid 605) id D7B1484DED; Sat, 11 May 2019 04:07:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B60384DE5 for ; Sat, 11 May 2019 04:07:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z1NpkUUsYRde for ; Sat, 11 May 2019 04:07:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC7A384CD4 for ; Sat, 11 May 2019 04:07:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C08FCFB16; Sat, 11 May 2019 04:07:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557547628209590" MIME-Version: 1.0 Date: Sat, 11 May 2019 04:07:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190511040708.C08FCFB16@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. --_----------=_1557547628209590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat May 11 04:07:08 UTC 2019 Modified Files: pkgsrc/mail/thunderbird: Makefile distinfo Log Message: Update to 60.6.1 Changelog: #CVE-2019-9810: IonMonkey MArraySlice has incorrect alias information #CVE-2019-9813: Ionmonkey type confusion with __proto__ mutations To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 pkgsrc/mail/thunderbird/Makefile cvs rdiff -u -r1.207 -r1.208 pkgsrc/mail/thunderbird/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557547628209590 Content-Disposition: inline Content-Length: 2109 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/Makefile diff -u pkgsrc/mail/thunderbird/Makefile:1.223 pkgsrc/mail/thunderbird/Makefile:1.224 --- pkgsrc/mail/thunderbird/Makefile:1.223 Sun Mar 24 12:27:22 2019 +++ pkgsrc/mail/thunderbird/Makefile Sat May 11 04:07:08 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.223 2019/03/24 12:27:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.224 2019/05/11 04:07:08 ryoon Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 60.6.0 +TB_VER= 60.6.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/thunderbird/distinfo diff -u pkgsrc/mail/thunderbird/distinfo:1.207 pkgsrc/mail/thunderbird/distinfo:1.208 --- pkgsrc/mail/thunderbird/distinfo:1.207 Sun Mar 24 12:27:22 2019 +++ pkgsrc/mail/thunderbird/distinfo Sat May 11 04:07:08 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.207 2019/03/24 12:27:22 ryoon Exp $ +$NetBSD: distinfo,v 1.208 2019/05/11 04:07:08 ryoon Exp $ -SHA1 (thunderbird-60.6.0.source.tar.xz) = 1e5f5330eb14d74157b0ca9e461a191b025c7a7e -RMD160 (thunderbird-60.6.0.source.tar.xz) = 8591265979f6953de242a44ecb8327e4df03b4a0 -SHA512 (thunderbird-60.6.0.source.tar.xz) = 9f58ca34b7b1ea9643db1bd3f370176d9439a38db5aec41b68e118041f6c5cfbc94750ac1b8333d2e20d2f376fb97a0c97deadc87a597896b24cfdcce31b88b4 -Size (thunderbird-60.6.0.source.tar.xz) = 285222616 bytes +SHA1 (thunderbird-60.6.1.source.tar.xz) = 2ad442fa775df6ee0c432fda2b69463257d476cf +RMD160 (thunderbird-60.6.1.source.tar.xz) = c80d36a4606933c912e227b538660b551107dc68 +SHA512 (thunderbird-60.6.1.source.tar.xz) = 78e96aeb235a07ea3f53c4212a764e9b92dacd0e5d5561e454008a56d165a1e235ed05a8ecdb77efecf80f4c7f7ba2cf7a682c775047d7c175dfb50a1d9a42d2 +Size (thunderbird-60.6.1.source.tar.xz) = 288706632 bytes SHA1 (patch-browser_app_profile_firefox.js) = a939d5d4f0284f66a83bc0062f0fc173e6f75bd2 SHA1 (patch-build_moz.configure_old.configure) = 6cded37360c0609e780f4fdd19ed5e81d5de43f3 SHA1 (patch-build_moz.configure_rust.configure) = 98a009b91dc10b741d3fff3103c782d63373ad29 --_----------=_1557547628209590--