From ccb0d12c39e691882e8d375c7818287e8dbc9703 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 8 Mar 2005 23:27:46 +0000 Subject: Integrate the following vendor patches as published on - correct a race condition related to the Set-Cookie header - correct the FTP parser with regards to the EPLF format (squid bug #1252) - correct FTP listing output when the URL was requested without a trailing slash (squid bug #1253) - make ACL configuration errors fatal (squid bug #1255) PR: ports/78446 Submitted by: Thomas-Martin Seck (maintainer) --- www/squid/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/squid/Makefile') diff --git a/www/squid/Makefile b/www/squid/Makefile index 6a85318fe1c1..909682ce949b 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -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 @@ DISTNAME= squid-2.5.STABLE9 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 -- cgit