wok diff squidguard/receipt @ rev 24081
php-auth-pam: remove patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 16:30:40 2021 +0000 (2021-07-09) |
parents | ed8073aa8cf0 |
children | 535c806240cc |
line diff
1.1 --- a/squidguard/receipt Mon Dec 21 00:07:14 2015 +0100 1.2 +++ b/squidguard/receipt Fri Jul 09 16:30:40 2021 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL" 1.5 SOURCE="squidGuard" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.squidguard.org/" 1.8 +WEB_SITE="https://web.archive.org/web/20190123164915/http://www.squidguard.org/" 1.9 WGET_URL="${WEB_SITE}Downloads/$TARBALL" 1.10 DEPENDS="squid libdb" 1.11 BUILD_DEPENDS="db-dev" 1.12 @@ -16,8 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - 1.18 # Security patches 1.19 while read patch_file; do 1.20 echo "Apply $patch_file"