wok diff squid/receipt @ rev 17484

opus-tools: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 30 10:55:38 2014 +0100 (2014-12-30)
parents 7896f0694ef6
children 9e01bc6321ea
line diff
     1.1 --- a/squid/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/squid/receipt	Tue Dec 30 10:55:38 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="squid"
     1.7 -VERSION="3.3.4"
     1.8 +VERSION="3.4.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Web/ftp proxy."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -33,6 +33,7 @@
    1.13  		--disable-ident-lookups \
    1.14  		--enable-storeio="aufs,diskd,ufs" \
    1.15  		--enable-ssl \
    1.16 +		--enable-ssl-crtd \
    1.17  		--enable-underscores \
    1.18  		--enable-ntlm-fail-open \
    1.19  		--enable-removal-policies="heap,lru" \
    1.20 @@ -63,8 +64,10 @@
    1.21  	cp -a $install/var $fs
    1.22  	cp -a $install/usr/bin $fs/usr
    1.23  	cp -a $install/usr/sbin $fs/usr
    1.24 -	cp -a $install/usr/lib/squid/*kd $fs/usr/lib/squid
    1.25 -	cp -a $install/usr/lib/squid/*.cgi $fs/usr/lib/squid
    1.26 +	cp -a $install/usr/lib/squid/* $fs/usr/lib/squid
    1.27 +	
    1.28 +	# Remove auth libs
    1.29 +	rm -f $fs/usr/lib/squid/*_auth*
    1.30  	
    1.31  	cp -a $install/usr/share/squid/mib.txt $fs/usr/share/squid
    1.32  	cp -a $install/usr/share/squid/icons $fs/usr/share/squid