Bump squid to version 3.1.12
Also disable strict error checking since this breaks with gcc 4.6.0+
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
#
#############################################################
-SQUID_VERSION = 3.1.11
+SQUID_VERSION = 3.1.12
SQUID_SITE = http://www.squid-cache.org/Versions/v3/3.1
SQUID_DEPENDENCIES = libcap host-libcap
SQUID_AUTORECONF = YES
--enable-htcp --enable-snmp --enable-linux-netfilter \
--enable-removal-policies="lru,heap" \
--with-filedescriptors=1024 --disable-ident-lookups \
- --enable-auth="digest" \
+ --enable-auth="digest" --disable-strict-error-checking \
--enable-digest-auth-helpers="password" \
--enable-external-acl-helpers="ip_user"