From e71b0e9a00ff8e79da0d21c84e1bff193928d13c Mon Sep 17 00:00:00 2001 From: krion Date: Wed, 2 Jun 2004 18:10:02 +0000 Subject: - correct report of available cache memory for cache sizes >2GB in cache.log (squid bug #570) - correct the least-load store directory selection algorithm for the cache directories using the "ufs" storage scheme (squid bug #676) - correct the type of the cacheCurrentUnlinkRequests SNMP variable (squid bug #946) - include client IP addresses in debug output (squid bug #948) - correct the HTML doctype for autogenerated FTP directory listings (squid bug #969) - if no resolv.conf is present the dns_servers variable now defaults to 127.0.0.1 (squid bug #991) - update the documentation of the MSNT basic authentication helper (squid bug #717) PR: ports/67495 Submitted by: maintainer --- www/squid31/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'www/squid31/Makefile') diff --git a/www/squid31/Makefile b/www/squid31/Makefile index d10b8eeee0d8..bc8d8fbba548 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -29,7 +29,7 @@ PORTNAME= squid PORTVERSION= 2.5.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -56,7 +56,14 @@ PATCHFILES= squid-2.5.STABLE5-ntlm_assert.patch \ squid-2.5.STABLE5-digest_ERR.patch \ squid-2.5.STABLE5-turkish_ERR_DNS_FAIL.patch \ squid-2.5.STABLE5-vary_negatively.patch \ - squid-2.5.STABLE5-range_offset_limit.patch + squid-2.5.STABLE5-range_offset_limit.patch \ + squid-2.5.STABLE5-large_cache_mem.patch \ + squid-2.5.STABLE5-least-load.patch \ + squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch \ + squid-2.5.STABLE5-debug_client_ip.patch \ + squid-2.5.STABLE5-ftp_html_doctype.patch \ + squid-2.5.STABLE5-dns_localhost.patch \ + squid-2.5.STABLE5-msnt_auth_doc.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de -- cgit