Commit dbf426da authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

squid: bump to version 3.3.5

parent f0deded9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
The openssl get_certificate working test isn't cross compile friendly.
Just assume it works ok since we're using a modern OpenSSL version.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

diff -Nura squid-3.3.5.orig/configure.ac squid-3.3.5/configure.ac
--- squid-3.3.5.orig/configure.ac	2013-06-03 09:37:44.016398185 -0300
+++ squid-3.3.5/configure.ac	2013-06-03 09:37:55.926784556 -0300
@@ -1261,7 +1261,6 @@
 AC_SUBST(SSLLIB)

 if test "x$with_openssl" = "xyes"; then
-SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
 SQUID_CHECK_OPENSSL_TXTDB
 fi
+2 −1
Original line number Diff line number Diff line
@@ -4,10 +4,11 @@
#
################################################################################

SQUID_VERSION = 3.3.4
SQUID_VERSION = 3.3.5
SQUID_SITE = http://www.squid-cache.org/Versions/v3/3.3
SQUID_LICENSE = GPLv2+
SQUID_LICENSE_FILES = COPYING
SQUID_AUTORECONF = YES
SQUID_DEPENDENCIES = libcap host-libcap host-pkgconf \
	$(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack)
SQUID_CONF_ENV =	ac_cv_epoll_works=yes ac_cv_func_setresuid=yes \