From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] squid: Update to 6.13 Date: Sun, 02 Feb 2025 12:05:38 +0100 Message-ID: <2ba26c69-f931-4bd6-a2f5-c7848d4e891d@ipfire.org> In-Reply-To: <20250202005927.1256-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6618417786310095174==" List-Id: --===============6618417786310095174== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 02/02/2025 01:59, Matthias Fischer wrote: > For details see: > https://github.com/squid-cache/squid/releases/tag/SQUID_6_13 > > "Changes in squid-6.13 (31 Jan 2025): > > - Bug 5352: Do not get stuck when RESPMOD is slower than read(2) > - Bug 5405: Large uploads fill request buffer and die > - Bug 5093: List http_port params that https_port/ftp_port lack > - Bug 5311: clarify configuration byte units > - Bug 5091: document that changes to workers require restart > - Bug 5481: Fix GCC v14 build [-Wmaybe-uninitialized] > - Nil request dereference in ACLExtUser and SourceDomainCheck ACLs > - Fix GCC v14 [-Wanalyzer-null-dereference] warnings in Kerberos > - Clarify --enable-ecap failure on missing shared library support > - Fix syntax error in configure.ac > - Remove GNU'ism in release notes Makefile > - Annotate PoolMalloc memory in valgrind builds > - Fix systemd startup sequence to require active Local Filesystem > - Display Linux variant at ./configure time > - Refactor peerRefreshDNS() to clarify its (void*)1 logic > - Portability: remove explicit check for libdl > - ext_time_quota_acl: remove -l option > - ... and some documentation updates > - ... and some CI updates" > > Signed-off-by: Matthias Fischer > --- > lfs/squid | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/squid b/lfs/squid > index f84d4e895..1881a56f4 100644 > --- a/lfs/squid > +++ b/lfs/squid > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2024 IPFire Team = # > +# Copyright (C) 2007-2025 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.12 > +VER =3D 6.13 > =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 ef1ae1bb0769a3509783027cd9596bdc64cedd1c46bbf393b345= 04f7074bd5eec8dcaf79c6e9fc227cc709f4f90b8abba373bb2ac06d93dcb5b1783196349e04 > +$(DL_FILE)_BLAKE2 =3D cc45b4b071d9d70fd145d9d01d25a27f73a70535cfa36e476a93= 04e8d13701832f658c3334d21093a2c49b5e993c68164d10151f99ee7c7a0ae1619302a94974 > =20 > install : $(TARGET) > =20 --=20 Sent from my laptop --===============6618417786310095174==--