aboutsummaryrefslogtreecommitdiff
path: root/www/squid25
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:55:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:55:40 +0000
commit157aa64e02c7e424e47260305146561021794212 (patch)
treef8a8bec56c93f097e562b997288fb8d0d4492f4d /www/squid25
parentb15049dd03f243ee803c159a8cbcf1eadbcf1a4b (diff)
downloadports-157aa64e02c7e424e47260305146561021794212.tar.gz
ports-157aa64e02c7e424e47260305146561021794212.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
Notes
Notes: svn path=/head/; revision=121556
Diffstat (limited to 'www/squid25')
-rw-r--r--www/squid25/Makefile6
-rw-r--r--www/squid25/distinfo4
2 files changed, 8 insertions, 2 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index 45c18d84284c..0a4ceeb9d61c 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/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
diff --git a/www/squid25/distinfo b/www/squid25/distinfo
index b986bb788c73..e8859e6e5e6b 100644
--- a/www/squid25/distinfo
+++ b/www/squid25/distinfo
@@ -6,3 +6,7 @@ MD5 (squid2.5/squid-2.5.STABLE7-LDAP_version_documentation.patch) = 7e2dbbcfd226
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
+MD5 (squid2.5/squid-2.5.STABLE7-helper_shutdown.patch) = bf5a91a22a4a982e2f5dd9752e81998b
+SIZE (squid2.5/squid-2.5.STABLE7-helper_shutdown.patch) = 11579
+MD5 (squid2.5/squid-2.5.STABLE7-blank_response.patch) = b4d3265c55888f9b9ba3c5bc7d073822
+SIZE (squid2.5/squid-2.5.STABLE7-blank_response.patch) = 723