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:           Sat Aug 31 18:41:27 UTC 2024

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

Log Message:
mozilla-rootcerts*: update to 20240827

There were no PLIST changes to mozilla-rootcerts-openssl when
I tested it locally. I hope it stays this way...


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/mozilla-rootcerts/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/mozilla-rootcerts/distinfo
cvs rdiff -u -r1.30 -r1.31 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.55 pkgsrc/security/mozilla-rootcerts/Makefile:1.56
--- pkgsrc/security/mozilla-rootcerts/Makefile:1.55     Wed Jul  3 06:06:30 2024
+++ pkgsrc/security/mozilla-rootcerts/Makefile  Sat Aug 31 18:41:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/07/03 06:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/08/31 18:41:27 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= 20240702
-CERTDATA_COMMIT=       e3195e969188a333692e5e366d6fda6bb8d7c761
+CERTDATA_DATE= 20240827
+CERTDATA_COMMIT=       9727cd2f7983d01cc4fd3b5ef21b72fc8f6a052a
 CERTDATA=      certdata-${CERTDATA_DATE}.txt
 
 WRKSRC=                ${WRKDIR}

Index: pkgsrc/security/mozilla-rootcerts/distinfo
diff -u pkgsrc/security/mozilla-rootcerts/distinfo:1.34 pkgsrc/security/mozilla-rootcerts/distinfo:1.35
--- pkgsrc/security/mozilla-rootcerts/distinfo:1.34     Wed Jul  3 06:06:30 2024
+++ pkgsrc/security/mozilla-rootcerts/distinfo  Sat Aug 31 18:41:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/07/03 06:06:30 wiz Exp $
+$NetBSD: distinfo,v 1.35 2024/08/31 18:41:27 wiz Exp $
 
-BLAKE2s (certdata-20240702.txt) = f4f1a27db61287e1b1b9e056e70575eb5220f01f3562c26afee7b1523c7b172e
-SHA512 (certdata-20240702.txt) = e4369ea77da9f7ee7f519ea5171d1b123e09082689a7fa42a8ed9dae2ae7efc9f20cb4d93883d6280a5496350522d309d84cf896a72ca588d6babe7ecb62dc38
-Size (certdata-20240702.txt) = 1369194 bytes
+BLAKE2s (certdata-20240827.txt) = c0b351cd133cf53ce72790424a221b7de8fb95290703277639e3af358e2de1fc
+SHA512 (certdata-20240827.txt) = ad07fefb47398eb397094f3477d3508acd18086817e26bf2482c09a34bc284886d03d48f1a49e48f996e8b11df06055413d689df7aad1900538a7b47f6b894d4
+Size (certdata-20240827.txt) = 1409577 bytes

Index: pkgsrc/security/mozilla-rootcerts-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.30 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.31
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.30     Wed Jul  3 06:06:31 2024
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile  Sat Aug 31 18:41:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/07/03 06:06:31 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/08/31 18:41:27 wiz Exp $
 
-PKGNAME=       mozilla-rootcerts-openssl-2.16
+PKGNAME=       mozilla-rootcerts-openssl-2.17
 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.20240702{,nb[0-9]*}:../../security/mozilla-rootcerts
+TOOL_DEPENDS+= mozilla-rootcerts-1.0.20240827{,nb[0-9]*}:../../security/mozilla-rootcerts
 SCRIPT=                ${LOCALBASE}/sbin/mozilla-rootcerts
 
 CHECK_BUILTIN.openssl= yes



Home | Main Index | Thread Index | Old Index