Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 18:41:47 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eee2e163131d - main - www/squid: update to 6.9
Message-ID:  <202404101841.43AIflWa046203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eee2e163131dee96f7ebb20ea742b1c0ba107d31

commit eee2e163131dee96f7ebb20ea742b1c0ba107d31
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2024-04-10 18:36:14 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-04-10 18:36:14 +0000

    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)
---
 www/squid/Makefile                                      |  3 +--
 www/squid/distinfo                                      |  6 +++---
 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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404101841.43AIflWa046203>