diff options
author | krion <krion@FreeBSD.org> | 2004-11-14 17:55:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-14 17:55:40 +0800 |
commit | 0370397ee84c613f01f9a837807cb2ef27c32a25 (patch) | |
tree | 224a7c9dc98975b3f9617f115653259c0712ad4e /www/squid27/Makefile | |
parent | f3ef367fd7221af01e2cc67c3c5dce7d0430b945 (diff) | |
download | freebsd-ports-gnome-0370397ee84c613f01f9a837807cb2ef27c32a25.tar.gz freebsd-ports-gnome-0370397ee84c613f01f9a837807cb2ef27c32a25.tar.zst freebsd-ports-gnome-0370397ee84c613f01f9a837807cb2ef27c32a25.zip |
- fix shutting down of helper applications on reconfigure or
logrotation (squid bug #1118)
- properly close the client TCP connection when a malformed blank
HTTP response was received from the server (squid bug #1116)
PR: ports/73913
Submitted by: maintainer
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 45c18d84284c..0a4ceeb9d61c 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -89,7 +89,9 @@ 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 \ squid-2.5.STABLE7-LDAP_version_documentation.patch \ - squid-2.5.STABLE7_req_resp_header.patch + squid-2.5.STABLE7_req_resp_header.patch \ + squid-2.5.STABLE7-helper_shutdown.patch \ + squid-2.5.STABLE7-blank_response.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de |