wok rev 23819

updated cacerts (20190517 -> 20200522)
author Hans-G?nter Theisgen
date Wed May 27 17:52:58 2020 +0100 (2020-05-27)
parents 5339fa6ba7fe
children 7744355508b9
files cacerts/description.txt cacerts/receipt
line diff
     1.1 --- a/cacerts/description.txt	Wed May 27 16:14:32 2020 +0100
     1.2 +++ b/cacerts/description.txt	Wed May 27 17:52:58 2020 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -The Public Key Inrastructure is used for many security issues in a Linux system.
     1.5 +The Public Key Infrastructure is used for many security issues in a Linux system.
     1.6  In order for a certificate to be trusted, it must be signed by a trusted agent
     1.7  called a Certificate Authority (CA). The certificates loaded by this section
     1.8  are from the list on the Mozilla version control system and formats it into
     2.1 --- a/cacerts/receipt	Wed May 27 16:14:32 2020 +0100
     2.2 +++ b/cacerts/receipt	Wed May 27 17:52:58 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cacerts"
     2.7 -VERSION="20190517"
     2.8 +VERSION="20200522"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Certificate Authority Certificates."
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12 @@ -9,7 +9,6 @@
    2.13  WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/make-ca.html"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.txt"
    2.16 -#WGET_URL="https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt"
    2.17  WGET_URL="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt"
    2.18  
    2.19  DEPENDS="openssl"
    2.20 @@ -20,8 +19,8 @@
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	mv -f *.txt certdata.txt
    2.25 -	cp -a $stuff/* $src
    2.26 +	mv -f *.txt	certdata.txt
    2.27 +	cp -a $stuff/*	$src
    2.28  	./make-ca.sh &&
    2.29  	./remove-expired-certs.sh $src/certs
    2.30  }
    2.31 @@ -34,7 +33,7 @@
    2.32  	cp -a $src/certs/*.pem		$fs/etc/ssl/certs
    2.33  	cp -a $src/ca-bundle.crt	$fs/etc/ssl
    2.34  
    2.35 -	ln -s ../ca-bundle.crt $fs/etc/ssl/certs/ca-certificates.crt
    2.36 +	ln -s ../ca-bundle.crt		$fs/etc/ssl/certs/ca-certificates.crt
    2.37  }
    2.38  
    2.39  post_install()