diff options
author | tron <tron@pkgsrc.org> | 2000-03-06 18:52:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-06 18:52:06 +0000 |
commit | ef5b675348dde9ae1a8be691e52226b9baf02c20 (patch) | |
tree | ba0c31612aa63bfe65fbca61b90e7fe114373ce7 /www/squid | |
parent | db5341b7cbf29699b03f8da9c62064052b761b85 (diff) | |
download | pkgsrc-ef5b675348dde9ae1a8be691e52226b9baf02c20.tar.gz |
Update "squid" package to version 2.3STABLE2. Changes since version
2.3STABLE1:
- Changed Copyright text.
- Changed configure so that some IRIX-6.4 hacks apply to all IRIX-6.* versions.
- Cleaned up HTML bugs in error pages.
- Told configure to check for netinet/if_ether.h, which is used in ARP ACL
code, but might not be required.
- Added "Cookie" to known HTTP headers so it can be used in anonymizer
configuration.
- Added optional TCP_REDIRECT log code for logging of 301/302 responses
returned by Squid.
- Added a check for a currently running Squid process. If the pid file exists,
and the pid is running, Squid complains and refuses to start another
instance.
- Changed async I/O scope to PTHREAD_SCOPE_PROCESS for IRIX.
- Fixed a bug with the PURGE method. The purge enable flag was not getting
cleared during reconfigure. Also required PURGE method to be used in
http_access list before enabling.
- Fixed async I/O assertions for file open errors.
- Fixed internal DNS assertion when unpacking truncated messages.
- Fixed anonymize_headers bug that caused all headers to be allowed after a
reconfigure.
- Fixed an access denied bug for accelerator-only installations.
- Fixed internal DNS initialization so that it uses 'dns_nameservers'
settings in squid.conf if set.
- Fixed 'maxconn' ACL bug that caused it to work backwards (Pedro Ribeiro).
- Fixed syslog bug for daemon mode on Linux.
- Fixed 'http_port' parsing bugs.
- Fixed internal DNS byte ordering bugs for PTR queries.
- Fixed internal DNS queue getting stuck during periods of low activity
(Henrik).
- Fixed byte ordering bugs for parsing EPLF FTP listings on 64-bit systems.
- Fixed 'request_body_max_size' bug that caused all POST, PUT requests to be
denied if max size is set to zero.
- Fixed 'redirector_access' bug when using 'myport' ACLs.
- Fixed CARP neighbor selection bugs for down peers.
- Added 'client_persistent_connections' and 'server_persistent_connections'
flags to disable persistent connections for clients and servers.
- Fixed access logging bug that caused many requests to be logged as TCP_MISS.
- Added some bounds checking to delay pools code.
This partially fixes PR pkg/9534 by Takahiro Kambe.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 9 | ||||
-rw-r--r-- | www/squid/files/md5 | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 322ae682f38..a581c56bf47 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.23 2000/02/27 23:11:12 tron Exp $ +# $NetBSD: Makefile,v 1.24 2000/03/06 18:52:06 tron Exp $ -DISTNAME= squid-2.3.STABLE1-src -PKGNAME= squid-2.3s1 +DISTNAME= squid-2.3.STABLE2-src +PKGNAME= squid-2.3s2 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ ftp://ftp.gw.com/pub/unix/squid/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ + ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ \ + ftp://ftp.xlink.net/pub/mirror.squid/squid-2/STABLE/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://squid.nlanr.net/Squid/ diff --git a/www/squid/files/md5 b/www/squid/files/md5 index d75ce0e0e6d..5309090e6a7 100644 --- a/www/squid/files/md5 +++ b/www/squid/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/02/27 23:11:13 tron Exp $ +$NetBSD: md5,v 1.9 2000/03/06 18:52:06 tron Exp $ -MD5 (squid-2.3.STABLE1-src.tar.gz) = b575dcc0bbb98c806efee15b9963630f +MD5 (squid-2.3.STABLE2-src.tar.gz) = ba90c12907e5dd8a29bf824bde2f7755 |