wok-current rev 7184
Up: squid to 3.1.9. Up: squid-custom-errors to 1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 08 06:35:29 2010 +0000 (2010-11-08) |
parents | 84c341d9a9bc |
children | 811dd79a8ec5 |
files | squid-auth-helpers/receipt squid-custom-errors/receipt squid-custom-errors/stuff/squid-custom-errors-1.0.tar.gz squid-custom-errors/stuff/squid-custom-errors-1.1.tar.gz squid-langpack/receipt squid/receipt |
line diff
1.1 --- a/squid-auth-helpers/receipt Mon Nov 08 05:39:24 2010 +0000 1.2 +++ b/squid-auth-helpers/receipt Mon Nov 08 06:35:29 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="squid-auth-helpers" 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 @@ -10,8 +10,6 @@ 1.13 WANTED="squid" 1.14 DEPENDS="squid libldap cyrus-sasl openssl libcrypto libkrb5 libcomerr3" 1.15 1.16 - 1.17 - 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 {
2.1 --- a/squid-custom-errors/receipt Mon Nov 08 05:39:24 2010 +0000 2.2 +++ b/squid-custom-errors/receipt Mon Nov 08 06:35:29 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="squid-custom-errors" 2.7 -VERSION="1.0" 2.8 +VERSION="1.1" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="squid error messages customized fro SliTaz" 2.11 MAINTAINER="erjo@oslitaz.org" 2.12 @@ -21,7 +21,7 @@ 2.13 mkdir -p $fs/usr/share/squid/errors \ 2.14 $fs/var/www 2.15 2.16 - cp -a $PACKAGE-$VERSION/French $fs/usr/share/squid/errors 2.17 + cp -a $PACKAGE-$VERSION/fr $fs/usr/share/squid/errors 2.18 cp -a $PACKAGE-$VERSION/wwwroot/* $fs/var/www 2.19 } 2.20
3.1 Binary file squid-custom-errors/stuff/squid-custom-errors-1.0.tar.gz has changed
4.1 Binary file squid-custom-errors/stuff/squid-custom-errors-1.1.tar.gz has changed
5.1 --- a/squid-langpack/receipt Mon Nov 08 05:39:24 2010 +0000 5.2 +++ b/squid-langpack/receipt Mon Nov 08 06:35:29 2010 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="squid-langpack" 5.7 -VERSION="3.0.STABLE25" 5.8 +VERSION="3.1.9" 5.9 CATEGORY="network" 5.10 SHORT_DESC="Web/ftp proxy language pack." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 @@ -14,7 +14,7 @@ 5.13 { 5.14 mkdir -p $fs/usr/share 5.15 cp -a $_pkg/usr/share/squid/errors $fs/usr/share 5.16 - rm -rf $fs/usr/share/squid/errors/English 5.17 - rm -rf $fs/usr/share/squid/errors/French 5.18 + rm -rf $fs/usr/share/squid/errors/en* 5.19 + rm -rf $fs/usr/share/squid/errors/fr* 5.20 } 5.21
6.1 --- a/squid/receipt Mon Nov 08 05:39:24 2010 +0000 6.2 +++ b/squid/receipt Mon Nov 08 06:35:29 2010 +0000 6.3 @@ -1,13 +1,13 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="squid" 6.7 -VERSION="3.0.STABLE25" 6.8 +VERSION="3.1.9" 6.9 CATEGORY="network" 6.10 SHORT_DESC="Web/ftp proxy." 6.11 MAINTAINER="pascal.bellard@slitaz.org" 6.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.13 WEB_SITE="http://www.squid-cache.org/" 6.14 -WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL" 6.15 +WGET_URL="${WEB_SITE}Versions/v3/3.1/$TARBALL" 6.16 CONFIG_FILES="/etc/squid" 6.17 DEPENDS="cyrus-sasl libldap openssl" 6.18 BUILD_DEPENDS="perl openssl-dev libldap openldap-dev cyrus-sasl cyrus-sasl-dev" 6.19 @@ -35,8 +35,8 @@ 6.20 --enable-removal-policies="heap,lru" \ 6.21 --enable-delay-pools \ 6.22 --enable-linux-netfilter \ 6.23 - --enable-basic-auth-helpers="NCSA,SMB,MSNT LDAP" \ 6.24 - --enable-ntlm-auth-helpers="SMB" \ 6.25 + --enable-basic-auth-helpers="NCSA,SMB,MSNT,LDAP" \ 6.26 + --enable-ntlm-auth-helpers="smb_lm,no_check,fakeauth" \ 6.27 --enable-useragent-log \ 6.28 --enable-referer-log \ 6.29 --with-pthreads ac_cv_header_linux_netfilter_ipv4_h="yes" \ 6.30 @@ -61,8 +61,8 @@ 6.31 cp -a $_pkg/usr/lib/squid/*.cgi $fs/usr/lib/squid 6.32 cp -a $_pkg/usr/share/squid/mib.txt $fs/usr/share/squid 6.33 cp -a $_pkg/usr/share/squid/icons $fs/usr/share/squid 6.34 - cp -a $_pkg/usr/share/squid/errors/English $fs/usr/share/squid/errors 6.35 - cp -a $_pkg/usr/share/squid/errors/French $fs/usr/share/squid/errors 6.36 + cp -a $_pkg/usr/share/squid/errors/en* $fs/usr/share/squid/errors 6.37 + cp -a $_pkg/usr/share/squid/errors/fr* $fs/usr/share/squid/errors 6.38 rm -f $fs/etc/*conf* 6.39 sed -i -e 's/TAG: visible_hostname/TAG: visible_hostname\nvisible_hostname slitaz/' \ 6.40 -e 's|^access_log /var/logs|access_log /var/log/squid|' \ 6.41 @@ -73,11 +73,6 @@ 6.42 -e 's|^coredump_dir /var/logs|coredump_dir /var/cache/squid|' \ 6.43 -e 's|^# error_directory|error_directory /usr/share/squid/errors/French|' \ 6.44 $fs/etc/squid/squid.conf 6.45 - # Package all squid pkgs 6.46 - for i in $(cd $WOK; ls -d squid-*) 6.47 - do 6.48 - tazwok genpkg $i 6.49 - done 6.50 } 6.51 6.52 # Pre and post install commands for Tazpkg.