diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-27 08:48:52 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-27 08:48:52 +0000 |
commit | 2d5978366d13986cdf28f4aac655a9ee81abeaec (patch) | |
tree | 50a901530e7b674c53354360b0599ddfa4692886 /www/squid | |
parent | 7fdcba6ff416320baad98baedc518c377fde4509 (diff) | |
download | FreeBSD-ports-2d5978366d13986cdf28f4aac655a9ee81abeaec.zip FreeBSD-ports-2d5978366d13986cdf28f4aac655a9ee81abeaec.tar.gz |
- Integrate the following vendor patches:
- document the LDAP helpers' -v option
- correct the implementation of the req_header and resp_header acls
(the original implementation submitted in squid bug #961 was faulty)
See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further details.
- Bump PORTREVISION
PR: ports/73154
Submitted by: Thomas-Martin Seck (maintainer)
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 6 | ||||
-rw-r--r-- | www/squid/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 6cf34eb..45c18d8 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -87,7 +87,9 @@ DISTNAME= squid-2.5.STABLE7 DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch +PATCHFILES= squid-2.5.STABLE7-half_closed_POST.patch \ + squid-2.5.STABLE7-LDAP_version_documentation.patch \ + squid-2.5.STABLE7_req_resp_header.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid/distinfo b/www/squid/distinfo index 99d40be..b986bb7 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -2,3 +2,7 @@ MD5 (squid2.5/squid-2.5.STABLE7.tar.bz2) = bf63e34906c68d716896eec0351108dc SIZE (squid2.5/squid-2.5.STABLE7.tar.bz2) = 1051830 MD5 (squid2.5/squid-2.5.STABLE7-half_closed_POST.patch) = 7468154bb645932718d74c3dafcc9ec3 SIZE (squid2.5/squid-2.5.STABLE7-half_closed_POST.patch) = 805 +MD5 (squid2.5/squid-2.5.STABLE7-LDAP_version_documentation.patch) = 7e2dbbcfd22643246c3637a60b234214 +SIZE (squid2.5/squid-2.5.STABLE7-LDAP_version_documentation.patch) = 1170 +MD5 (squid2.5/squid-2.5.STABLE7_req_resp_header.patch) = 4237a7bcea6cb440e2b80414daf82c25 +SIZE (squid2.5/squid-2.5.STABLE7_req_resp_header.patch) = 1696 |