Thu Oct 14 07:35:55 2021 UTC ()
mozilla-rootcerts: Use date of the last change as the version number


(tron)
diff -r1.43 -r1.44 pkgsrc/security/mozilla-rootcerts/Makefile
diff -r1.22 -r1.23 pkgsrc/security/mozilla-rootcerts/distinfo

cvs diff -r1.43 -r1.44 pkgsrc/security/mozilla-rootcerts/Makefile (expand / switch to unified diff)

--- pkgsrc/security/mozilla-rootcerts/Makefile 2021/10/14 07:21:43 1.43
+++ pkgsrc/security/mozilla-rootcerts/Makefile 2021/10/14 07:35:54 1.44
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.43 2021/10/14 07:21:43 tron Exp $ 1# $NetBSD: Makefile,v 1.44 2021/10/14 07:35:54 tron Exp $
2 2
3DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} 3DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/330c22fc463e2de39cae6b9f4c7e91dd6c255931/security/nss/lib/ckfw/builtins/certdata.txt 5MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/330c22fc463e2de39cae6b9f4c7e91dd6c255931/security/nss/lib/ckfw/builtins/certdata.txt
6EXTRACT_SUFX= # empty 6EXTRACT_SUFX= # empty
7DISTFILES= ${CERTDATA} 7DISTFILES= ${CERTDATA}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://hg.mozilla.org/mozilla-central/log/tip/security/nss/lib/ckfw/builtins/certdata.txt 10HOMEPAGE= https://hg.mozilla.org/mozilla-central/log/tip/security/nss/lib/ckfw/builtins/certdata.txt
11COMMENT= Root CA certificates from the Mozilla Project 11COMMENT= Root CA certificates from the Mozilla Project
12LICENSE= mpl-2.0 12LICENSE= mpl-2.0
13 13
14USE_TOOLS= awk:run echo:run expr:run ln:run ls:run openssl:run rm:run mkdir:run 14USE_TOOLS= awk:run echo:run expr:run ln:run ls:run openssl:run rm:run mkdir:run
15 15
16# This must be kept in sync with security/mozilla-rootcerts-openssl 16# This must be kept in sync with security/mozilla-rootcerts-openssl
17CERTDATA_DATE= 20211014 17CERTDATA_DATE= 20210916
18CERTDATA= certdata-${CERTDATA_DATE}.txt 18CERTDATA= certdata-${CERTDATA_DATE}.txt
19 19
20WRKSRC= ${WRKDIR} 20WRKSRC= ${WRKDIR}
21DATADIR= ${PREFIX}/share/${PKGBASE} 21DATADIR= ${PREFIX}/share/${PKGBASE}
22 22
23# Set paths depending on whether we depend on builtin or pkgsrc 23# Set paths depending on whether we depend on builtin or pkgsrc
24# openssl. \todo Arguably, we should consider installing into both 24# openssl. \todo Arguably, we should consider installing into both
25# builtin and pkgsrc, if both exist, but this requires much more 25# builtin and pkgsrc, if both exist, but this requires much more
26# thought. 26# thought.
27CHECK_BUILTIN.openssl= yes 27CHECK_BUILTIN.openssl= yes
28.include "../../security/openssl/builtin.mk" 28.include "../../security/openssl/builtin.mk"
29CHECK_BUILTIN.openssl= no 29CHECK_BUILTIN.openssl= no
30.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) 30.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])

cvs diff -r1.22 -r1.23 pkgsrc/security/mozilla-rootcerts/distinfo (expand / switch to unified diff)

--- pkgsrc/security/mozilla-rootcerts/distinfo 2021/10/14 07:21:43 1.22
+++ pkgsrc/security/mozilla-rootcerts/distinfo 2021/10/14 07:35:54 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2021/10/14 07:21:43 tron Exp $ 1$NetBSD: distinfo,v 1.23 2021/10/14 07:35:54 tron Exp $
2 2
3RMD160 (certdata-20211014.txt) = 841ce3e29d70fbbe2ac17da2e2fe2d659ad43676 3RMD160 (certdata-20210916.txt) = 841ce3e29d70fbbe2ac17da2e2fe2d659ad43676
4SHA512 (certdata-20211014.txt) = 7e2708522593fb832ca5f4e84e85e340a17be691302bdceff6ec6f04fb4d79811af58e5c76d16831ef0217f08522d46736ab95d0deb67421d45d69ad7f6f6b95 4SHA512 (certdata-20210916.txt) = 7e2708522593fb832ca5f4e84e85e340a17be691302bdceff6ec6f04fb4d79811af58e5c76d16831ef0217f08522d46736ab95d0deb67421d45d69ad7f6f6b95
5Size (certdata-20211014.txt) = 1243387 bytes 5Size (certdata-20210916.txt) = 1243387 bytes