Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2024 22:47:43 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: 232af3da18de - main - www/squid: Removing accidentally added default option AUTH_LDAP
Message-ID:  <202412292247.4BTMlhXS058089@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit 232af3da18def9214594078f4307e3dff159ec0b
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-12-29 22:37:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-12-29 22:37:12 +0000

    www/squid: Removing accidentally added default option AUTH_LDAP
    
    PR:             283669
    Reported by:    yasu (via email)
    Fixes:          9fae06866ad7 (Improve port: apply portclippy and portfmt, fix silent grab security/nettle)
---
 www/squid/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/squid/Makefile b/www/squid/Makefile
index 4b032430d7d8..b1f73dcf6c8f 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -73,7 +73,7 @@ OPTIONS_DEFINE=		ARP_ACL CACHE_DIGESTS DEBUG DELAY_POOLS DOCS ECAP ESI \
 OPTIONS_DEFAULT=	ARP_ACL AUTH_NIS CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF \
 			FS_AUFS FS_DISKD FS_ROCK GSSAPI_BASE HTCP ICAP ICMP \
 			IDENT KQUEUE LARGEFILE LAX_HTTP SNMP SSL SSL_CRTD \
-			TP_IPFW VIA_DB WCCP WCCPV2   AUTH_LDAP
+			TP_IPFW VIA_DB WCCP WCCPV2
 OPTIONS_GROUP=		AUTH
 OPTIONS_GROUP_AUTH=	AUTH_LDAP AUTH_NIS AUTH_SASL AUTH_SMB AUTH_SQL
 OPTIONS_RADIO=		FW


home | help

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