diff options
author | taca <taca> | 2003-12-07 16:48:20 +0000 |
---|---|---|
committer | taca <taca> | 2003-12-07 16:48:20 +0000 |
commit | a0be28bd5c205f40364eaf15f8e88108793f5c50 (patch) | |
tree | ced2d9835da3a3a0c2b0440e766436b69b92396d /www/squid | |
parent | f94b3e723ba564285ad1ec3b1e5709a9ad1a8ab0 (diff) | |
download | pkgsrc-a0be28bd5c205f40364eaf15f8e88108793f5c50.tar.gz |
Update squid package to squid-2.5.4nb3.
Apply two offcial patches.
* FQDN lookups sometimes returns garbage
synopsis FQDN lookups sometimes give garbage after the result.
This can be seen as junk in access.log when using
log_fqdn or false access control results when using
dstdomain acl type and the user requests a URL by IP
address.
severity Minor
date 2003-12-04 10:04
bugzilla #846, #834, #433
versions Squid-2.5 and earlier
platforms All
workaround Don't use log_fqdn or alternatively compile Squid with
--disable-internal-dns
* Cleanup of connect & dns timeouts etc
synopsis Several minor errors related to how Squid finds a
connection where to forward requests. This patch
o Adds a new configuration parameter "forward_timeout"
to control how long Squid tries to find a method to
find a path where to forward the request before
giving up. Defaults to 2 minutes.
o The default connect_timeout tuned down from 2 minutes
to 1 minute to allow for two attempts to find a
suitable path within the forward_timeout
o fqdncache/ipcache restructured to allow for DNS code
to allow the queried name to be logged in cache.log
on errors.
o negative_dns_ttl now overloaded to also specify the
minimum ttl used when caching DNS responses, and
tuned down from 5 minutes to 1 minute.
o default dns_timeout tuned down from 5 minutes to
2 minutes
o some minor compilation warnings on
--disable-internal-dns corrected
o properly report DNS timeouts as timeouts and not just
"No DNS records"
severity Minor
date 2003-12-06 17:06
bugzilla #848, #849, #851, #852
versions Squid-2.5 and earlier
platforms All
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 8 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 955e4f31d58..3ef9e2db93c 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.95 2003/11/30 14:08:31 taca Exp $ +# $NetBSD: Makefile,v 1.96 2003/12/07 16:48:20 taca Exp $ DISTNAME= squid-2.5.STABLE4 PKGNAME= squid-2.5.4 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ @@ -26,7 +26,9 @@ PATCHFILES= squid-2.5.STABLE4-reconfigure_message.patch \ squid-2.5.STABLE4-positive_dns_ttl.patch \ squid-2.5.STABLE4-gopherhtml.patch \ squid-2.5.STABLE4-netroute.patch \ - squid-2.5.STABLE4-synflood.patch + squid-2.5.STABLE4-synflood.patch \ + squid-2.5.STABLE4-fqdn.patch \ + squid-2.5.STABLE4-connect_cleanup.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org diff --git a/www/squid/distinfo b/www/squid/distinfo index 262cdc4b945..e10f9f726c6 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.41 2003/11/30 14:08:31 taca Exp $ +$NetBSD: distinfo,v 1.42 2003/12/07 16:48:20 taca Exp $ SHA1 (squid-2.5.4/squid-2.5.STABLE4.tar.bz2) = 470a2697625cf6edb83ad6fe59af2e147f557e24 Size (squid-2.5.4/squid-2.5.STABLE4.tar.bz2) = 1036704 bytes @@ -34,6 +34,10 @@ SHA1 (squid-2.5.4/squid-2.5.STABLE4-netroute.patch) = f9fdd9d819796120a6bcf4752f Size (squid-2.5.4/squid-2.5.STABLE4-netroute.patch) = 592 bytes SHA1 (squid-2.5.4/squid-2.5.STABLE4-synflood.patch) = a1138fb535a3f41a67c01e3e9eca8c11fcc8d72d Size (squid-2.5.4/squid-2.5.STABLE4-synflood.patch) = 12861 bytes +SHA1 (squid-2.5.4/squid-2.5.STABLE4-fqdn.patch) = fc0113ebef713234ec9905359a57c1e80f03d211 +Size (squid-2.5.4/squid-2.5.STABLE4-fqdn.patch) = 713 bytes +SHA1 (squid-2.5.4/squid-2.5.STABLE4-connect_cleanup.patch) = 80f0444ed75b8c2c9965e8ba9fcce8741de56014 +Size (squid-2.5.4/squid-2.5.STABLE4-connect_cleanup.patch) = 32515 bytes SHA1 (patch-aa) = 2e0d96f6ccb9d0c42db2da49e76846edad09624f SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0 |