]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
squid: Update to 3.5.19
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 10 May 2016 16:58:28 +0000 (18:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 May 2016 14:46:21 +0000 (15:46 +0100)
Activated 'ipv6', as discussed in ipfire-list with Michael:

"I had a look what the IPv6 switch actually changes. And that is not really much.
Essentially nothing. It just probes if the system supports IPv6 and if not it
disables it internally.

http://git.ipfire.org/?p=thirdparty%2Fsquid.git&a=search&h=refs%2Fheads%2Ftrunk&st=grep&s=USE_IPV6

I think we can as well enable this."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/squid

index a7edc9d2b8ccacd64a2505653960affb318cefc9..74a4f19a3e15f51518607461164d225aa64ae8f3 100644 (file)
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.5.18
+VER        = 3.5.19
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9ae3843c341e8a142e963ab937c51cdd
+$(DL_FILE)_MD5 = a1d990284c429a63ee85d80ee5b3b8b9
 
 install : $(TARGET)
 
@@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-kqueue \
                --disable-esi \
                --disable-arch-native \
-               --disable-ipv6 \
+               --enable-ipv6 \
                --enable-poll \
                --enable-ident-lookups \
                --enable-storeio=aufs,diskd,ufs \