Skip to content

Commit

Permalink
package/squid: update to 6.2
Browse files Browse the repository at this point in the history
See the release notes for Squid 6 for any news:
http://www.squid-cache.org/Versions/v6/RELEASENOTES.html

Tested with qemu_aarch64_virt_defconfig.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2a7c681)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
wbx-github authored and jacmet committed Nov 30, 2023
1 parent c06c127 commit bc63929
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/v5/squid-5.7.tar.xz.asc
md5 7a3764a3c5833631a779d7827901cda7 squid-5.7.tar.xz
sha1 141e8007d6b1cfee34654127a9ca025125b37b58 squid-5.7.tar.xz
# From http://www.squid-cache.org/Versions/v6/squid-6.2.tar.xz.asc
md5 ad01b7d82b6a00ffd8cd39b97113d05a squid-6.2.tar.xz
sha1 29ddb4c522a36f1270e7cfa66f0dec8805fd2b57 squid-6.2.tar.xz
# Locally calculated
sha256 6b0753aaba4c9c4efd333e67124caecf7ad6cc2d38581f19d2f0321f5b7ecd81 squid-5.7.tar.xz
sha256 dd759e151e997d31786d91743d327b1b4b532f1caea66bf81100ec8ba04ec4c1 squid-6.2.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
4 changes: 2 additions & 2 deletions package/squid/squid.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

SQUID_VERSION = 5.7
SQUID_VERSION = 6.2
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
SQUID_SITE = http://www.squid-cache.org/Versions/v5
SQUID_SITE = http://www.squid-cache.org/Versions/v6
SQUID_LICENSE = GPL-2.0+
SQUID_LICENSE_FILES = COPYING
SQUID_CPE_ID_VENDOR = squid-cache
Expand Down

0 comments on commit bc63929

Please sign in to comment.