Commit Message
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 <matthias.fischer@ipfire.org>
---
lfs/squid | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
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 <matthias.fischer@ipfire.org>
> ---
> 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 <info@ipfire.org> #
> +# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
> # #
> # 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 @@
>
> include Config
>
> -VER = 6.12
> +VER = 6.13
>
> THISAPP = squid-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -46,7 +46,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = ef1ae1bb0769a3509783027cd9596bdc64cedd1c46bbf393b34504f7074bd5eec8dcaf79c6e9fc227cc709f4f90b8abba373bb2ac06d93dcb5b1783196349e04
> +$(DL_FILE)_BLAKE2 = cc45b4b071d9d70fd145d9d01d25a27f73a70535cfa36e476a9304e8d13701832f658c3334d21093a2c49b5e993c68164d10151f99ee7c7a0ae1619302a94974
>
> install : $(TARGET)
>
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# 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 @@
include Config
-VER = 6.12
+VER = 6.13
THISAPP = squid-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ef1ae1bb0769a3509783027cd9596bdc64cedd1c46bbf393b34504f7074bd5eec8dcaf79c6e9fc227cc709f4f90b8abba373bb2ac06d93dcb5b1783196349e04
+$(DL_FILE)_BLAKE2 = cc45b4b071d9d70fd145d9d01d25a27f73a70535cfa36e476a9304e8d13701832f658c3334d21093a2c49b5e993c68164d10151f99ee7c7a0ae1619302a94974
install : $(TARGET)