diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-27 16:48:52 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-27 16:48:52 +0800 |
commit | 2d5978366d13986cdf28f4aac655a9ee81abeaec (patch) | |
tree | 50a901530e7b674c53354360b0599ddfa4692886 /www/squid30/Makefile | |
parent | 7fdcba6ff416320baad98baedc518c377fde4509 (diff) | |
download | freebsd-ports-gnome-2d5978366d13986cdf28f4aac655a9ee81abeaec.tar.gz freebsd-ports-gnome-2d5978366d13986cdf28f4aac655a9ee81abeaec.tar.zst freebsd-ports-gnome-2d5978366d13986cdf28f4aac655a9ee81abeaec.zip |
- 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/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 6cf34eb86643..45c18d84284c 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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 |