Skip to content

Commit

Permalink
package/squid: security bump to version 6.5
Browse files Browse the repository at this point in the history
Fix CVE-2023-5824, CVE-2023-46724, CVE-2023-46846, CVE-2023-46847 and
CVE-2023-46848

GHSA-543m-w2m2-g255
GHSA-j83v-w3p4-5cqh
GHSA-73m6-jm96-c6r3
GHSA-phqj-m8gv-cq4g
GHSA-2g3c-pg7q-g59w

https://github.com/squid-cache/squid/blob/SQUID_6_5/ChangeLog

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
ffontaine authored and jacmet committed Nov 28, 2023
1 parent bc96e9d commit 7fb3c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package/squid/squid.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# From http://www.squid-cache.org/Versions/v6/squid-6.3.tar.xz.asc
md5 2512b5d27856e6f91a97719784506893 squid-6.3.tar.xz
sha1 7bd74034015c6a4d345a4d277a431908bed2ec4a squid-6.3.tar.xz
# From http://www.squid-cache.org/Versions/v6/squid-6.5.tar.xz.asc
md5 da2797d899cf538fab7f504fdf3c18bf squid-6.5.tar.xz
sha1 07a08394625948750264778c82e19cf24ea7cb1f squid-6.5.tar.xz
# Locally calculated
sha256 74a0f5586a7a5d89573d502708d5e1d66ddf0430cf4802cc7261b765653248fa squid-6.3.tar.xz
sha256 5070f8a3ae6666870c8fc716326befb0a1abe8b5ff3a6f3932cbc5543d7c8549 squid-6.5.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
2 changes: 1 addition & 1 deletion package/squid/squid.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

SQUID_VERSION = 6.3
SQUID_VERSION = 6.5
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
SQUID_SITE = http://www.squid-cache.org/Versions/v6
SQUID_LICENSE = GPL-2.0+
Expand Down

0 comments on commit 7fb3c96

Please sign in to comment.