wok diff cacerts/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
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 Nov 28 09:45:01 2020 +0000
     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()