wok diff cacerts/receipt @ rev 24106

updated actionmailer, actionpack, activerecord and activesupport (6.0.2.1 -> 6.1.4.1)
author Hans-G?nter Theisgen
date Sat Sep 25 17:38:40 2021 +0100 (2021-09-25)
parents 5eafd9dd2344
children 39eb10c70b28
line diff
     1.1 --- a/cacerts/receipt	Sat May 18 16:52:54 2019 +0100
     1.2 +++ b/cacerts/receipt	Sat Sep 25 17:38:40 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cacerts"
     1.7 -VERSION="20190517"
     1.8 +VERSION="20200522"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Certificate Authority Certificates."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -9,7 +9,6 @@
    1.13  WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/make-ca.html"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.txt"
    1.16 -#WGET_URL="https://hg.mozilla.org/releases/mozilla-release/file/default/security/nss/lib/ckfw/builtins/certdata.txt"
    1.17  WGET_URL="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt"
    1.18  
    1.19  DEPENDS="openssl"
    1.20 @@ -20,8 +19,8 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	mv -f *.txt certdata.txt
    1.25 -	cp -a $stuff/* $src
    1.26 +	mv -f *.txt	certdata.txt
    1.27 +	cp -a $stuff/*	$src
    1.28  	./make-ca.sh &&
    1.29  	./remove-expired-certs.sh $src/certs
    1.30  }
    1.31 @@ -34,7 +33,7 @@
    1.32  	cp -a $src/certs/*.pem		$fs/etc/ssl/certs
    1.33  	cp -a $src/ca-bundle.crt	$fs/etc/ssl
    1.34  
    1.35 -	ln -s ../ca-bundle.crt $fs/etc/ssl/certs/ca-certificates.crt
    1.36 +	ln -s ../ca-bundle.crt		$fs/etc/ssl/certs/ca-certificates.crt
    1.37  }
    1.38  
    1.39  post_install()