From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 28 15:50:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3988516A4CE for ; Sat, 28 Aug 2004 15:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA1A43D64 for ; Sat, 28 Aug 2004 15:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7SFo23L090621 for ; Sat, 28 Aug 2004 15:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7SFo2lT090617; Sat, 28 Aug 2004 15:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 Aug 2004 15:50:02 GMT Resent-Message-Id: <200408281550.i7SFo2lT090617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7408516A4CE for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71082: [Maintainer] www/squid: integrate new vendor patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 15:50:03 -0000 >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 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: