Skip site navigation (1)Skip section navigation (2)
Date:      28 Jul 2004 17:32:07 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69719: [Maintainer] www/squid: new vendor patches
Message-ID:  <20040728173207.2118.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200407281740.i6SHeQf5085151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69719
>Category:       ports
>Synopsis:       [Maintainer] www/squid: new vendor patches
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 17:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of July 28th, 2004.

	
>Description:
- 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)

	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 153)
+++ distinfo	(.../local/squid)	(revision 153)
@@ -2,14 +2,12 @@
 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 @@
 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
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 153)
+++ Makefile	(.../local/squid)	(revision 153)
@@ -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 @@
 
 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
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040728173207.2118.qmail>