aboutsummaryrefslogtreecommitdiff
path: root/www/squid32
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-09 14:42:55 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-09 14:42:55 +0000
commit4fbc4c555944ae835b5e37b1af66ec5e61d9dd03 (patch)
tree57b788dd2b297d705987c1784219d2ca0261466e /www/squid32
parent8a9583696108891050a19cbd6a32f219c9070504 (diff)
downloadports-4fbc4c555944ae835b5e37b1af66ec5e61d9dd03.tar.gz
ports-4fbc4c555944ae835b5e37b1af66ec5e61d9dd03.zip
Notes
Diffstat (limited to 'www/squid32')
-rw-r--r--www/squid32/Makefile17
-rw-r--r--www/squid32/distinfo6
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