squid: bump to version 3.5.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-01-27 11:50:19 -03:00 committed by Peter Korsgaard
parent 9384b87f28
commit 0472d80e33
5 changed files with 22 additions and 21 deletions

View file

@ -0,0 +1,17 @@
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.5.1.orig/configure.ac squid-3.5.1/configure.ac
--- squid-3.5.1.orig/configure.ac 2015-01-27 11:09:15.035711981 -0300
+++ squid-3.5.1/configure.ac 2015-01-27 11:09:25.829084482 -0300
@@ -1342,7 +1342,7 @@
AC_DEFINE(USE_OPENSSL,1,[OpenSSL support is available])
# check for other specific broken implementations
- SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
+ #SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
SQUID_CHECK_OPENSSL_CONST_SSL_METHOD
SQUID_CHECK_OPENSSL_TXTDB
SQUID_CHECK_OPENSSL_HELLO_OVERWRITE_HACK

View file

@ -1,16 +0,0 @@
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.8.orig/configure.ac squid-3.3.8/configure.ac
--- squid-3.3.8.orig/configure.ac 2013-07-26 08:57:50.177259534 -0300
+++ squid-3.3.8/configure.ac 2013-07-26 08:57:55.997448040 -0300
@@ -1265,7 +1265,6 @@
AC_SUBST(SSLLIB)
if test "x$with_openssl" = "xyes"; then
-SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
SQUID_CHECK_OPENSSL_CONST_SSL_METHOD
SQUID_CHECK_OPENSSL_TXTDB
fi

View file

@ -1,3 +1,3 @@
# From http://www.squid-cache.org/Versions/v3/3.4/squid-3.4.11.tar.xz.asc
md5 e79ddb108d24823da8c1dbc0fc4a31fb squid-3.4.11.tar.xz
sha1 7de0949714cda4d3f19073aa846f00768a6f841b squid-3.4.11.tar.xz
# From http://www.squid-cache.org/Versions/v3/3.4/squid-3.5.1.tar.xz.asc
md5 b3c9d9726314c1136b7a4c06447db24b squid-3.5.1.tar.xz
sha1 a2b01afd33d1df3a234e1a5c3405d626f6cf0fb0 squid-3.5.1.tar.xz

View file

@ -4,8 +4,8 @@
#
################################################################################
SQUID_VERSION_MAJOR = 3.4
SQUID_VERSION = $(SQUID_VERSION_MAJOR).11
SQUID_VERSION_MAJOR = 3.5
SQUID_VERSION = $(SQUID_VERSION_MAJOR).1
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
SQUID_LICENSE = GPLv2+