Received: by mail.netbsd.org (Postfix, from userid 605) id C9D9538E1D; Thu, 14 Oct 2021 12:06:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09CD0865FD for ; Thu, 14 Oct 2021 07:55:30 +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 e_S-K1IBsiGi for ; Thu, 14 Oct 2021 07:55:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23C5C8A0FF for ; Thu, 14 Oct 2021 07:35:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D799FA97; Thu, 14 Oct 2021 07:35:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634196955143540" MIME-Version: 1.0 Date: Thu, 14 Oct 2021 07:35:55 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/security/mozilla-rootcerts To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20211014073555.1D799FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634196955143540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Thu Oct 14 07:35:55 UTC 2021 Modified Files: pkgsrc/security/mozilla-rootcerts: Makefile distinfo Log Message: mozilla-rootcerts: Use date of the last change as the version number To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/mozilla-rootcerts/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/mozilla-rootcerts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634196955143540 Content-Disposition: inline Content-Length: 1833 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mozilla-rootcerts/Makefile diff -u pkgsrc/security/mozilla-rootcerts/Makefile:1.43 pkgsrc/security/mozilla-rootcerts/Makefile:1.44 --- pkgsrc/security/mozilla-rootcerts/Makefile:1.43 Thu Oct 14 07:21:43 2021 +++ pkgsrc/security/mozilla-rootcerts/Makefile Thu Oct 14 07:35:54 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2021/10/14 07:21:43 tron Exp $ +# $NetBSD: Makefile,v 1.44 2021/10/14 07:35:54 tron Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} CATEGORIES= security @@ -14,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= 20211014 +CERTDATA_DATE= 20210916 CERTDATA= certdata-${CERTDATA_DATE}.txt WRKSRC= ${WRKDIR} Index: pkgsrc/security/mozilla-rootcerts/distinfo diff -u pkgsrc/security/mozilla-rootcerts/distinfo:1.22 pkgsrc/security/mozilla-rootcerts/distinfo:1.23 --- pkgsrc/security/mozilla-rootcerts/distinfo:1.22 Thu Oct 14 07:21:43 2021 +++ pkgsrc/security/mozilla-rootcerts/distinfo Thu Oct 14 07:35:54 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2021/10/14 07:21:43 tron Exp $ +$NetBSD: distinfo,v 1.23 2021/10/14 07:35:54 tron Exp $ -RMD160 (certdata-20211014.txt) = 841ce3e29d70fbbe2ac17da2e2fe2d659ad43676 -SHA512 (certdata-20211014.txt) = 7e2708522593fb832ca5f4e84e85e340a17be691302bdceff6ec6f04fb4d79811af58e5c76d16831ef0217f08522d46736ab95d0deb67421d45d69ad7f6f6b95 -Size (certdata-20211014.txt) = 1243387 bytes +RMD160 (certdata-20210916.txt) = 841ce3e29d70fbbe2ac17da2e2fe2d659ad43676 +SHA512 (certdata-20210916.txt) = 7e2708522593fb832ca5f4e84e85e340a17be691302bdceff6ec6f04fb4d79811af58e5c76d16831ef0217f08522d46736ab95d0deb67421d45d69ad7f6f6b95 +Size (certdata-20210916.txt) = 1243387 bytes --_----------=_1634196955143540--