From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 25 15:02:31 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC8D16A4CF for ; Tue, 25 Jan 2005 15:02:31 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5976B43D45 for ; Tue, 25 Jan 2005 15:02:30 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-81-173-172-96.netcologne.de [81.173.172.96]) by smtp1.netcologne.de (Postfix) with SMTP id A8AA438D67 for ; Tue, 25 Jan 2005 16:02:27 +0100 (MET) Received: (qmail 2581 invoked by uid 1001); 25 Jan 2005 15:02:49 -0000 Date: Tue, 25 Jan 2005 16:02:27 +0100 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20050125150227.GA353@laurel.tmseck.homedns.org> References: <20050124192448.51778.qmail@laurel.tmseck.homedns.org> <200501241930.j0OJUQv4085112@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501241930.j0OJUQv4085112@freefall.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: a private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 X-Attribution: tms Subject: Re: ports/76628: [Maintainer/security] www/squid: integrate partly security relevant vendor patches X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 15:02:31 -0000 The header_parsing patch contained a regression (see ) and was updated. While at it, add "-g" to CFLAGS when WITH_SQUID_STACKTRACES is defined to make this option actually useful. Sequential patch follows: Index: distinfo =================================================================== --- distinfo (revision 360) +++ distinfo (revision 362) @@ -34,8 +34,8 @@ SIZE (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 4484 MD5 (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 8c2eb269b16d757b562ee32a2eb7ef99 SIZE (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 1974 -MD5 (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = fbf876f6fe657d6497fd8a5603bd47af -SIZE (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = 44072 +MD5 (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = 81fc39556c20fa64f4bffacbaf5876b1 +SIZE (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = 44080 MD5 (squid2.5/squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch) = a151cd22387e815028351b8b69541eec SIZE (squid2.5/squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch) = 4113 MD5 (squid2.5/squid-2.5.STABLE7-ftp_datachannel.patch) = cc65c481c7ea1e2cb2bc1c0b61f09a69 Index: Makefile =================================================================== --- Makefile (revision 360) +++ Makefile (revision 362) @@ -311,6 +311,7 @@ .endif .if defined(WITH_SQUID_STACKTRACES) CONFIGURE_ARGS+= --enable-stacktraces +CFLAGS+= -g STRIP= "" .endif .if !defined(WITHOUT_SQUID_RCNG)