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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3F01C1A9217 for ; Sun, 29 Nov 2020 06:18:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7D08284D61; Sun, 29 Nov 2020 06:18:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6DEC84CF1 for ; Sun, 29 Nov 2020 06:18:18 +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 IeeRdCEYiFAE for ; Sun, 29 Nov 2020 06:18:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DB3F84CEF for ; Sun, 29 Nov 2020 06:18:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16E7DFA9D; Sun, 29 Nov 2020 06:18:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606630698231030" MIME-Version: 1.0 Date: Sun, 29 Nov 2020 06:18:18 +0000 From: "Tom Spindler" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: dogcow@netbsd.org X-Mailer: log_accum Message-Id: <20201129061818.16E7DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606630698231030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dogcow Date: Sun Nov 29 06:18:17 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 pkgsrc/security/mozilla-rootcerts: Makefile distinfo Removed Files: pkgsrc/security/mozilla-rootcerts/patches: patch-certdata.txt Log Message: bump mozilla-rootcerts to 20201102 of certdata.txt To generate a diff of this commit: cvs rdiff -u -r1.6463 -r1.6464 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/mozilla-rootcerts/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/mozilla-rootcerts/distinfo cvs rdiff -u -r1.3 -r0 \ pkgsrc/security/mozilla-rootcerts/patches/patch-certdata.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606630698231030 Content-Disposition: inline Content-Length: 3141 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.6463 pkgsrc/doc/CHANGES-2020:1.6464 --- pkgsrc/doc/CHANGES-2020:1.6463 Sun Nov 29 05:11:07 2020 +++ pkgsrc/doc/CHANGES-2020 Sun Nov 29 06:18:17 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.6463 2020/11/29 05:11:07 ryoon Exp $ +$NetBSD: CHANGES-2020,v 1.6464 2020/11/29 06:18:17 dogcow Exp $ Changes to the packages collection and infrastructure in 2020: @@ -9435,3 +9435,4 @@ Changes to the packages collection and i Updated audio/spotify-qt to 3.2 [pin 2020-11-28] Updated games/craft to 3.5nb5 [dholland 2020-11-29] Updated www/php-nextcloud to 20.0.2 [ryoon 2020-11-29] + Updated security/mozilla-rootcerts to 1.0.20201102 [dogcow 2020-11-29] Index: pkgsrc/security/mozilla-rootcerts/Makefile diff -u pkgsrc/security/mozilla-rootcerts/Makefile:1.40 pkgsrc/security/mozilla-rootcerts/Makefile:1.41 --- pkgsrc/security/mozilla-rootcerts/Makefile:1.40 Fri Nov 27 16:18:35 2020 +++ pkgsrc/security/mozilla-rootcerts/Makefile Sun Nov 29 06:18:17 2020 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2020/11/27 16:18:35 gdt Exp $ +# $NetBSD: Makefile,v 1.41 2020/11/29 06:18:17 dogcow Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} -PKGREVISION= 2 CATEGORIES= security -MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/4f0b2cc28b1482e285bcfceec472a568f3843299/security/nss/lib/ckfw/builtins/certdata.txt +MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/24aaf5d4c68bccf698870752ca00e2c8952032f8/security/nss/lib/ckfw/builtins/certdata.txt EXTRACT_SUFX= # empty DISTFILES= ${CERTDATA} @@ -15,7 +14,7 @@ LICENSE= mpl-2.0 USE_TOOLS= awk:run echo:run expr:run ln:run ls:run openssl:run rm:run mkdir:run # This must be kept in sync with security/mozilla-rootcerts-openssl -CERTDATA_DATE= 20200529 +CERTDATA_DATE= 20201102 CERTDATA= certdata-${CERTDATA_DATE}.txt WRKSRC= ${WRKDIR} Index: pkgsrc/security/mozilla-rootcerts/distinfo diff -u pkgsrc/security/mozilla-rootcerts/distinfo:1.18 pkgsrc/security/mozilla-rootcerts/distinfo:1.19 --- pkgsrc/security/mozilla-rootcerts/distinfo:1.18 Fri Jun 12 10:35:11 2020 +++ pkgsrc/security/mozilla-rootcerts/distinfo Sun Nov 29 06:18:17 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/06/12 10:35:11 maya Exp $ +$NetBSD: distinfo,v 1.19 2020/11/29 06:18:17 dogcow Exp $ -SHA1 (certdata-20200529.txt) = 3707d1ea79b8feba0a97431a39ae27112a1ccfca -RMD160 (certdata-20200529.txt) = d2359410858af530b960d4157f780d5400a82e0b -SHA512 (certdata-20200529.txt) = 39383103063dde12962a182f438163be2ff3b53c95da2b8433d6688b8405c36491b862c248d0f7f4ed6a4b67fa3752b75d9e5d6c6761b096cc5363fbacd7682c -Size (certdata-20200529.txt) = 1271692 bytes -SHA1 (patch-certdata.txt) = 08dc8064508c4914aaa0b14dc194dd935035776b +SHA1 (certdata-20201102.txt) = 6c3691802d9b09c9fe63d8c0a4ce05d6c05cb420 +RMD160 (certdata-20201102.txt) = 707520b5841c221017e9bcc4c69af959965db359 +SHA512 (certdata-20201102.txt) = 0ce6336947fe1cab008f79fc8ade98606af31863c22dc147b6fbc84112684a6afe7dc81b15f01351afcd06f09740cb3f080643bd98b3259a01f7545efcb5b08c +Size (certdata-20201102.txt) = 1244711 bytes --_----------=_1606630698231030--