diff options
author | taca <taca@pkgsrc.org> | 2003-05-24 12:31:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-05-24 12:31:34 +0000 |
commit | 8cdd6fec418abd71a80e4653af7c0dd160045275 (patch) | |
tree | 7e408d4de5a895e7f20afab3ccabffdd5f752b00 /www/squid/Makefile | |
parent | f0d8aefd07ccba2074d64feeeed28ae7b4c172a2 (diff) | |
download | pkgsrc-8cdd6fec418abd71a80e4653af7c0dd160045275.tar.gz |
Update squid package to 2.5.2nb4.
- Don't left share/doc/squid directory on deinstall.
- Apply recent 12 official patches.
- (Minor) deny_info TCP_RESET does not work
- (Minor) Digest authentication fails on URLs with comma
- (Minor) digest nonce count workarounds for broken browsers
- (Minor) external_acl hangs if defined with ttl=0
- (Minor) smb_auth.pl (multi-domain-NTLM) fails on domain qualified logins
- (Minor) smb_auth fails on complex logins (involving domain names or odd
characters)
- (Minor) ACL regression error introduced by earlier 2.5.STABLE2 patch
- (Cosmetic) segmentation fault in authentication if debugging enabled
- (Cosmetic) Unreachable code due to siged/unsigned errors
- (Minor) logic error in comm_select.
- (Minor) wb_group update to 1.2 to add support for domain qualified goups
- (Minor) Segmentation fault when using negated external acls
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 5f4df256c84..a35d54a2e70 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.83 2003/05/09 05:07:13 taca Exp $ +# $NetBSD: Makefile,v 1.84 2003/05/24 12:31:34 taca Exp $ DISTNAME= squid-2.5.STABLE2 PKGNAME= squid-2.5.2 -PKGREVISION= 3 +PKGREVISION= 4 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ @@ -29,7 +29,19 @@ PATCHFILES= squid-2.5.STABLE2-concurrent_external_acl.patch \ squid-2.5.STABLE2-ident_REQUIRED.patch \ squid-2.5.STABLE2-reply_body_max_size.patch \ squid-2.5.STABLE2-acl_lookup_loop.patch \ - squid-2.5.STABLE2-squid_ldap_auth.patch + squid-2.5.STABLE2-squid_ldap_auth.patch \ + squid-2.5.STABLE2-external_lookup.patch \ + wb_group-1.2.patch \ + squid-2.5.STABLE2-comm-select.patch \ + squid-2.5.STABLE2-unreachcode.patch \ + squid-2.5.STABLE2-authdebug.patch \ + squid-2.5.STABLE2-aclregression.patch \ + squid-2.5.STABLE2-smb_auth.patch \ + squid-2.5.STABLE2-smb_auth_pl.patch \ + squid-2.5.STABLE2-external_acl_ttl0.patch \ + squid-2.5.STABLE2-digest_nonce_count.patch \ + squid-2.5.STABLE2-digestcomma.patch \ + squid-2.5.STABLE2-deny_info_reset.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@netbsd.org |