diff options
author | krion <krion@FreeBSD.org> | 2004-07-28 18:56:48 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-28 18:56:48 +0000 |
commit | f1e55f259722577f0989beafc0b2f71248d1a8a6 (patch) | |
tree | 0a891d1ee9fe208a1742bdcc47e4fd4120cabbb0 /www/squid26 | |
parent | 849c46ba81f245a0879abc8f9f5afeaba4079ac1 (diff) | |
download | FreeBSD-ports-f1e55f259722577f0989beafc0b2f71248d1a8a6.zip FreeBSD-ports-f1e55f259722577f0989beafc0b2f71248d1a8a6.tar.gz |
- 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/squid26')
-rw-r--r-- | www/squid26/Makefile | 8 | ||||
-rw-r--r-- | www/squid26/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 180d387..4da5a2d 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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 diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 00715ea..24c1c47 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -2,14 +2,12 @@ MD5 (squid2.5/squid-2.5.STABLE6.tar.bz2) = 7fd964ac27b43b613d6b981cc702a29e SIZE (squid2.5/squid-2.5.STABLE6.tar.bz2) = 1047199 MD5 (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 26a4ab522a2469f805f746bcdbe0109c SIZE (squid2.5/squid-2.5.STABLE6-ufs_no_valid_dir.patch) = 566 +MD5 (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = b827a25f2cd02785b5f9e7dcbed9d024 +SIZE (squid2.5/squid-2.5.STABLE6-ldap_helpers.patch) = 25244 MD5 (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 2d6c81bd95659aa936281962b86e8a90 SIZE (squid2.5/squid-2.5.STABLE6-concurrent_dns_lookups.patch) = 6467 MD5 (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 1900043f6b73aa8a3cbd5004633a6c5c SIZE (squid2.5/squid-2.5.STABLE6-request_header_max_size.patch) = 765 -MD5 (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = f8f2744de056a9a0cbe7cafe44e67c19 -SIZE (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = 12192 -MD5 (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 7a18ed9211ec65c9275767401d1f8cf9 -SIZE (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 3646 MD5 (squid2.5/squid-2.5.STABLE6-partial_hit_is_miss.patch) = 9ce8322cf6c48dc02a7a51d039489143 SIZE (squid2.5/squid-2.5.STABLE6-partial_hit_is_miss.patch) = 747 MD5 (squid2.5/squid-2.5.STABLE6-HEAD.patch) = 929fe3d48046a7d17c0aa314befd8f7c @@ -22,3 +20,5 @@ MD5 (squid2.5/squid-2.5.STABLE6-active_requests_delaypool.patch) = f465bdbbadd83 SIZE (squid2.5/squid-2.5.STABLE6-active_requests_delaypool.patch) = 500 MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634ef8d66 SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668 +MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe +SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383 |