Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 20:00:13 +0200 (CEST)
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97356: [Maintainer] www/squid: integrate vendor patches
Message-ID:  <200605161800.k4GI0D6h032854@hardy.tmseck.homedns.org>
Resent-Message-ID: <200605161800.k4GI0XEH013938@freefall.freebsd.org>

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

>Number:         97356
>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:   Tue May 16 18:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of May 16, 2006.

	
>Description:
Integrate four vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:

- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434)
- correct display of mime icons when visible_hostname contains only the plain
  hostname  without a domain (squid bug #1532)
- plug a memory leak in the HTCP client code (squid bug #1553)
- plug a memory leak in the ident processing code (squid bug #1557)
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 826)
+++ distinfo	(.../local/squid)	(revision 826)
@@ -1,3 +1,15 @@
 MD5 (squid2.5/squid-2.5.STABLE13.tar.bz2) = 3e64468e123be1246d17486dab6bee87
 SHA256 (squid2.5/squid-2.5.STABLE13.tar.bz2) = c4a7cde3d63559576f704b8a10561d61135a3788423ae417fb728d112b1962a8
 SIZE (squid2.5/squid-2.5.STABLE13.tar.bz2) = 1074112
+MD5 (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = 2e0b558f32a66d8f1daa04b34bb05846
+SHA256 (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = c31d6395d3f9b81937c844d5776c8f54c54d9d3d0afffced5575dbf00386591e
+SIZE (squid2.5/squid-2.5.STABLE13-hostnamelen.patch) = 1057
+MD5 (squid2.5/squid-2.5.STABLE13-icons.patch) = a6802ad3f03bab0cbdee50339440929d
+SHA256 (squid2.5/squid-2.5.STABLE13-icons.patch) = 89cc30851796bb80530da70d1c30201ed04a3c37a7293bd6abbe16db09768c0a
+SIZE (squid2.5/squid-2.5.STABLE13-icons.patch) = 942
+MD5 (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = 0439d319892dbf2322a7930ef234996d
+SHA256 (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = d9edd26cef95b02c5192dc54e49a4d9b2ac3b6e47810b0ed7f3c754567c30415
+SIZE (squid2.5/squid-2.5.STABLE13-htcp_leak.patch) = 827
+MD5 (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = dd7e6463c11f81056f7a2326a683116b
+SHA256 (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = 84521c58efa05758da2001da7226b94eb1a0aecaf435ba4dca79713fb9ecdb18
+SIZE (squid2.5/squid-2.5.STABLE13-ident_leak.patch) = 723
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 826)
+++ Makefile	(.../local/squid)	(revision 826)
@@ -73,6 +73,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.13
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -85,7 +86,10 @@
 DIST_SUBDIR=	squid2.5
 
 PATCH_SITES=	http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=
+PATCHFILES=	squid-2.5.STABLE13-hostnamelen.patch \
+		squid-2.5.STABLE13-icons.patch \
+		squid-2.5.STABLE13-htcp_leak.patch \
+		squid-2.5.STABLE13-ident_leak.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?200605161800.k4GI0D6h032854>