From d4ff0694c5fa0ec1798cbf849b896b3212a262f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 18 Oct 2021 22:36:02 +0200 Subject: [PATCH] squid-asnbl: update to 0.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Upstream commit 500b9137d0a9dd31e40f0d1effdba0aafeb94ca4 changes the behaviour of this script in case of invalid or unresolvable FQDNs, preventing Squid from eventually shutting down due to too many BH's per time. Since this allows (authenticated) users to run a DoS against the Squid instance, it is considered to be security relevant. Signed-off-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- lfs/squid-asnbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid-asnbl b/lfs/squid-asnbl index 3fc0017687..9bb7ef198c 100644 --- a/lfs/squid-asnbl +++ b/lfs/squid-asnbl @@ -25,7 +25,7 @@ include Config -VER = 0.2.2 +VER = 0.2.3 THISAPP = squid-asnbl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d62be77baa30b16d1c2362460123d6c0 +$(DL_FILE)_MD5 = cf0a269215f06f487d1ed488ea463d6b install : $(TARGET) -- 2.39.5