package/squid: security bump to version 4.11
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 6 May 2020 20:15:41 +0000 (22:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 May 2020 21:13:43 +0000 (23:13 +0200)
Fix CVE-2020-11945: An issue was discovered in Squid before 5.0.2. A
remote attacker can replay a sniffed Digest Authentication nonce to gain
access to resources that are otherwise forbidden. This occurs because
the attacker can overflow the nonce reference counter (a short integer).
Remote code execution may occur if the pooled token credentials are
freed (instead of replayed as valid credentials).

http://www.squid-cache.org/Advisories/SQUID-2020_4.txt

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/squid/squid.hash
package/squid/squid.mk

index 765e67cf3df1ab7b7fa28ef556946a9b4ba54c48..3c8ab64d3515dca9d9ccc1f2d68e501a098ecad5 100644 (file)
@@ -1,6 +1,6 @@
-# From http://www.squid-cache.org/Versions/v4/squid-4.10.tar.xz.asc
-md5  af7ac6e70f9bd03ae4fcec0c9b99c38a  squid-4.10.tar.xz
-sha1  b8b267771550bb8c7f2b2968b305118090e7217a  squid-4.10.tar.xz
+# From http://www.squid-cache.org/Versions/v4/squid-4.11.tar.xz.asc
+md5  10f34e852153a9996aa4614670e2bda1  squid-4.11.tar.xz
+sha1  053277bf5497163ffc9261b9807abda5959bb6fc  squid-4.11.tar.xz
 # Locally calculated
-sha256  98f0100afd8a42ea5f6b81eb98b0e4b36d7a54beab1c73d2f1705ab49b025f1f  squid-4.10.tar.xz
+sha256  4ed947612410263f57ad0e39bfd087e60fb714f028d7d3b0e469943efd34287d  squid-4.11.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
index aeaec425e4cd311d055f45d56dca0a557d6690dc..d281eee3ed5d18280663286177ac7d5ba805445e 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQUID_VERSION = 4.10
+SQUID_VERSION = 4.11
 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
 SQUID_SITE = http://www.squid-cache.org/Versions/v4
 SQUID_LICENSE = GPL-2.0+