diff options
author | taca <taca@pkgsrc.org> | 2004-06-04 15:33:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-06-04 15:33:05 +0000 |
commit | e0ba7252f087e002d35e3dbd7ed59d79723b4fd8 (patch) | |
tree | 5216ae077e43ce3067b2141a1270236377892aba /www | |
parent | 51f26deb5909314b0f06771a7618ef2623277b5b (diff) | |
download | pkgsrc-e0ba7252f087e002d35e3dbd7ed59d79723b4fd8.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')
-rw-r--r-- | www/squid/Makefile | 15 | ||||
-rw-r--r-- | www/squid/distinfo | 20 |
2 files changed, 31 insertions, 4 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 diff --git a/www/squid/distinfo b/www/squid/distinfo index e91235e8f85..aa79fec6f66 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.52 2004/05/06 14:44:53 taca Exp $ +$NetBSD: distinfo,v 1.53 2004/06/04 15:33:05 taca Exp $ SHA1 (squid-2.5.5/squid-2.5.STABLE5.tar.bz2) = fd632ebaad656566db11cf875868b19a9b4a71db Size (squid-2.5.5/squid-2.5.STABLE5.tar.bz2) = 1044932 bytes @@ -40,6 +40,24 @@ SHA1 (squid-2.5.5/squid-2.5.STABLE5-vary_negatively.patch) = fbf28253dc325e3e0bf Size (squid-2.5.5/squid-2.5.STABLE5-vary_negatively.patch) = 2308 bytes SHA1 (squid-2.5.5/squid-2.5.STABLE5-range_offset_limit.patch) = 3c4399608b95ab341ba93609ac531818c7ba106f Size (squid-2.5.5/squid-2.5.STABLE5-range_offset_limit.patch) = 565 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-large_cache_mem.patch) = 67d9cd31327c6e88f9c1921ba0b8a8500029ffa7 +Size (squid-2.5.5/squid-2.5.STABLE5-large_cache_mem.patch) = 1848 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-least-load.patch) = 133b2dd6b64dec04c0fc421f1cc1d5a3ec2ebfa5 +Size (squid-2.5.5/squid-2.5.STABLE5-least-load.patch) = 2638 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch) = 4d4c6de195e01da97a4acd9ef869d27665058a60 +Size (squid-2.5.5/squid-2.5.STABLE5-cacheCurrentUnlinkRequests.patch) = 1449 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-debug_client_ip.patch) = ede058b5a2580d09b338b1f0ee118e44db09812b +Size (squid-2.5.5/squid-2.5.STABLE5-debug_client_ip.patch) = 2104 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-openbsd_m88k.patch) = fee467a13f364a6bcb8675eae746f05194dbd8a2 +Size (squid-2.5.5/squid-2.5.STABLE5-openbsd_m88k.patch) = 1360 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-ftp_html_doctype.patch) = ec4430d1670b897b2c3b3d34ffcd7bc71a2fdf36 +Size (squid-2.5.5/squid-2.5.STABLE5-ftp_html_doctype.patch) = 1266 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-dns_localhost.patch) = 73be7a23e0aec3304c1597a8c003c40371b99a68 +Size (squid-2.5.5/squid-2.5.STABLE5-dns_localhost.patch) = 1408 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-msnt_auth_doc.patch) = 9177b064a207fa0582fe18b6a965746bf7b3fa33 +Size (squid-2.5.5/squid-2.5.STABLE5-msnt_auth_doc.patch) = 16644 bytes +SHA1 (squid-2.5.5/squid-2.5.STABLE5-va_copy.patch) = 80a29fcfd318897f626b22022992a0917dc400f1 +Size (squid-2.5.5/squid-2.5.STABLE5-va_copy.patch) = 4524 bytes SHA1 (patch-aa) = 2e0d96f6ccb9d0c42db2da49e76846edad09624f SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |