wok rev 24392
updated cacerts (20200522 -> 20220208)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 08 07:48:00 2022 +0100 (2022-02-08) |
parents | 104a2a2e5484 |
children | 5ac01c6c6cec |
files | c_icap/receipt cacerts/receipt |
line diff
1.1 --- a/c_icap/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/c_icap/receipt Tue Feb 08 07:48:00 2022 +0100 1.3 @@ -67,11 +67,11 @@ 1.4 cat <<EOF 1.5 1.6 ---- 1.7 -To start $PACKAGE server you can run : 1.8 +To start c-icapd server you can run : 1.9 1.10 - /etc/init.d/$PACKAGE start 1.11 + /etc/init.d/c-icapd start 1.12 1.13 -Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf 1.14 +Or add c-icapd to RUN_DAEMONS in /etc/rcS.conf 1.15 ---- 1.16 EOF 1.17 }
2.1 --- a/cacerts/receipt Mon Feb 07 18:01:05 2022 +0000 2.2 +++ b/cacerts/receipt Tue Feb 08 07:48:00 2022 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cacerts" 2.7 -VERSION="20200522" 2.8 +VERSION="20220208" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Certificate Authority Certificates." 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 LICENSE="MPL2" 2.13 -WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/make-ca.html" 2.14 +WEB_SITE="https://www.linuxfromscratch.org/blfs/view/svn/postlfs/make-ca.html" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.txt" 2.17 -WGET_URL="http://anduin.linuxfromscratch.org/BLFS/other/certdata.txt" 2.18 +WGET_URL="https://anduin.linuxfromscratch.org/BLFS/other/certdata.txt" 2.19 2.20 DEPENDS="openssl" 2.21 BUILD_DEPENDS="locale-en openssl perl" 2.22 @@ -22,7 +22,7 @@ 2.23 mv -f *.txt certdata.txt 2.24 cp -a $stuff/* $src 2.25 ./make-ca.sh && 2.26 - ./remove-expired-certs.sh $src/certs 2.27 + ./remove-expired-certs.sh $src/certs 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg.