diff options
author | krion <krion@FreeBSD.org> | 2004-07-29 02:56:48 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-29 02:56:48 +0800 |
commit | f1e55f259722577f0989beafc0b2f71248d1a8a6 (patch) | |
tree | 0a891d1ee9fe208a1742bdcc47e4fd4120cabbb0 /www/squid31/Makefile | |
parent | 849c46ba81f245a0879abc8f9f5afeaba4079ac1 (diff) | |
download | freebsd-ports-gnome-f1e55f259722577f0989beafc0b2f71248d1a8a6.tar.gz freebsd-ports-gnome-f1e55f259722577f0989beafc0b2f71248d1a8a6.tar.zst freebsd-ports-gnome-f1e55f259722577f0989beafc0b2f71248d1a8a6.zip |
- integrate a new version of the LDAP update patch, the
problems with the previous version are hopefully fixed (squid bug #1018)
- integrate a new NTLM authentication patch to address a problem with
truncating NTLM authentication blobs (squid bug #1016)
- remove two patches which were withdrawn (see squid bugs #910
and 994)
PR: ports/69719
Submitted by: maintainer
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 180d38785736..4da5a2d34bb2 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -88,16 +88,16 @@ DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \ + squid-2.5.STABLE6-ldap_helpers.patch \ squid-2.5.STABLE6-concurrent_dns_lookups.patch \ squid-2.5.STABLE6-request_header_max_size.patch \ - squid-2.5.STABLE6-ntlm_challengereuse_leak.patch \ - squid-2.5.STABLE6-ntlm_noreuse_leak.patch \ squid-2.5.STABLE6-partial_hit_is_miss.patch \ squid-2.5.STABLE6-HEAD.patch \ squid-2.5.STABLE6-ufs_create_error.patch \ squid-2.5.STABLE6-basic_auth_caseinsensitive.patch \ squid-2.5.STABLE6-active_requests_delaypool.patch \ - squid-2.5.STABLE6-client_db_gc.patch + squid-2.5.STABLE6-client_db_gc.patch \ + squid-2.5.STABLE6-ntlmtruncated.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |