From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] squid: Update to 6.1 Date: Sun, 09 Jul 2023 15:09:00 +0000 Message-ID: <a3c9f1d1-4ac9-fa8d-7bc5-0c258be92b9f@ipfire.org> In-Reply-To: <20230707192527.3480739-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3414674786144444179==" List-Id: <development.lists.ipfire.org> --===============3414674786144444179== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you very much indeed for this! Reviewed-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org> > For details see: > http://lists.squid-cache.org/pipermail/squid-users/2023-July/025929.html >=20 > "The Squid HTTP Proxy team is very pleased to announce the availability > of the Squid-6.1 release! >=20 > This release is we believe, stable enough for general production use. >=20 > Support for Squid-5 bug fixes has now officially ceased. Bugs in 5.x > will continue to be fixed, however the fixes will be added to the 6.x > series. All users of Squid-5.x are encouraged to plan for upgrades." >=20 > And: > http://www.squid-cache.org/Versions/v6/RELEASENOTES.html >=20 > v6 is running since 6.0.1 here in production use without any seen problems.= .. >=20 > Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> > --- > lfs/squid | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/squid b/lfs/squid > index bc0682031..26b8249cc 100644 > --- a/lfs/squid > +++ b/lfs/squid > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 5.9 > +VER =3D 6.1 > =20 > THISAPP =3D squid-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 898a34357f8019291379ea37c66fa312e1a6437e8f643987dd4e= 54d7d52728248e16129b00195c5f6e0378c0f32c9f9ade3f98ca0ec4bb952f9f443357face82 > +$(DL_FILE)_BLAKE2 =3D 840ea8b09f8518f6e3b92a22cc6e6d3befc08b9e9650e13a54b6= 07b398a967f1bc2b30e5b52cae5423a49ee02d0cfc13d3488c2b9ece3b3c0d4df689de390adf > =20 > install : $(TARGET) > =20 > @@ -117,6 +117,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > --enable-build-info \ > --enable-eui \ > --enable-async-io=3D16 \ > + --enable-translation \ > --enable-unlinkd \ > --enable-internal-dns \ > --enable-epoll \ --===============3414674786144444179==--