aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid27/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-06-29 00:56:04 +0800
committerkrion <krion@FreeBSD.org>2004-06-29 00:56:04 +0800
commit7e10041514b7746de3d7b9f14dcba8ea5277f1ca (patch)
treec3a9ff3de463c2bc7230e56936211c2017cfcb7e /www/squid27/Makefile
parent05dfd76664d37f1811ead951be9c05d37a768125 (diff)
downloadfreebsd-ports-gnome-7e10041514b7746de3d7b9f14dcba8ea5277f1ca.tar.gz
freebsd-ports-gnome-7e10041514b7746de3d7b9f14dcba8ea5277f1ca.tar.zst
freebsd-ports-gnome-7e10041514b7746de3d7b9f14dcba8ea5277f1ca.zip
Fix the patch that simulates the autotools bootstrap for the
follow-xff-patchset (thanks to Michael Ranner for spotting the problem and testing the fix). While at it, wordsmith the comments in the patch. Use the official patch for the NTLM auth helper vulnerability, see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details. Build install the SMB basic authentication helpers by default PR: ports/68448 Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r--www/squid27/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index c01bb810d8ea..a168b219b975 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -29,7 +29,7 @@
PORTNAME= squid
PORTVERSION= 2.5.5
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -65,7 +65,8 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \
squid-2.5.STABLE5-dns_localhost.patch \
squid-2.5.STABLE5-msnt_auth_doc.patch \
squid-2.5.STABLE5-CONNECT_log_size.patch \
- squid-2.5.STABLE5-proxy_abuse.patch
+ squid-2.5.STABLE5-proxy_abuse.patch \
+ squid-2.5.STABLE5-ntlm_auth_overflow.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
@@ -123,7 +124,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
# Authentication methods and modules:
-basic_auth= NCSA PAM YP MSNT winbind
+basic_auth= NCSA PAM YP MSNT SMB winbind
external_acl= ip_user unix_group wbinfo_group winbind_group
MAN8+= pam_auth.8 squid_unix_group.8
.if defined(WITH_SQUID_LDAP_AUTH)