diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 23:27:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 23:27:46 +0000 |
commit | b7d8eb0728166b6a6488223758dc7aadc10b0c18 (patch) | |
tree | 1262d417ea9fe754ec1a3a14fc91cfa704c4aa71 /www/squid26 | |
parent | 1fbaed9f41a4d7d1ef239ba1a49739b80d607144 (diff) | |
download | ports-b7d8eb0728166b6a6488223758dc7aadc10b0c18.tar.gz ports-b7d8eb0728166b6a6488223758dc7aadc10b0c18.zip |
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 <tmseck@netcologne.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=130669
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 6 | ||||
-rw-r--r-- | www/squid26/distinfo | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 6a85318fe1c1..909682ce949b 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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 diff --git a/www/squid26/distinfo b/www/squid26/distinfo index 7d7b58d95f38..073e62d6ee9f 100644 --- a/www/squid26/distinfo +++ b/www/squid26/distinfo @@ -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 |