wok-6.x diff cacerts/receipt @ rev 17939
partimage: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 15 09:53:08 2015 +0200 (2015-04-15) |
parents | dfef8de3d270 |
children | c9c960507486 |
line diff
1.1 --- a/cacerts/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/cacerts/receipt Wed Apr 15 09:53:08 2015 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cacerts" 1.7 -VERSION="1.87" 1.8 +VERSION="20150325" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Certificate Authority Certificates" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="MPL2" 1.13 WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/cacerts.html" 1.14 TARBALL="$PACKAGE-$VERSION.txt" 1.15 -WGET_URL="http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" 1.16 +#WGET_URL="http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" 1.17 +WGET_URL="http://anduin.linuxfromscratch.org/sources/other/certdata.txt" 1.18 1.19 DEPENDS="openssl" 1.20 BUILD_DEPENDS="openssl"