public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] squid: Update to 5.7
@ 2022-09-08 17:00 Matthias Fischer
  2022-09-11  7:33 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2022-09-08 17:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]

For details see:
http://www.squid-cache.org/Versions/v5/changesets/SQUID_5_7.html

Excerpt from changelog:
"Changes in squid-5.7 (05 Sep 2022):

	- Regression Fix: Typo in manager ACL
	- Bug 5186: noteDestinationsEnd check failed: transportWait
	- Bug 5160: Test suite fails with -flto=auto
	- Bug 3193 pt2: NTLM decoder truncating strings
	- Bug 5133: OpenSSL 3.0 support
	- ext_session_acl: fix TDB key lookup
	- forward_max_tries: Do not count discarded connections
	- ... and many compile and debugging fixes"

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/squid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/squid b/lfs/squid
index 2a5317a43..08eb9965d 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.6
+VER        = 5.7
 
 THISAPP    = squid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e1fc075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183
+$(DL_FILE)_BLAKE2 = 4a403ca4f94034356922ea1a4feffd5f5289e2aadbe1585bd04e83ee89712227ce04c53f7e05c10f7c8ac6be67a265a32b47032e7b56e929a172772fa41d5299
 
 install : $(TARGET)
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] squid: Update to 5.7
  2022-09-08 17:00 [PATCH] squid: Update to 5.7 Matthias Fischer
@ 2022-09-11  7:33 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-09-11  7:33 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1709 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> For details see:
> http://www.squid-cache.org/Versions/v5/changesets/SQUID_5_7.html
> 
> Excerpt from changelog:
> "Changes in squid-5.7 (05 Sep 2022):
> 
> 	- Regression Fix: Typo in manager ACL
> 	- Bug 5186: noteDestinationsEnd check failed: transportWait
> 	- Bug 5160: Test suite fails with -flto=auto
> 	- 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"
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/squid | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/squid b/lfs/squid
> index 2a5317a43..08eb9965d 100644
> --- a/lfs/squid
> +++ b/lfs/squid
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.6
> +VER        = 5.7
>  
>  THISAPP    = squid-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -46,7 +46,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e1fc075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183
> +$(DL_FILE)_BLAKE2 = 4a403ca4f94034356922ea1a4feffd5f5289e2aadbe1585bd04e83ee89712227ce04c53f7e05c10f7c8ac6be67a265a32b47032e7b56e929a172772fa41d5299
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-11  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 17:00 [PATCH] squid: Update to 5.7 Matthias Fischer
2022-09-11  7:33 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox