diff options
author | krion <krion@FreeBSD.org> | 2004-06-03 02:10:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-03 02:10:02 +0800 |
commit | e71b0e9a00ff8e79da0d21c84e1bff193928d13c (patch) | |
tree | 9d9e42a0628c46fa3869a3689ffa3deea005e265 /www/squid31/Makefile | |
parent | 94db2dffa536afdf562453e808817b9dce5f6552 (diff) | |
download | freebsd-ports-gnome-e71b0e9a00ff8e79da0d21c84e1bff193928d13c.tar.gz freebsd-ports-gnome-e71b0e9a00ff8e79da0d21c84e1bff193928d13c.tar.zst freebsd-ports-gnome-e71b0e9a00ff8e79da0d21c84e1bff193928d13c.zip |
- 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
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
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 |