Skip site navigation (1)Skip section navigation (2)
Date:      28 Aug 2004 15:41:29 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71082: [Maintainer] www/squid: integrate new vendor patches
Message-ID:  <20040828154129.81610.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200408281550.i7SFo2lT090617@freefall.freebsd.org>

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

>Number:         71082
>Category:       ports
>Synopsis:       [Maintainer] www/squid: integrate new vendor patches
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 15:50:02 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 August 28th, 2004.

	
>Description:
Integrate vendor patches for the following issues:
- close a memory leak when NTLM authentication without challenge reuse
  is used (squid bug #994)
- close a temporary memory leak when NTLM challenge response reuse is
  enabled (squid bug #910)
- when performing log rotation with 'squid -k rotate' do not crash if a
  swap state file or a cache directory is unwriteable (squid bug #1053)

See <http://www.squid-cache.org/Versions/v2/2.5/bugs/>; for further
information.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 200)
+++ distinfo	(.../local/squid)	(revision 200)
@@ -34,3 +34,9 @@
 SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
 MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
 SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606
+MD5 (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 6053338662140e9514afd4c3d158590d
+SIZE (squid2.5/squid-2.5.STABLE6-ntlm_noreuse_leak.patch) = 3646
+MD5 (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = d6bdb1500f947b5aa67c23561f941ddf
+SIZE (squid2.5/squid-2.5.STABLE6-ntlm_challengereuse_leak.patch) = 13473
+MD5 (squid2.5/squid-2.5.STABLE6-rotate_error.patch) = e842e11bd987d56e49df020a17fb1ad9
+SIZE (squid2.5/squid-2.5.STABLE6-rotate_error.patch) = 2238
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 200)
+++ Makefile	(.../local/squid)	(revision 200)
@@ -74,7 +74,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -103,7 +103,10 @@
 		squid-2.5.STABLE6-heap_segfault.patch \
 		squid-2.5.STABLE6-initgroups.patch \
 		squid-2.5.STABLE6-external_acl_newlines.patch \
-		squid-2.5.STABLE6-ntlm_fetch_string.patch
+		squid-2.5.STABLE6-ntlm_fetch_string.patch \
+		squid-2.5.STABLE6-ntlm_noreuse_leak.patch \
+		squid-2.5.STABLE6-ntlm_challengereuse_leak.patch \
+		squid-2.5.STABLE6-rotate_error.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?20040828154129.81610.qmail>