From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 13 20:50:29 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 B037A16A4D0 for ; Sat, 13 Nov 2004 20:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5506843D49 for ; Sat, 13 Nov 2004 20:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iADKo8jf013901 for ; Sat, 13 Nov 2004 20:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iADKo844013900; Sat, 13 Nov 2004 20:50:08 GMT (envelope-from gnats) Resent-Date: Sat, 13 Nov 2004 20:50:08 GMT Resent-Message-Id: <200411132050.iADKo844013900@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 1A4EB16A4CE for ; Sat, 13 Nov 2004 20:48:33 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C83D43D39 for ; Sat, 13 Nov 2004 20:48:32 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-226-169.netcologne.de [213.196.226.169]) by smtp1.netcologne.de (Postfix) with SMTP id 8893338C4A for ; Sat, 13 Nov 2004 21:48:29 +0100 (MET) Received: (qmail 53026 invoked by uid 1001); 13 Nov 2004 20:48:52 -0000 Message-Id: <20041113204852.53025.qmail@laurel.tmseck.homedns.org> Date: 13 Nov 2004 20:48:52 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73913: [Maintainer] www/squid: integrate 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, 13 Nov 2004 20:50:30 -0000 >Number: 73913 >Category: ports >Synopsis: [Maintainer] www/squid: integrate 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 Nov 13 20:50:07 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 Nov 13, 2004. >Description: Integrate two vendor patches: - fix shutting down of helper applications on reconfigure or logrotation (squid bug #1118) - properly close the client TCP connection when a malformed blank HTTP response was received from the server (squid bug #1116) As usual, see for further details. Committer: could you please remove www/squid24? It was scheduled to be removed on the 31st October. Thanks! >How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 290) +++ distinfo (.../local/squid) (revision 290) @@ -6,3 +6,7 @@ SIZE (squid2.5/squid-2.5.STABLE7-LDAP_version_documentation.patch) = 1170 MD5 (squid2.5/squid-2.5.STABLE7_req_resp_header.patch) = 4237a7bcea6cb440e2b80414daf82c25 SIZE (squid2.5/squid-2.5.STABLE7_req_resp_header.patch) = 1696 +MD5 (squid2.5/squid-2.5.STABLE7-helper_shutdown.patch) = bf5a91a22a4a982e2f5dd9752e81998b +SIZE (squid2.5/squid-2.5.STABLE7-helper_shutdown.patch) = 11579 +MD5 (squid2.5/squid-2.5.STABLE7-blank_response.patch) = b4d3265c55888f9b9ba3c5bc7d073822 +SIZE (squid2.5/squid-2.5.STABLE7-blank_response.patch) = 723 Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 290) +++ Makefile (.../local/squid) (revision 290) @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -89,7 +89,9 @@ PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \ squid-2.5.STABLE7-LDAP_version_documentation.patch \ - squid-2.5.STABLE7_req_resp_header.patch + squid-2.5.STABLE7_req_resp_header.patch \ + squid-2.5.STABLE7-helper_shutdown.patch \ + squid-2.5.STABLE7-blank_response.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de >Release-Note: >Audit-Trail: >Unformatted: