diff options
author | Pavel Timofeev <timp87@gmail.com> | 2023-10-22 17:32:24 +0000 |
---|---|---|
committer | Joel Bodenmann <jbo@FreeBSD.org> | 2023-10-25 20:47:15 +0000 |
commit | 55cdc95ba591b9db79b4367df07f560f63bd47f9 (patch) | |
tree | d4b3872fe81b5d3b72f17ef06630843da39238eb | |
parent | 21c60ea8c761f9e8618461727299a7a4372a519c (diff) | |
download | ports-55cdc95ba591b9db79b4367df07f560f63bd47f9.tar.gz ports-55cdc95ba591b9db79b4367df07f560f63bd47f9.zip |
www/squid: Update to 6.4
Changelog: https://github.com/squid-cache/squid/blob/7254f20cbc449119ae39bfeeced965f2c80bad75/ChangeLog
Also remove a dead mirror.
PR: 274646
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D42324
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index ef776b412e28..4753f0bf5b23 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,16 +1,14 @@ PORTNAME= squid -DISTVERSION= 6.3 +DISTVERSION= 6.4 CATEGORIES= www MASTER_SITES= http://www2.pl.squid-cache.org/Versions/v6/ \ http://www1.il.squid-cache.org/Versions/v6/ \ - http://www1.jp.squid-cache.org/Versions/v6/ \ http://www2.gr.squid-cache.org/Versions/v6/ \ http://ca2.squid-cache.org/Versions/v6/ \ http://www.squid-cache.org/Versions/v6/ PATCH_SITES= http://www2.pl.squid-cache.org/%SUBDIR%/ \ http://www1.il.squid-cache.org/%SUBDIR%/ \ - http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.gr.squid-cache.org/%SUBDIR%/ \ http://ca2.squid-cache.org/%SUBDIR%/ \ http://www.squid-cache.org/%SUBDIR%/ diff --git a/www/squid/distinfo b/www/squid/distinfo index dbde633e8775..bf6b9013d8ba 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696273281 -SHA256 (squid-6.3.tar.xz) = 74a0f5586a7a5d89573d502708d5e1d66ddf0430cf4802cc7261b765653248fa -SIZE (squid-6.3.tar.xz) = 2547264 +TIMESTAMP = 1697951690 +SHA256 (squid-6.4.tar.xz) = 5ebbced99b3df21bfcf4d1ec39455dff775a5ff6b9215d9f0339958771a88589 +SIZE (squid-6.4.tar.xz) = 2553476 |