From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4581849054422349391==" List-Id: --===============4581849054422349391== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Activated 'ipv6', as discussed in ipfire-list with MT: "I had a look what the IPv6 switch actually changes. And that is not really m= uch. Essentially nothing. It just probes if the system supports IPv6 and if not it disables it internally. http://git.ipfire.org/?p=3Dthirdparty%2Fsquid.git&a=3Dsearch&h=3Drefs%2Fheads= %2Ftrunk&st=3Dgrep&s=3DUSE_IPV6 I think we can as well enable this." Done. Best, Matthias Signed-off-by: Matthias Fischer --- 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 @@ =20 include Config =20 -VER =3D 3.5.18 +VER =3D 3.5.19 =20 THISAPP =3D squid-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 9ae3843c341e8a142e963ab937c51cdd +$(DL_FILE)_MD5 =3D a1d990284c429a63ee85d80ee5b3b8b9 =20 install : $(TARGET) =20 @@ -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=3Daufs,diskd,ufs \ --=20 2.8.2 --===============4581849054422349391==--