Date: Tue, 25 Jan 2005 16:02:27 +0100 From: Thomas-Martin Seck <tmseck@netcologne.de> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76628: [Maintainer/security] www/squid: integrate partly security relevant vendor patches Message-ID: <20050125150227.GA353@laurel.tmseck.homedns.org> In-Reply-To: <200501241930.j0OJUQv4085112@freefall.freebsd.org> References: <20050124192448.51778.qmail@laurel.tmseck.homedns.org> <200501241930.j0OJUQv4085112@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The header_parsing patch contained a regression (see <http://www.squid-cache.org/bugs/show_bug.cgi?id=1207>) 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050125150227.GA353>