squid: Update to 3.5.19
Message ID | 1462899607-9474-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 793D962723 for <patchwork@ipfire.org>; Tue, 10 May 2016 19:00:15 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D3508969; Tue, 10 May 2016 19:00:14 +0200 (CEST) Received: from Devel.localdomain (p5DD83939.dip0.t-ipconnect.de [93.216.57.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 46021969 for <development@lists.ipfire.org>; Tue, 10 May 2016 19:00:12 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 3.5.19 Date: Tue, 10 May 2016 19:00:07 +0200 Message-Id: <1462899607-9474-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.8.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
May 11, 2016, 3 a.m. UTC
Activated 'ipv6', as discussed in ipfire-list with MT:
"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."
Done.
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/squid | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Hi, I dropped this. Accidently sent twice! Sorry - Best, Matthias On 10.05.2016 19:00, Matthias Fischer wrote: > Activated 'ipv6', as discussed in ipfire-list with MT: > > "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." > > Done. > > Best, > Matthias > > Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> > --- > lfs/squid | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/squid b/lfs/squid > index a7edc9d..74a4f19 100644 > --- 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 \ >