wok rev 14812

Up: squid, squid-* (3.3.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:37:22 2013 +0200 (2013-07-17)
parents 64e367d2148e
children 8bc27fb245c6
files squid-auth-helpers/receipt squid-langpack/receipt squid/receipt
line diff
     1.1 --- a/squid-auth-helpers/receipt	Wed Jul 17 13:35:14 2013 +0200
     1.2 +++ b/squid-auth-helpers/receipt	Wed Jul 17 13:37:22 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="squid-auth-helpers"
     1.7 -VERSION="3.1.19"
     1.8 +VERSION="3.3.4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Web/ftp proxy."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,6 +14,6 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/squid
    1.15  
    1.16 -	cp -a $_pkg/usr/lib/squid/*_auth* $fs/usr/lib/squid
    1.17 +	cp -a $install/usr/lib/squid/*_auth* $fs/usr/lib/squid
    1.18  }
    1.19  
     2.1 --- a/squid-langpack/receipt	Wed Jul 17 13:35:14 2013 +0200
     2.2 +++ b/squid-langpack/receipt	Wed Jul 17 13:37:22 2013 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="squid-langpack"
     2.7 -VERSION="3.1.19"
     2.8 +VERSION="3.3.4"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Web/ftp proxy language pack."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -13,7 +13,7 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/share
    2.16 -	cp -a $_pkg/usr/share/squid/errors $fs/usr/share
    2.17 +	cp -a $install/usr/share/squid/errors $fs/usr/share
    2.18  	rm -rf $fs/usr/share/squid/errors/en*
    2.19  	rm -rf $fs/usr/share/squid/errors/fr*
    2.20  }
     3.1 --- a/squid/receipt	Wed Jul 17 13:35:14 2013 +0200
     3.2 +++ b/squid/receipt	Wed Jul 17 13:37:22 2013 +0200
     3.3 @@ -1,13 +1,13 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="squid"
     3.7 -VERSION="3.1.19"
     3.8 +VERSION="3.3.4"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Web/ftp proxy."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.13  WEB_SITE="http://www.squid-cache.org/"
    3.14 -WGET_URL="${WEB_SITE}Versions/v3/3.1/$TARBALL"
    3.15 +WGET_URL="${WEB_SITE}Versions/v3/${VERSION%.*}/$TARBALL"
    3.16  CONFIG_FILES="/etc/squid"
    3.17  DEPENDS="libsasl libldap libssl libltdl"
    3.18  BUILD_DEPENDS="perl openssl-dev openldap-dev cyrus-sasl-dev libcap-dev"