diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 16:56:04 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 16:56:04 +0000 |
commit | 7e10041514b7746de3d7b9f14dcba8ea5277f1ca (patch) | |
tree | c3a9ff3de463c2bc7230e56936211c2017cfcb7e /www/squid30/Makefile | |
parent | 05dfd76664d37f1811ead951be9c05d37a768125 (diff) | |
download | FreeBSD-ports-7e10041514b7746de3d7b9f14dcba8ea5277f1ca.zip FreeBSD-ports-7e10041514b7746de3d7b9f14dcba8ea5277f1ca.tar.gz |
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/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index c01bb81..a168b21 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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) |