diff options
author | flo <flo@FreeBSD.org> | 2012-12-09 22:42:55 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-09 22:42:55 +0800 |
commit | 752d3eb4e134f8ac4e8fa03703690b6d72e08d53 (patch) | |
tree | 57b788dd2b297d705987c1784219d2ca0261466e /www | |
parent | 445aefde851d44840f0e7f1fe53d960e7b842a20 (diff) | |
download | freebsd-ports-gnome-752d3eb4e134f8ac4e8fa03703690b6d72e08d53.tar.gz freebsd-ports-gnome-752d3eb4e134f8ac4e8fa03703690b6d72e08d53.tar.zst freebsd-ports-gnome-752d3eb4e134f8ac4e8fa03703690b6d72e08d53.zip |
- update to 3.2.4 plus vendor patch 11738
- install the kerberos_ldap_group external helper when Kerberos, SASL and
LDAP authentication are selected (this update supersedes PR ports/173564
that can be closed)
- whitespace fixes
PR: ports/174300
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/squid32/Makefile | 17 | ||||
-rw-r--r-- | www/squid32/distinfo | 6 |
2 files changed, 17 insertions, 6 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index 93ca7846e39e..4f4e9ff29ab1 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -37,7 +37,6 @@ PORTNAME= squid PORTVERSION= 3.2.${SQUID_STABLE_VER} -PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Squid/ \ @@ -66,7 +65,7 @@ PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://www2.tw.squid-cache.org/%SUBDIR%/ PATCH_SITE_SUBDIR= Versions/v3/3.2/changesets -PATCHFILES= # empty +PATCHFILES= squid-3.2-11738.patch MAINTAINER= tmseck@web.de COMMENT= HTTP Caching Proxy @@ -76,7 +75,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LATEST_LINK= squid32 -SQUID_STABLE_VER= 3 +SQUID_STABLE_VER= 4 CONFLICTS_INSTALL= squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]* lusca-head-[0-9]* GNU_CONFIGURE= yes @@ -98,7 +97,7 @@ OPTIONS_DEFINE= ARP_ACL AUTH_KERB AUTH_LDAP AUTH_NIS AUTH_SASL AUTH_SMB \ CACHE_DIGESTS DEBUG DELAY_POOLS DNS_HELPER ECAP ESI \ FOLLOW_XFF FS_AUFS FS_COSS HTCP ICAP ICMP IDENT IPV6 KQUEUE \ LARGEFILE SNMP SSL SSL_CRTD STACKTRACES STRICT_HTTP \ - TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 + TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 ARP_ACL_DESC= Enable ARP/MAC/EUI based authentification AUTH_KERB_DESC= Install Kerberos authentication helpers @@ -302,6 +301,15 @@ negotiate_auth= kerberos wrapper libexec+= negotiate_kerberos_auth negotiate_kerberos_auth_test \ negotiate_wrapper_auth MAN8+= negotiate_kerberos_auth.8 +# the kerberos_ldap_group external helper depends on LDAP and SASL: +.if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL} +external_acl+= kerberos_ldap_group +libexec+= ext_kerberos_ldap_group_acl \ + cert_tool +# XXX: this manpage is present in Squid's source but is not being +# built/installed yet (Squid 3.2.3 as at 11/2012). +#MAN8+= ext_kerberos_ldap_group_acl.8 +.endif .else negotiate_auth= none .endif @@ -311,6 +319,7 @@ CONFIGURE_ARGS+= --enable-auth-basic="${basic_auth}" \ --enable-external-acl-helpers="${external_acl}" \ --enable-auth-negotiate="${negotiate_auth}" \ --enable-auth-ntlm="${ntlm_auth}" + # Storage schemes: storage_schemes= diskd rock ufs diff --git a/www/squid32/distinfo b/www/squid32/distinfo index 0c49259c5249..94469da99d0b 100644 --- a/www/squid32/distinfo +++ b/www/squid32/distinfo @@ -1,2 +1,4 @@ -SHA256 (squid3.2/squid-3.2.3.tar.bz2) = 1741c3ef647f5b0960498b7bb3e44af4a4409c321afe2d141c67d2b5c85ed5a1 -SIZE (squid3.2/squid-3.2.3.tar.bz2) = 2891753 +SHA256 (squid3.2/squid-3.2.4.tar.bz2) = 9c0f6425f28e275577c48e909c85122e87969211ade70bd043e4694328b964c6 +SIZE (squid3.2/squid-3.2.4.tar.bz2) = 2893401 +SHA256 (squid3.2/squid-3.2-11738.patch) = ca22c7143db486e29832f6d0530f1bc77a62e88138199473d1596dda9354c940 +SIZE (squid3.2/squid-3.2-11738.patch) = 1661 |