mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
squid: security bump to version 3.5.24
Fixes:
* Mitigate DoS attacks that use client-initiated SSL/TLS renegotiation.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 5451001591)
This commit is contained in:
committed by
Peter Korsgaard
parent
2599d77cbe
commit
7ca8ea399f
@@ -1,3 +1,3 @@
|
||||
# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.23.tar.xz.asc
|
||||
md5 9b68f689e3d9578932b9c6a4041037c2 squid-3.5.23.tar.xz
|
||||
sha1 33e43869d5eeb0fdfd1d625e6d6edee0617b2b22 squid-3.5.23.tar.xz
|
||||
# From http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.24.tar.xz.asc
|
||||
md5 3fae511e16b6379b61c011914673973d squid-3.5.24.tar.xz
|
||||
sha1 f203637783301a4b86e554b6dd226de721762ae5 squid-3.5.24.tar.xz
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
SQUID_VERSION_MAJOR = 3.5
|
||||
SQUID_VERSION = $(SQUID_VERSION_MAJOR).23
|
||||
SQUID_VERSION = $(SQUID_VERSION_MAJOR).24
|
||||
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
||||
SQUID_SITE = http://www.squid-cache.org/Versions/v3/$(SQUID_VERSION_MAJOR)
|
||||
SQUID_LICENSE = GPLv2+
|
||||
|
||||
Reference in New Issue
Block a user