Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2005 15:21:51 +0100
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        security-team@freebsd.org
Subject:   Re: ports/78446: [Maintainer] www/squid: integrate partly security relevant vendor patches
Message-ID:  <20050305142151.GA645@laurel.tmseck.homedns.org>
In-Reply-To: <200503051410.j25EAHfj039592@freefall.freebsd.org>
References:  <20050305140417.13194.qmail@laurel.tmseck.homedns.org> <200503051410.j25EAHfj039592@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ack, I attached the wrong patch. Here is the correct one:

Index: distinfo
===================================================================
--- distinfo	(.../www/squid)	(revision 428)
+++ distinfo	(.../local/squid)	(revision 428)
@@ -1,2 +1,10 @@
 MD5 (squid2.5/squid-2.5.STABLE9.tar.bz2) = 5a34a303dcab8851c7ab20e24af69b61
 SIZE (squid2.5/squid-2.5.STABLE9.tar.bz2) = 1057776
+MD5 (squid2.5/squid-2.5.STABLE9-setcookie.patch) = f4abbc43af5251380b3caaa9b08d0572
+SIZE (squid2.5/squid-2.5.STABLE9-setcookie.patch) = 5328
+MD5 (squid2.5/squid-2.5.STABLE9-ftp_EPLF.patch) = c4ae820794f301b909415e0f4728f1c9
+SIZE (squid2.5/squid-2.5.STABLE9-ftp_EPLF.patch) = 4108
+MD5 (squid2.5/squid-2.5.STABLE9-ftp_base_href.patch) = ddc034a2c2a002bfcf6bf97eb21e8b57
+SIZE (squid2.5/squid-2.5.STABLE9-ftp_base_href.patch) = 709
+MD5 (squid2.5/squid-2.5.STABLE9-acl_error.patch) = f70922d873ce73c7fdad8bf7156afeb4
+SIZE (squid2.5/squid-2.5.STABLE9-acl_error.patch) = 8499
Index: Makefile
===================================================================
--- Makefile	(.../www/squid)	(revision 428)
+++ Makefile	(.../local/squid)	(revision 428)
@@ -74,6 +74,7 @@
 
 PORTNAME=	squid
 PORTVERSION=	2.5.9
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	\
 		ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -86,7 +87,10 @@
 DIST_SUBDIR=	squid2.5
 
 PATCH_SITES=	http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=
+PATCHFILES=	squid-2.5.STABLE9-setcookie.patch \
+		squid-2.5.STABLE9-ftp_EPLF.patch \
+		squid-2.5.STABLE9-ftp_base_href.patch \
+		squid-2.5.STABLE9-acl_error.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck@netcologne.de



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