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>
This commit is contained in:
Bernd Kuhls
2026-06-17 20:58:44 +02:00
committed by Peter Korsgaard
parent 09a13526b8
commit c9bbc8c0ac
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# From https://github.com/squid-cache/squid/releases/tag/SQUID_7_5 # From https://github.com/squid-cache/squid/releases/tag/SQUID_7_6
sha256 f6058907db0150d2f5d228482b5a9e5678920cf368ae0ccbcecceb2ff4c35106 squid-7.5.tar.xz sha256 852178fdc37c5b0786a934fc990c7d2fffc82acf19b2284be209b96431d25992 squid-7.6.tar.xz
# Locally calculated # Locally calculated
sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING

View File

@@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
SQUID_VERSION = 7.5 SQUID_VERSION = 7.6
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_$(subst .,_,$(SQUID_VERSION)) SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_$(subst .,_,$(SQUID_VERSION))
SQUID_LICENSE = GPL-2.0+ SQUID_LICENSE = GPL-2.0+