changeset 1277:cbb174b1c555

core/ca-certificates: upgrade to 20211026
author David Demelier <markand@malikania.fr>
date Thu, 11 Nov 2021 07:36:45 +0100
parents b2f218a38563
children ab85a4ae04ba
files core/ca-certificates/ca-certificates.sh core/ca-certificates/ca-certificates.sha1
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/core/ca-certificates/ca-certificates.sh	Thu Nov 11 07:33:54 2021 +0100
+++ b/core/ca-certificates/ca-certificates.sh	Thu Nov 11 07:36:45 2021 +0100
@@ -16,13 +16,13 @@
 #
 
 PKGNAME=ca-certificates
-PKGVERSION=20190123
+PKGVERSION=20211026
 PKGREVISION=1
 PKGLICENSE="MPLv20"
 PKGSUMMARY="bundle of CA certificates from Mozilla"
-PKGDOWNLOAD="https://curl.haxx.se/ca/cacert-2019-01-23.pem"
+PKGDOWNLOAD="https://curl.haxx.se/ca/cacert-2021-10-26.pem"
 
 build()
 {
-	install -Dm644 cacert-2019-01-23.pem $DESTDIR/etc/ssl/cert.pem
+	install -Dm644 cacert-2021-10-26.pem $DESTDIR/etc/ssl/cert.pem
 }
--- a/core/ca-certificates/ca-certificates.sha1	Thu Nov 11 07:33:54 2021 +0100
+++ b/core/ca-certificates/ca-certificates.sha1	Thu Nov 11 07:36:45 2021 +0100
@@ -1,1 +1,1 @@
-6fa389fde2f3d24c0756a7ff1cce8aef6aee7060  cacert-2019-01-23.pem
+cb6545d71a1f4d3e3ab93541c97a6b8e3131a5ae  cacert-2021-10-26.pem