diff options
author | taca <taca> | 2004-06-04 15:33:05 +0000 |
---|---|---|
committer | taca <taca> | 2004-06-04 15:33:05 +0000 |
commit | 843dd42cd5211d589bf5ba16665d7b0f638dbbe1 (patch) | |
tree | 5216ae077e43ce3067b2141a1270236377892aba /www/squid/Makefile | |
parent | 03ca982191ee184c2c4176acdeb3efc2133c5aee (diff) | |
download | pkgsrc-843dd42cd5211d589bf5ba16665d7b0f638dbbe1.tar.gz |
Updated squid package to 2.5.5nb3 applying nine official patches.
* 2004-06-01 08:38 (Medium) Segfault in memBufVPrintf on certain
architectures requiring va_copy
* 2004-06-01 00:00 (Cosmetic) msnt_auth documentation update
* 2004-05-31 23:37 (Cosmetic) dns_servers should default to localhost
if no resolv.conf
* 2004-05-31 23:37 (Cosmetic) FTP directory listing HTML DOCTYPE misread
by some tools
* 2004-06-01 08:26 (Minor) fix compilation on OpenBSD/m88k
* 2004-05-31 22:59 (Cosmetic) Show client ip in cache.log debug output
* 2004-05-31 22:43 (Minor) cacheCurrentUnlinkRequests should be a counter,
not gauge
* 2004-05-31 22:08 (Minor) store_dir_select_algorithm least-load doesn't
work for ufs cache_dir type
* 2004-05-31 21:32 (Cosmetic) Very large cache_mem values reported wrongly
in cache.log
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 64bdd378a75..50420de0736 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.107 2004/05/15 13:57:12 heinz Exp $ +# $NetBSD: Makefile,v 1.108 2004/06/04 15:33:05 taca Exp $ DISTNAME= squid-2.5.STABLE5 PKGNAME= squid-2.5.5 -PKGREVISION= 2 +PKGREVISION= 3 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/ \ @@ -28,7 +28,16 @@ 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-openbsd_m88k.patch \ + squid-2.5.STABLE5-ftp_html_doctype.patch \ + squid-2.5.STABLE5-dns_localhost.patch \ + squid-2.5.STABLE5-msnt_auth_doc.patch \ + squid-2.5.STABLE5-va_copy.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org |