pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 9 22:25:12 UTC 2024
Modified Files:
pkgsrc/security/mozilla-rootcerts: Makefile distinfo
pkgsrc/security/mozilla-rootcerts-openssl: Makefile
Log Message:
mozilla-rootcerts*: update to 20240607/2.15
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/mozilla-rootcerts/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/mozilla-rootcerts/distinfo
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/mozilla-rootcerts-openssl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/mozilla-rootcerts/Makefile
diff -u pkgsrc/security/mozilla-rootcerts/Makefile:1.53 pkgsrc/security/mozilla-rootcerts/Makefile:1.54
--- pkgsrc/security/mozilla-rootcerts/Makefile:1.53 Tue Feb 20 16:51:44 2024
+++ pkgsrc/security/mozilla-rootcerts/Makefile Sun Jun 9 22:25:11 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.53 2024/02/20 16:51:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.54 2024/06/09 22:25:11 wiz Exp $
#
# Please also update the dependency pattern in mozilla-rootcerts-openssl
# and bump its version when updating this package.
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
CATEGORIES= security
-MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/bfb3a675d0569b740fe865ad6d2ac70f22163e98/security/nss/lib/ckfw/builtins/certdata.txt
+MASTER_SITES= -https://hg.mozilla.org/mozilla-central/raw-file/${CERTDATA_COMMIT}/security/nss/lib/ckfw/builtins/certdata.txt
EXTRACT_SUFX= # empty
DISTFILES= ${CERTDATA}
@@ -17,7 +17,8 @@ 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= 20240214
+CERTDATA_DATE= 20240607
+CERTDATA_COMMIT= c0ee6408f6b87494cd318cb5144a6cd81e721b86
CERTDATA= certdata-${CERTDATA_DATE}.txt
WRKSRC= ${WRKDIR}
Index: pkgsrc/security/mozilla-rootcerts/distinfo
diff -u pkgsrc/security/mozilla-rootcerts/distinfo:1.32 pkgsrc/security/mozilla-rootcerts/distinfo:1.33
--- pkgsrc/security/mozilla-rootcerts/distinfo:1.32 Tue Feb 20 16:51:44 2024
+++ pkgsrc/security/mozilla-rootcerts/distinfo Sun Jun 9 22:25:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/02/20 16:51:44 jperkin Exp $
+$NetBSD: distinfo,v 1.33 2024/06/09 22:25:11 wiz Exp $
-BLAKE2s (certdata-20240214.txt) = aa631df700641fd89392645e62fe6855327f84be28112005efec9c64289a9d0a
-SHA512 (certdata-20240214.txt) = 5f0c52022b52e9cfe78f77def6db583080a4d379289d940a89e9e204a5ab291251e04bb374a5f1e5d57eee1919cce2e1691ec0d48bddaf7d4d46e7ed42a7d9af
-Size (certdata-20240214.txt) = 1362448 bytes
+BLAKE2s (certdata-20240607.txt) = 707844f4e1b7b12734edccd9475d0abec4c9be3dc7ccd9ec9068157e7e06e786
+SHA512 (certdata-20240607.txt) = 6c2e58940bc9dfe5acce0b5c1ce926727c041bdcb68d62882bd625625c08ababaaf0ea249d04b42b3887810d16ad14e8958b220602fa30962bca6303c4b9218e
+Size (certdata-20240607.txt) = 1368977 bytes
Index: pkgsrc/security/mozilla-rootcerts-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.28 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.29
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.28 Tue Feb 20 16:51:44 2024
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile Sun Jun 9 22:25:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/02/20 16:51:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2024/06/09 22:25:12 wiz Exp $
-PKGNAME= mozilla-rootcerts-openssl-2.14
+PKGNAME= mozilla-rootcerts-openssl-2.15
CATEGORIES= security
MASTER_SITES= # empty
DISTFILES= # empty
@@ -14,7 +14,7 @@ USE_TOOLS+= openssl
WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
-TOOL_DEPENDS+= mozilla-rootcerts-1.0.20240214{,nb[0-9]*}:../../security/mozilla-rootcerts
+TOOL_DEPENDS+= mozilla-rootcerts-1.0.20240607{,nb[0-9]*}:../../security/mozilla-rootcerts
SCRIPT= ${LOCALBASE}/sbin/mozilla-rootcerts
CHECK_BUILTIN.openssl= yes
Home |
Main Index |
Thread Index |
Old Index