diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-27 08:48:52 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-27 08:48:52 +0000 |
commit | 18f920d66d37df40ece1e000d3e6594823c714c6 (patch) | |
tree | e8fd25a3462ea675850c9fa0d2e0ac544fc094d0 /www/squid31 | |
parent | Update to 20040411. Even though it is still a test version, many users, (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=120300
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 6 | ||||
-rw-r--r-- | www/squid31/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 6cf34eb86643..45c18d84284c 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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/squid31/distinfo b/www/squid31/distinfo index 99d40be3f980..b986bb788c73 100644 --- a/www/squid31/distinfo +++ b/www/squid31/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 |