summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-02-26 15:03:53 +0000
committertaca <taca@pkgsrc.org>2006-02-26 15:03:53 +0000
commit423871545d3554b5d64e6c951608c50669977086 (patch)
tree8ce63e76b9b23529312928244823544c7cd70f06 /www/squid/Makefile
parente33b95efdfc82bdfcda3f03d60f3b8272e3b9bdc (diff)
downloadpkgsrc-423871545d3554b5d64e6c951608c50669977086.tar.gz
Update www/squid pacakge to 2.5.12nb5.
* 2006-02-26 00:06 (Cosmetic) Error in FTP listings of files with -> in their name * 2006-02-26 00:06 (Cosmetic) Harmless typo in ftp.c * 2006-02-26 00:06 (Minor) Fails to compile on Fedora Core 5 test 2 x86_64 * 2006-02-26 00:06 (Cosmetic) Hangs at 100% CPU if /dev/null is not accessible * 2006-02-26 00:06 (Cosmetic) New persistent_connection_after_error configuration directive * 2006-02-26 00:06 (Medium) delay pools given too much bandwidht after "-k reconfigure" * 2006-02-26 00:06 (Medium) 504 Gateway Time-out on FTP uploads * 2006-02-26 00:06 (Minor) Some clients support NTLM even if not initially negotiating persiste * 2006-02-26 00:06 (Minor) Ident access lists don't work in delay_access statements * 2006-02-26 00:06 (Cosmetic) Segmentation fault on empty proxy_auth ACLs * 2006-02-26 00:06 (Minor) Issues in processing ranges on objects >2GB * 2006-02-26 14:36 (Minor) Some 206 responses logged incorrectly
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 12aa6349814..fcfa19e11ab 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.168 2006/02/13 15:07:17 taca Exp $
+# $NetBSD: Makefile,v 1.169 2006/02/26 15:03:53 taca Exp $
DISTNAME= squid-2.5.STABLE12
PKGNAME= squid-2.5.12
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \
ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
@@ -15,7 +15,19 @@ PATCHFILES= squid-2.5.STABLE12-setenv.patch \
squid-2.5.STABLE12-wbinfo_group.patch \
squid-2.5.STABLE12-asyncio_counters.patch \
squid-2.5.STABLE12-prctl_args.patch \
- squid-2.5.STABLE12-irix_timezone.patch
+ squid-2.5.STABLE12-irix_timezone.patch \
+ squid-2.5.STABLE12-log_206.patch \
+ squid-2.5.STABLE12-range2GB.patch \
+ squid-2.5.STABLE12-empty_proxy_auth_acl.patch \
+ squid-2.5.STABLE12-ident_acl.patch \
+ squid-2.5.STABLE12-ntlm_nonpersistent.patch \
+ squid-2.5.STABLE12-ftp_upload.patch \
+ squid-2.5.STABLE12-delay_pool_reconfigure.patch \
+ squid-2.5.STABLE12-persistent_connection_after_error.patch \
+ squid-2.5.STABLE12-devnull.patch \
+ squid-2.5.STABLE12-fc5.patch \
+ squid-2.5.STABLE12-ftpdates.patch \
+ squid-2.5.STABLE12-ftpsymlink.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= taca@NetBSD.org