From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] squid 4.5: latest patches (01-09) Date: Tue, 05 Feb 2019 20:58:34 +0000 Message-ID: In-Reply-To: <82a92b10-0a3a-6ae6-30b1-2b4688163566@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6653736772931153777==" List-Id: --===============6653736772931153777== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Okay, so we should not use that switch then. Also just ignore the BCP 177 message. -Michael > On 5 Feb 2019, at 17:37, Matthias Fischer w= rote: >=20 > Hi, >=20 > 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 = this switch very soon? >=20 > Ups. Yes. This is 'deprecated' since a long time: >=20 > https://lists.ipfire.org/pipermail/development/2016-April/002046.html >=20 > "The --disable-ipv6 build option is now deprecated. > ... > Squid-3.5.7 and later will perform IPv6 availability tests on startup in > all builds. >=20 > - Where IPv6 is unavailable Squid will continue exactly as it would > have had the build option not been used. >=20 > These Squid can have the build option removed now." >=20 > (The error I described in the post above was not IPv6 related.) >=20 > 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'. >=20 >>> ... >=20 > Best, > Matthias --===============6653736772931153777==--