From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 7 09:40:20 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 8D03A16A4CE for ; Sat, 7 Aug 2004 09:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD3743D41 for ; Sat, 7 Aug 2004 09:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i779eKE0077008 for ; Sat, 7 Aug 2004 09:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i779eKAC077007; Sat, 7 Aug 2004 09:40:20 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 09:40:20 GMT Resent-Message-Id: <200408070940.i779eKAC077007@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 35B4D16A4CE for ; Sat, 7 Aug 2004 09:38:25 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8DA043D31 for ; Sat, 7 Aug 2004 09:38:24 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-247-102.netcologne.de [213.196.247.102]) by smtp1.netcologne.de (Postfix) with SMTP id 0C241390B5 for ; Sat, 7 Aug 2004 11:38:21 +0200 (MEST) Received: (qmail 34453 invoked by uid 1001); 7 Aug 2004 09:38:38 -0000 Message-Id: <20040807093838.34452.qmail@laurel.tmseck.homedns.org> Date: 7 Aug 2004 09:38:38 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70110: [Maintainer] www/squid: 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, 07 Aug 2004 09:40:20 -0000 >Number: 70110 >Category: ports >Synopsis: [Maintainer] www/squid: 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 07 09:40:20 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 7th, 2004. >Description: Integrate new vendor patches: - fix a problem in the heap policy code that could cause memory corruption when a {cache,memory}_replacement_policy other than the default "lru" was used (squid bug #1009) - correct quoting of unknown % escape codes when generating error pages (squid bug #1030) See for further information. >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 165) +++ distinfo (.../local/squid) (revision 165) @@ -22,3 +22,7 @@ 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 +MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d +SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377 +MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8 +SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867 Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 165) +++ Makefile (.../local/squid) (revision 165) @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -97,7 +97,9 @@ 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-ntlmtruncated.patch + squid-2.5.STABLE6-ntlmtruncated.patch \ + squid-2.5.STABLE6-errorpage_quote.patch \ + squid-2.5.STABLE6-heap_segfault.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de >Release-Note: >Audit-Trail: >Unformatted: