# HG changeset patch # User Hans-G?nter Theisgen # Date 1590598378 -3600 # Node ID 55fda8af462ec4315422d96d0cb2dda6959a9f03 # Parent 5339fa6ba7fe711df3cc4af1e6a1a5e510209104 updated cacerts (20190517 -> 20200522) diff -r 5339fa6ba7fe -r 55fda8af462e cacerts/description.txt --- a/cacerts/description.txt Wed May 27 16:14:32 2020 +0100 +++ b/cacerts/description.txt Wed May 27 17:52:58 2020 +0100 @@ -1,4 +1,4 @@ -The Public Key Inrastructure is used for many security issues in a Linux system. +The Public Key Infrastructure is used for many security issues in a Linux system. In order for a certificate to be trusted, it must be signed by a trusted agent called a Certificate Authority (CA). The certificates loaded by this section are from the list on the Mozilla version control system and formats it into diff -r 5339fa6ba7fe -r 55fda8af462e cacerts/receipt --- a/cacerts/receipt Wed May 27 16:14:32 2020 +0100 +++ b/cacerts/receipt Wed May 27 17:52:58 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cacerts" -VERSION="20190517" +VERSION="20200522" CATEGORY="security" SHORT_DESC="Certificate Authority Certificates." MAINTAINER="al.bobylev@gmail.com" @@ -9,7 +9,6 @@ WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/make-ca.html" TARBALL="$PACKAGE-$VERSION.txt" -#WGET_URL="https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt" WGET_URL="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt" DEPENDS="openssl" @@ -20,8 +19,8 @@ # Rules to configure and make the package. compile_rules() { - mv -f *.txt certdata.txt - cp -a $stuff/* $src + mv -f *.txt certdata.txt + cp -a $stuff/* $src ./make-ca.sh && ./remove-expired-certs.sh $src/certs } @@ -34,7 +33,7 @@ cp -a $src/certs/*.pem $fs/etc/ssl/certs cp -a $src/ca-bundle.crt $fs/etc/ssl - ln -s ../ca-bundle.crt $fs/etc/ssl/certs/ca-certificates.crt + ln -s ../ca-bundle.crt $fs/etc/ssl/certs/ca-certificates.crt } post_install()