Skip site navigation (1)Skip section navigation (2)
Date:      13 Nov 2004 20:48:52 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73913: [Maintainer] www/squid: integrate vendor patches
Message-ID:  <20041113204852.53025.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200411132050.iADKo844013900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <http://www.squid-cache.org/Versions/v2/2.5/bugs/>;
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041113204852.53025.qmail>