From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] squid: Update to 5.7 Date: Sun, 11 Sep 2022 07:33:53 +0000 Message-ID: In-Reply-To: <20220908170030.3589700-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1642029631961852929==" List-Id: --===============1642029631961852929== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > http://www.squid-cache.org/Versions/v5/changesets/SQUID_5_7.html >=20 > Excerpt from changelog: > "Changes in squid-5.7 (05 Sep 2022): >=20 > - Regression Fix: Typo in manager ACL > - Bug 5186: noteDestinationsEnd check failed: transportWait > - Bug 5160: Test suite fails with -flto=3Dauto > - Bug 3193 pt2: NTLM decoder truncating strings > - Bug 5133: OpenSSL 3.0 support When I tested OpenSSL 3.0 last time, Squid 5.6 would at least compile through. Apparently, one cannot rely on their ./configure script to do the right thing= (tm), and abort if an incompatible OpenSSL version has been found. > - ext_session_acl: fix TDB key lookup > - forward_max_tries: Do not count discarded connections > - ... and many compile and debugging fixes" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/squid | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/squid b/lfs/squid > index 2a5317a43..08eb9965d 100644 > --- a/lfs/squid > +++ b/lfs/squid > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 5.6 > +VER =3D 5.7 > =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 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e= 1fc075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183 > +$(DL_FILE)_BLAKE2 =3D 4a403ca4f94034356922ea1a4feffd5f5289e2aadbe1585bd04e= 83ee89712227ce04c53f7e05c10f7c8ac6be67a265a32b47032e7b56e929a172772fa41d5299 > =20 > install : $(TARGET) > =20 --===============1642029631961852929==--