From tmseck@netcologne.de  Sat Aug 28 15:41:11 2004
Return-Path: <tmseck@netcologne.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7408516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2004 15:41:11 +0000 (GMT)
Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218])
	by mx1.FreeBSD.org (Postfix) with ESMTP id ED49843D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2004 15:41:10 +0000 (GMT)
	(envelope-from tmseck@netcologne.de)
Received: from laurel.tmseck.homedns.org (xdsl-213-196-250-166.netcologne.de [213.196.250.166])
	by smtp2.netcologne.de (Postfix) with SMTP id EDF2244DB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Aug 2004 17:41:08 +0200 (MEST)
Received: (qmail 81611 invoked by uid 1001); 28 Aug 2004 15:41:29 -0000
Message-Id: <20040828154129.81610.qmail@laurel.tmseck.homedns.org>
Date: 28 Aug 2004 15:41:29 -0000
From: Thomas-Martin Seck <tmseck@netcologne.de>
Reply-To: Thomas-Martin Seck <tmseck@netcologne.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] www/squid: integrate new vendor patches
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71082
>Category:       ports
>Synopsis:       [Maintainer] www/squid: integrate new vendor patches
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 15:50:02 GMT 2004
>Closed-Date:    Sat Aug 28 20:52:00 GMT 2004
>Last-Modified:  Sat Aug 28 20:52:00 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Sat Aug 28 20:51:48 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71082 
>Unformatted:
