diff options
author | taca <taca> | 2006-09-26 03:40:20 +0000 |
---|---|---|
committer | taca <taca> | 2006-09-26 03:40:20 +0000 |
commit | 55d4d73240c3940b7aae061d06fbdfc025ab6eba (patch) | |
tree | a51c17348bc8eb400b8f1ae27a21d1334ca170e2 /www/squid/Makefile | |
parent | 17fe1963c7f09e4951103ff85f18949bafd08407 (diff) | |
download | pkgsrc-55d4d73240c3940b7aae061d06fbdfc025ab6eba.tar.gz |
Update squid package to 2.6.4 (2.6.STABLE4).
Changes to squid-2.6.STABLE4 (Sep 22 2006)
- Bug #1736: Missing Italian translation of ERR_TOO_BIG error page
- Windows port enhancement: added native exception handler with signal emulation
- Fix the %un log_format tag again. Got broken in 2.6.STABLE2
- Fix Squid crash when using %a in ERR_INVALID_REQ and ERR_INVALID_URL error messages.
- Bug #212: variable %i always 0.0.0.0 in many error pages
- Bug #1708: Ports in ACL accepts characters and out of range
- Bug #1706: Squid time acl accepts invalid time range.
- Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86
- Fix an harmless snmp_core.c compiler warning on gcc 4.1.1 x86
- Bug #1744: squid-2.6.STABLE3 - fakeauth_auth crashing on certain requests
- Bug #1746: Harmless off by one overrun in ncsa_auth md5 password validation
- Bug #1598: start_announce cannot be disabled
- Periodically flush cache.log to disk when "buffered_logs on" is set
- Numerous COSS improvements and fixes
- Windows port: merge of MinGW support
- Windows port: Merged Windows threads support into aufs
- Bug #1759: Windows port cachemgr.cgi attempts to write to file system root directory
- Numerous portability fixes
- Various minor statistics cleanup on 64-bit hosts with more than 4GB of memory
- Bug #1758: HEAD on ftp:// URLs always returned 200 OK.
- Bug #1760: FTP related memory leak
- Bug #1770: WCCP2 weighted assignment
- Bug #1768: Redundant DNS PTR lookups
- Bug #1696: Add support for wccpv2 mask assignment
- Bug #1774: ncsa_auth support for cramfs timestamps
- Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB
- Bug #1725: cache_peer login=PASS documentation somewhat confusing
- Bug #1590: Silence those ETag loop warnings
- Bug #1740: Squid crashes on certain malformed HTTP responses
- Bug #1699: assertion failed: authenticate.c:836: "auth_user_request != NULL"
- Improve error reporting on unexpected CONNECT requests in accelerator mode
- Cosmetic change to increase cache.log detail level on invalid requests
- Bug #1229: http_port and other directives accept invalid ports
- Reject http_port specifications using both transparent and accelerator options
- Cosmetic cleanup to not dump stacktraces on configuration errors
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 299428b671e..ff6968aa2ca 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.182 2006/09/13 14:41:58 taca Exp $ +# $NetBSD: Makefile,v 1.183 2006/09/26 03:40:20 taca Exp $ -DISTNAME= squid-2.6.STABLE3 -PKGNAME= squid-2.6.3 +DISTNAME= squid-2.6.STABLE4 +PKGNAME= squid-2.6.4 #PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.6/ \ @@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --enable-auth=basic,digest,ntlm \ # # generic helpers # -OPTIONAL_FILES+= libexec/diskd-daemon libexec/dnsserver +OPTIONAL_FILES+= bin/cossdump libexec/diskd-daemon libexec/dnsserver OPTIONAL_FILES+= libexec/pinger libexec/unlinkd # # basic auth helpers (except LDAP, multi-domain-NTLM and SASL) |