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:           Wed Jul  3 06:06:31 UTC 2024

Modified Files:
        pkgsrc/security/mozilla-rootcerts: Makefile distinfo
        pkgsrc/security/mozilla-rootcerts-openssl: Makefile

Log Message:
mozilla-rootcerts*: update to 20240702

distrust added for one certificate, dated 20240630


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/mozilla-rootcerts/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/mozilla-rootcerts/distinfo
cvs rdiff -u -r1.29 -r1.30 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.54 pkgsrc/security/mozilla-rootcerts/Makefile:1.55
--- pkgsrc/security/mozilla-rootcerts/Makefile:1.54     Sun Jun  9 22:25:11 2024
+++ pkgsrc/security/mozilla-rootcerts/Makefile  Wed Jul  3 06:06:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2024/06/09 22:25:11 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2024/07/03 06:06:30 wiz Exp $
 #
 # Please also update the dependency pattern in mozilla-rootcerts-openssl
 # and bump its version when updating this package.
@@ -17,8 +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= 20240607
-CERTDATA_COMMIT=       c0ee6408f6b87494cd318cb5144a6cd81e721b86
+CERTDATA_DATE= 20240702
+CERTDATA_COMMIT=       e3195e969188a333692e5e366d6fda6bb8d7c761
 CERTDATA=      certdata-${CERTDATA_DATE}.txt
 
 WRKSRC=                ${WRKDIR}

Index: pkgsrc/security/mozilla-rootcerts/distinfo
diff -u pkgsrc/security/mozilla-rootcerts/distinfo:1.33 pkgsrc/security/mozilla-rootcerts/distinfo:1.34
--- pkgsrc/security/mozilla-rootcerts/distinfo:1.33     Sun Jun  9 22:25:11 2024
+++ pkgsrc/security/mozilla-rootcerts/distinfo  Wed Jul  3 06:06:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/06/09 22:25:11 wiz Exp $
+$NetBSD: distinfo,v 1.34 2024/07/03 06:06:30 wiz Exp $
 
-BLAKE2s (certdata-20240607.txt) = 707844f4e1b7b12734edccd9475d0abec4c9be3dc7ccd9ec9068157e7e06e786
-SHA512 (certdata-20240607.txt) = 6c2e58940bc9dfe5acce0b5c1ce926727c041bdcb68d62882bd625625c08ababaaf0ea249d04b42b3887810d16ad14e8958b220602fa30962bca6303c4b9218e
-Size (certdata-20240607.txt) = 1368977 bytes
+BLAKE2s (certdata-20240702.txt) = f4f1a27db61287e1b1b9e056e70575eb5220f01f3562c26afee7b1523c7b172e
+SHA512 (certdata-20240702.txt) = e4369ea77da9f7ee7f519ea5171d1b123e09082689a7fa42a8ed9dae2ae7efc9f20cb4d93883d6280a5496350522d309d84cf896a72ca588d6babe7ecb62dc38
+Size (certdata-20240702.txt) = 1369194 bytes

Index: pkgsrc/security/mozilla-rootcerts-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.29 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.30
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.29     Sun Jun  9 22:25:12 2024
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile  Wed Jul  3 06:06:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/06/09 22:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/07/03 06:06:31 wiz Exp $
 
-PKGNAME=       mozilla-rootcerts-openssl-2.15
+PKGNAME=       mozilla-rootcerts-openssl-2.16
 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.20240607{,nb[0-9]*}:../../security/mozilla-rootcerts
+TOOL_DEPENDS+= mozilla-rootcerts-1.0.20240702{,nb[0-9]*}:../../security/mozilla-rootcerts
 SCRIPT=                ${LOCALBASE}/sbin/mozilla-rootcerts
 
 CHECK_BUILTIN.openssl= yes



Home | Main Index | Thread Index | Old Index