From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] squid: Update to 3.5.19 Date: Tue, 10 May 2016 20:02:11 +0200 Message-ID: <489d4407-4445-f687-9da1-873cd9c55a38@ipfire.org> In-Reply-To: <1462899607-9474-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2465914612816381048==" List-Id: --===============2465914612816381048== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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: >=20 > "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. >=20 > http://git.ipfire.org/?p=3Dthirdparty%2Fsquid.git&a=3Dsearch&h=3Drefs%2Fhea= ds%2Ftrunk&st=3Dgrep&s=3DUSE_IPV6 >=20 > I think we can as well enable this." >=20 > Done. >=20 > Best, > Matthias >=20 > Signed-off-by: Matthias Fischer > --- > lfs/squid | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 --===============2465914612816381048==--