summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca>2007-05-13 16:45:44 +0000
committertaca <taca>2007-05-13 16:45:44 +0000
commit2f99eb8296570832a85da664bfbd4cab7f98d424 (patch)
tree435580b3138ab0c0d37a0dcc0eae63e14f3611be /www/squid/Makefile
parent1798c7dc1304c1395531dc2aa6326b32c003cb3c (diff)
downloadpkgsrc-2f99eb8296570832a85da664bfbd4cab7f98d424.tar.gz
Update squid pacakge to 2.6.13 (2.6.STABLE13).
Changes to squid-2.6.STABLE13 (11 May 2007) - Make sure reply headers gets sent even if there is no body available yet, fixing RealMedia streaming over HTTP issues. - Undo an accidental name change of storeUnregisterAbort. - Kill an ancient malplaced storeUnregisterAbort call from ftp.c - Bug #1814: SSL memory leak on persistent SSL connections - Don't log ECONNREFUSED/ECONNABORTED accept failures in cache.log - Cosmetic fix: added missing newline in WCCPv2 configuration dump. - Ukrainan error messages - Convert various error pages from DOS to UNIX text format - Bug #1820: COSS assertion failure t->length == MD5_DIGEST_CHARS - Clarify the max-conn=n cache_peer option syntax slightly - Bug #1892: COSS segfault on shutdown - Windows port: fix undefined ECONNABORTED - Make refreshIsCachable handle ETag as a cache validator, not only last-modified - in_port_t is not portable, use unsigned short instead - Fix fs / auth / snmp dependencies - Portability: statfs() may reqire #include <sys/statfs.h>
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 2817918a194..e124a63fea3 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.191 2007/03/21 05:25:01 taca Exp $
+# $NetBSD: Makefile,v 1.192 2007/05/13 16:45:44 taca Exp $
-DISTNAME= squid-2.6.STABLE12
+DISTNAME= squid-2.6.STABLE13
PKGNAME= ${DISTNAME:S/STABLE//}
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ \
@@ -60,7 +60,8 @@ CONFIGURE_ARGS+= --enable-auth=basic,digest,ntlm \
--enable-removal-policies=lru,heap \
--enable-poll \
--enable-underscores \
- --enable-storeio=${SQUID_BACKENDS:Q}
+ --enable-storeio=${SQUID_BACKENDS:Q} \
+ --with-aio
#
# generic helpers
@@ -105,7 +106,7 @@ post-install:
.endfor
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
${INSTALL_DATA_DIR} ${DOCDIR}
- @cd ${WRKSRC}; \
+ cd ${WRKSRC}; \
for i in ${DOCFILES}; do \
${INSTALL_DATA} $$i ${DOCDIR}; \
done