diff options
author | taca <taca> | 2002-02-18 17:00:38 +0000 |
---|---|---|
committer | taca <taca> | 2002-02-18 17:00:38 +0000 |
commit | b60d9c32b483540fa922aa98a1f48ab076a9be57 (patch) | |
tree | 6efbe7506c87102cac4114874c3c49baede22e64 /www/squid/distinfo | |
parent | 00e43d8a06b81849fa88541925011681e18b82bb (diff) | |
download | pkgsrc-b60d9c32b483540fa922aa98a1f48ab076a9be57.tar.gz |
Update squid to squid-2.4.3nb1.
- replace a hack adding fd_mask definition in autoconf.h with re-writing
configure script. It cause to run configure twice and result "no fd_mask".
- Incorporate three official patches from
http://www.squid-cache.org/Versions/v2/2.4/bugs/.
o SNMP memory leaks
synopsis
The SNMP implementation in Squid had several memory leaks
possibly causing an denial of service.
workaround
Disable the SNMP port if enabled by using "snmp_port 0" in
squid.conf. Or if you only use SNMP for MRTG data
collection running on the same host then use
"snmp_incoming_address 127.0.0.1" to limit reachability
of the SNMP port to only localhost or some other trusted
network.
o Coredump on certain ftp:// style URL's
synopsis
If certain constructed ftp:// style URL's are received then
squid crashes, causing a denial of service and maybe even
remote execution of code.
workaround
Deny forwarding of non-anonymous FTP URLs by inserting
the following rules at the top of squid.conf, prior to
any http_access allow lines.
acl non_anonymous_ftp url_regex -i ftp://[^/@]*@
http_access deny non_anonymous_ftp
o "htcp_port 0" fails to disable the HTCP port
synopsis
"htcp_port 0" fails to completely disable the HTCP port as
documented in squid.conf, instead HTCP will be listening on
a random port number.
Diffstat (limited to 'www/squid/distinfo')
-rw-r--r-- | www/squid/distinfo | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/squid/distinfo b/www/squid/distinfo index 0d8ee850794..89c6c7c1c15 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,16 +1,23 @@ -$NetBSD: distinfo,v 1.7 2001/12/12 17:06:19 taca Exp $ +$NetBSD: distinfo,v 1.8 2002/02/18 17:00:39 taca Exp $ SHA1 (squid-2.4.STABLE3-src.tar.gz) = c388825d57998a80f2733a60d42ebe4b0bface49 Size (squid-2.4.STABLE3-src.tar.gz) = 1081040 bytes +SHA1 (squid-2.4.STABLE3-SNMP_memory_leaks.patch) = 95f79d5564ad73e7c4b1a76d4c3f276d5e4420ef +Size (squid-2.4.STABLE3-SNMP_memory_leaks.patch) = 10291 bytes +SHA1 (squid-2.4.STABLE3-ftp_coredump.patch) = d01d4fbd11bd0d2a2380a714e3e608ac8ae25e2b +Size (squid-2.4.STABLE3-ftp_coredump.patch) = 8732 bytes +SHA1 (squid-2.4.STABLE3-htcp_off.patch) = 310160da38c5b006d756ec75938effcf0114ccb2 +Size (squid-2.4.STABLE3-htcp_off.patch) = 1014 bytes SHA1 (patch-aa) = d56966fabb9477ec1f4db2b91b1ed1e4be35a952 SHA1 (patch-ab) = afb0c443c708d03fc7ab39120ae9a3c68d9e9b88 SHA1 (patch-ac) = b962e05bcaccd0d9a0969b2f1419fd73456440cd SHA1 (patch-ad) = 03f76c2a781bff4b3a8680ee815f8c5dcbdd70d0 SHA1 (patch-ae) = 5189de99c6f453ef58b97a4df54c065c87cf7e21 -SHA1 (patch-ag) = 9403399f18ac6ca3b0295055c1064df97f7d3edf +SHA1 (patch-ag) = a35c10cfa52205a5670dbb7dfc1d61d80627f389 SHA1 (patch-ah) = c80f9d8ce5fae7f399583607aa7f7153824465b7 SHA1 (patch-aj) = 2a8a7df72d0e978c069a8f273a0ee91ac31aa985 SHA1 (patch-ak) = a3f3000dbab7ba6f08904008ccf9e08bc70b3e3f SHA1 (patch-al) = d0741a93a4df8bf94b07e65680b50c294243c728 SHA1 (patch-am) = c844378a03ae27ae52eb454958fb9ed7bc0ce21e +SHA1 (patch-an) = fe6314ad2730021c2728a00eb164faab80bc4575 SHA1 (patch-ba) = a66094abbf55b1eda9d38204bdcf6a4dd1679cda |