mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/squid: security bump version to 7.6
https://github.com/squid-cache/squid/blob/SQUID_7_6/ChangeLog
https://seclists.org/oss-sec/2026/q2/896
Fixes CVE-2026-47729 and CVE-2026-50012.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit c9bbc8c0ac)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
b3289aa1b6
commit
75f6dc84a2
@@ -1,4 +1,4 @@
|
||||
# From https://github.com/squid-cache/squid/releases/tag/SQUID_7_5
|
||||
sha256 f6058907db0150d2f5d228482b5a9e5678920cf368ae0ccbcecceb2ff4c35106 squid-7.5.tar.xz
|
||||
# From https://github.com/squid-cache/squid/releases/tag/SQUID_7_6
|
||||
sha256 852178fdc37c5b0786a934fc990c7d2fffc82acf19b2284be209b96431d25992 squid-7.6.tar.xz
|
||||
# Locally calculated
|
||||
sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQUID_VERSION = 7.5
|
||||
SQUID_VERSION = 7.6
|
||||
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
|
||||
SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_$(subst .,_,$(SQUID_VERSION))
|
||||
SQUID_LICENSE = GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user