wok diff squid/receipt @ rev 7494

Up: mercurial to 1.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 03 13:49:58 2010 +0000 (2010-12-03)
parents 666fd56c3a0e
children 0dc7e1dc331e
line diff
     1.1 --- a/squid/receipt	Fri Jul 09 17:03:10 2010 +0200
     1.2 +++ b/squid/receipt	Fri Dec 03 13:49:58 2010 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="squid"
     1.7 -VERSION="3.0.STABLE25"
     1.8 +VERSION="3.1.9"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Web/ftp proxy."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.squid-cache.org/"
    1.14 -WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL"
    1.15 +WGET_URL="${WEB_SITE}Versions/v3/3.1/$TARBALL"
    1.16  CONFIG_FILES="/etc/squid"
    1.17  DEPENDS="cyrus-sasl libldap openssl"
    1.18  BUILD_DEPENDS="perl openssl-dev libldap openldap-dev cyrus-sasl cyrus-sasl-dev"
    1.19 @@ -35,8 +35,8 @@
    1.20      --enable-removal-policies="heap,lru" \
    1.21      --enable-delay-pools \
    1.22      --enable-linux-netfilter \
    1.23 -    --enable-basic-auth-helpers="NCSA,SMB,MSNT LDAP" \
    1.24 -    --enable-ntlm-auth-helpers="SMB" \
    1.25 +    --enable-basic-auth-helpers="NCSA,SMB,MSNT,LDAP" \
    1.26 +    --enable-ntlm-auth-helpers="smb_lm,no_check,fakeauth" \
    1.27      --enable-useragent-log \
    1.28      --enable-referer-log \
    1.29      --with-pthreads ac_cv_header_linux_netfilter_ipv4_h="yes" \
    1.30 @@ -61,8 +61,8 @@
    1.31  	cp -a $_pkg/usr/lib/squid/*.cgi $fs/usr/lib/squid
    1.32  	cp -a $_pkg/usr/share/squid/mib.txt $fs/usr/share/squid
    1.33  	cp -a $_pkg/usr/share/squid/icons $fs/usr/share/squid
    1.34 -	cp -a $_pkg/usr/share/squid/errors/English $fs/usr/share/squid/errors
    1.35 -	cp -a $_pkg/usr/share/squid/errors/French $fs/usr/share/squid/errors
    1.36 +	cp -a $_pkg/usr/share/squid/errors/en* $fs/usr/share/squid/errors
    1.37 +	cp -a $_pkg/usr/share/squid/errors/fr* $fs/usr/share/squid/errors
    1.38  	rm -f $fs/etc/*conf*
    1.39  	sed -i -e 's/TAG: visible_hostname/TAG: visible_hostname\nvisible_hostname slitaz/' \
    1.40  		-e 's|^access_log /var/logs|access_log /var/log/squid|' \
    1.41 @@ -73,11 +73,6 @@
    1.42  		-e 's|^coredump_dir /var/logs|coredump_dir /var/cache/squid|' \
    1.43  		-e 's|^# error_directory|error_directory /usr/share/squid/errors/French|' \
    1.44  		$fs/etc/squid/squid.conf
    1.45 -	# Package all squid pkgs
    1.46 -	for i in $(cd $WOK; ls -d squid-*)
    1.47 -	do
    1.48 -		tazwok genpkg $i
    1.49 -	done
    1.50  }
    1.51  
    1.52  # Pre and post install commands for Tazpkg.