Skip site navigation (1)Skip section navigation (2)
Date:      7 Aug 2004 09:38:38 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70110: [Maintainer] www/squid: new vendor patches
Message-ID:  <20040807093838.34452.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200408070940.i779eKAC077007@freefall.freebsd.org>

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

>Number:         70110
>Category:       ports
>Synopsis:       [Maintainer] www/squid: new 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 Aug 07 09:40:20 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 August 7th, 2004.

	
>Description:
Integrate new vendor patches:
- fix a problem in the heap policy code that could cause memory corruption
  when a {cache,memory}_replacement_policy other than the default "lru"
  was used (squid bug #1009)
- correct quoting of unknown % escape codes when generating error pages
  (squid bug #1030)

See <http://www.squid-cache.org/Versions/v2/2.5/bugs/>; for further
information.
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 165)
+++ distinfo	(.../local/squid)	(revision 165)
@@ -22,3 +22,7 @@
 SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
 MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
 SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
+MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
+SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
+MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
+SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 165)
+++ Makefile	(.../local/squid)	(revision 165)
@@ -74,7 +74,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -97,7 +97,9 @@
 		squid-2.5.STABLE6-basic_auth_caseinsensitive.patch \
 		squid-2.5.STABLE6-active_requests_delaypool.patch \
 		squid-2.5.STABLE6-client_db_gc.patch \
-		squid-2.5.STABLE6-ntlmtruncated.patch
+		squid-2.5.STABLE6-ntlmtruncated.patch \
+		squid-2.5.STABLE6-errorpage_quote.patch \
+		squid-2.5.STABLE6-heap_segfault.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?20040807093838.34452.qmail>