# HG changeset patch # User Eric Joseph-Alexandre # Date 1297982111 -3600 # Node ID 0dc7e1dc331eca97a5899ad41faa49c369f414a7 # Parent 6adb2c39b5fc1eaac6a4b5be736c9e125647934b squid, squid-auth-helpers: improve depends. diff -r 6adb2c39b5fc -r 0dc7e1dc331e squid-auth-helpers/receipt --- a/squid-auth-helpers/receipt Thu Feb 17 23:29:32 2011 +0100 +++ b/squid-auth-helpers/receipt Thu Feb 17 23:35:11 2011 +0100 @@ -8,7 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.squid-cache.org/" WANTED="squid" -DEPENDS="squid libldap cyrus-sasl openssl libcrypto libkrb5 libcomerr3" +DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 6adb2c39b5fc -r 0dc7e1dc331e squid/receipt --- a/squid/receipt Thu Feb 17 23:29:32 2011 +0100 +++ b/squid/receipt Thu Feb 17 23:35:11 2011 +0100 @@ -9,7 +9,7 @@ WEB_SITE="http://www.squid-cache.org/" WGET_URL="${WEB_SITE}Versions/v3/3.1/$TARBALL" CONFIG_FILES="/etc/squid" -DEPENDS="cyrus-sasl libldap openssl" +DEPENDS="libsasl libldap libssl" BUILD_DEPENDS="perl openssl-dev libldap openldap-dev cyrus-sasl cyrus-sasl-dev" SUGGESTED="iptables"