diff options
author | Pavel Timofeev <timp87@gmail.com> | 2024-04-10 18:36:14 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-04-10 18:36:14 +0000 |
commit | eee2e163131dee96f7ebb20ea742b1c0ba107d31 (patch) | |
tree | 8d9cc4b358b7b9fc18794c7f8607f36a1695ad1d | |
parent | 768d644758670d931c9b56fbab94365cec2e3cfd (diff) |
www/squid: update to 6.9
Changelog:
https://www.squid-cache.org/Versions/v6/squid-6.9-RELEASENOTES.html
PR: 278291
Approved by: arrowd (mentor, implicit)
-rw-r--r-- | www/squid/Makefile | 3 | ||||
-rw-r--r-- | www/squid/distinfo | 6 | ||||
-rw-r--r-- | www/squid/files/patch-src_auth_basic_NIS_nis__support.h | 12 |
3 files changed, 4 insertions, 17 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index fa060c398b4c..3437d323242f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,5 @@ PORTNAME= squid -DISTVERSION= 6.8 -PORTREVISION= 1 +DISTVERSION= 6.9 CATEGORIES= www MASTER_SITES= http://www2.pl.squid-cache.org/Versions/v6/ \ http://www1.il.squid-cache.org/Versions/v6/ \ diff --git a/www/squid/distinfo b/www/squid/distinfo index de0933b2967c..52d60c58b061 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710267260 -SHA256 (squid-6.8.tar.xz) = 11cc5650b51809d99483ccfae24744a2e51cd16199f5ff0c917e84fce695870f -SIZE (squid-6.8.tar.xz) = 2547796 +TIMESTAMP = 1712679399 +SHA256 (squid-6.9.tar.xz) = 1ad72d46e1cb556e9561214f0fb181adb87c7c47927ef69bc8acd68a03f61882 +SIZE (squid-6.9.tar.xz) = 2557992 diff --git a/www/squid/files/patch-src_auth_basic_NIS_nis__support.h b/www/squid/files/patch-src_auth_basic_NIS_nis__support.h deleted file mode 100644 index a25672c7bbd7..000000000000 --- a/www/squid/files/patch-src_auth_basic_NIS_nis__support.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/auth/basic/NIS/nis_support.h.orig 2024-03-04 05:45:51 UTC -+++ src/auth/basic/NIS/nis_support.h -@@ -8,9 +8,6 @@ - #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H - #define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H - --#ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H --#define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H -- - extern char * get_nis_password(char *user, char *nisdomain, char *nismap); - - #endif /* SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H */ |