Skip site navigation (1)Skip section navigation (2)
Date:      19 Apr 2004 18:06:41 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65776: [Maintainer] www/squid: add a new vendor patch
Message-ID:  <20040419180641.11510.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200404191810.i3JIAIYi049496@freefall.freebsd.org>

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

>Number:         65776
>Category:       ports
>Synopsis:       [Maintainer] www/squid: add a new vendor patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 11:10:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports repository as of 19 April 2004.

	
>Description:
- Add a vendor patch to fix an assertion failure that could occur
  in certain rare conditions involving aborted POST/PUT requests
  (squid bug #943)
- bump PORTREVISION

(Apologies for having missed this one when preparing the previous
update, it was just a matter of hours as it seems)
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(revision 34)
+++ distinfo	(revision 35)
@@ -20,3 +20,5 @@
 SIZE (squid2.5/squid-2.5.STABLE5-rfc1035NameUnpack.patch) = 685
 MD5 (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 9eec94b95e52f26aece4568af4a2e5ae
 SIZE (squid2.5/squid-2.5.STABLE5-digest_blank.patch) = 4598
+MD5 (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 154d3540d53ab3c377554a6756019e10
+SIZE (squid2.5/squid-2.5.STABLE5-post_assert.patch) = 2953
Index: Makefile
===================================================================
--- Makefile	(revision 34)
+++ Makefile	(revision 35)
@@ -29,7 +29,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -51,7 +51,8 @@
 		squid-2.5.STABLE5-cache_swap_log.patch \
 		squid-2.5.STABLE5-ntlm_warning.patch \
 		squid-2.5.STABLE5-rfc1035NameUnpack.patch \
-		squid-2.5.STABLE5-digest_blank.patch
+		squid-2.5.STABLE5-digest_blank.patch \
+		squid-2.5.STABLE5-post_assert.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?20040419180641.11510.qmail>