From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] squid 4.5: latest patches (01-09) Date: Tue, 05 Feb 2019 18:37:01 +0100 Message-ID: <82a92b10-0a3a-6ae6-30b1-2b4688163566@ipfire.org> In-Reply-To: <6E835789-46CE-440D-A09D-9CC5A1D7D6DE@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7146780571809270050==" List-Id: --===============7146780571809270050== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, On 05.02.2019 13:02, Michael Tremer wrote: > Hi, >=20 >> On 4 Feb 2019, at 17:54, Matthias Fischer = wrote: >>=20 >> For details see: >> http://www.squid-cache.org/Versions/v4/changesets/ >> ... >> cd $(DIR_APP) && autoreconf -vfi >> @@ -91,7 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) >> --disable-kqueue \ >> --disable-esi \ >> --disable-arch-native \ >> - --enable-ipv6 \ >> + --disable-ipv6 \ >> --enable-poll \ >> --enable-ident-lookups \ >> --enable-storeio=3Daufs,diskd,ufs \ >=20 > Wait, didn=E2=80=99t the documentation say, that they are going to remove t= his switch very soon? Ups. Yes. This is 'deprecated' since a long time: https://lists.ipfire.org/pipermail/development/2016-April/002046.html "The --disable-ipv6 build option is now deprecated. ... Squid-3.5.7 and later will perform IPv6 availability tests on startup in all builds. - Where IPv6 is unavailable Squid will continue exactly as it would have had the build option not been used. These Squid can have the build option removed now." (The error I described in the post above was not IPv6 related.) For my part we could either leave this enabled (default) or remove this option. The warning message concerning the "BCP 177 violation" while starting 'squid' stays the same - no matter if IPv6 was disabled or enabled in 'configure'. >> ... Best, Matthias --===============7146780571809270050==--