summaryrefslogtreecommitdiff
path: root/www/squid/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-10-23 22:32:32 +0000
committertaca <taca@pkgsrc.org>2005-10-23 22:32:32 +0000
commit81c518753b7ca37812640cbe701c7bd27bd4a0e0 (patch)
treeb5f8531f2525631c4e083366239c60707efafebf /www/squid/Makefile
parent78e94603af8b81dc4cde9f7bcd6ba510208f5f90 (diff)
downloadpkgsrc-81c518753b7ca37812640cbe701c7bd27bd4a0e0.tar.gz
Update squid package to 2.5.12 (squid-2.5.STABLE12).
Changes to squid-2.5.STABLE12 (22 Oct 2005) - [Major] Error introduced in 2.5.STABLE11 causing truncated responses when using delay pools (Bug #1405) - [Cosmetic] Document that tcp_outgoing_* works badly in combination with server_persistent_connections (Bug #454) - [Cosmetic] Add additinal tracing to squid_ldap_auth making diagnostics easier on squid_ldap_auth configuration errors (Bug #1395) - [Minor] $HOME not set when started as root (Bug #1401) - [Minor] httpd_accel_single_host breaks in combination with server_persistent_connections (Bug #1402) - [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially implemented, effectively ignored. (Bug #1403) - [Minor] CNAME based DNS addresses could get cached for longer than intended (Bug #1404) - [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges in transparently intercepting proxies (Bug #1410). - [Minor] Cache revalidations on HEAD requests causing poor cache hit ratio (Bug #1411). - [Minor] Not possible to send 302 redirects via a redirector in response to CONNECT requests (bug #1412) - [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug #1419) - [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426) - [Minor] Delay pools class 3 fails on clients in network 255 (Bug #1431)
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r--www/squid/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 9bcf7949380..567862a3463 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,21 +1,16 @@
-# $NetBSD: Makefile,v 1.161 2005/10/09 14:47:55 taca Exp $
+# $NetBSD: Makefile,v 1.162 2005/10/23 22:32:32 taca Exp $
-DISTNAME= squid-2.5.STABLE11
-PKGNAME= squid-2.5.11
+DISTNAME= squid-2.5.STABLE12
+PKGNAME= squid-2.5.12
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/ \
ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/
EXTRACT_SUFX= .tar.bz2
-PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES= squid-2.5.STABLE11-delaypools_truncated.patch \
- squid-2.5.STABLE11-tcp_outgoing_xxx.patch \
- squid-2.5.STABLE11-ldap_auth.patch \
- squid-2.5.STABLE11.accel_single_host_pconn.patch \
- squid-2.5.STABLE11-CACHE_HTTP_PORT.patch \
- squid-2.5.STABLE11-CNAME.patch
-PATCH_DIST_STRIP= -p1
+#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
+#PATCHFILES=
+#PATCH_DIST_STRIP= -p1
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.squid-cache.org/