Skip site navigation (1)Skip section navigation (2)
Date:      20 Feb 2005 15:00:57 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77779: [Maintainer] www/squid: integrate misc. vendor patches
Message-ID:  <20050220150057.14703.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200502201510.j1KFAPHK045659@freefall.freebsd.org>

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

>Number:         77779
>Category:       ports
>Synopsis:       [Maintainer] www/squid: integrate misc. 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:   Sun Feb 20 15:10:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of Feb 20, 2005.

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

- fix some cross-platform build format warnings
- allow high characters in generated FTP and Gopher directory listings
  (squid bug #1220)
- cleanup generation of FTP URLs
- relax the newly introduced strict HTTP parser slightly to work around some
  more malformed HTTP responses (squid bug #1242)
	
>How-To-Repeat:

	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 414)
+++ distinfo	(.../local/squid)	(revision 414)
@@ -2,3 +2,11 @@
 SIZE (squid2.5/squid-2.5.STABLE8.tar.bz2) = 1057299
 MD5 (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 84469625a7fbc1fae2c688346a356341
 SIZE (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 2524
+MD5 (squid2.5/squid-2.5.STABLE8-format_fixes.patch) = 6b17fda9d45dd638f5ce5ee230b9c091
+SIZE (squid2.5/squid-2.5.STABLE8-format_fixes.patch) = 10056
+MD5 (squid2.5/squid-2.5.STABLE8-html_high_chars.patch) = 9211067e47c77f8879a8d202a22f2890
+SIZE (squid2.5/squid-2.5.STABLE8-html_high_chars.patch) = 766
+MD5 (squid2.5/squid-2.5.STABLE8-ftp_cleanup.patch) = 2c886bae6720c9dfaf1993a04d592dbe
+SIZE (squid2.5/squid-2.5.STABLE8-ftp_cleanup.patch) = 4532
+MD5 (squid2.5/squid-2.5.STABLE8-relaxed_header_parser.patch) = 43fb854177521ccb8348bf616fafd351
+SIZE (squid2.5/squid-2.5.STABLE8-relaxed_header_parser.patch) = 3217
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 414)
+++ Makefile	(.../local/squid)	(revision 414)
@@ -74,6 +74,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.8
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -86,7 +87,11 @@
 DIST_SUBDIR=	squid2.5
 
 PATCH_SITES=	http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=	squid-2.5.STABLE8-dns_assert.patch
+PATCHFILES=	squid-2.5.STABLE8-dns_assert.patch \
+		squid-2.5.STABLE8-format_fixes.patch \
+		squid-2.5.STABLE8-html_high_chars.patch \
+		squid-2.5.STABLE8-ftp_cleanup.patch \
+		squid-2.5.STABLE8-relaxed_header_parser.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?20050220150057.14703.qmail>