diff options
author | sem <sem@FreeBSD.org> | 2004-12-09 07:16:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-09 07:16:53 +0800 |
commit | e25f4ea5eaef930f1090cd163439e2ac0d5dc1f9 (patch) | |
tree | efd3512bdff63cceb6b958cc9cf78dcaab351213 /www/squid | |
parent | fd645f7bf4132b91311c3eee07c95013b0d748fa (diff) | |
download | freebsd-ports-gnome-e25f4ea5eaef930f1090cd163439e2ac0d5dc1f9.tar.gz freebsd-ports-gnome-e25f4ea5eaef930f1090cd163439e2ac0d5dc1f9.tar.zst freebsd-ports-gnome-e25f4ea5eaef930f1090cd163439e2ac0d5dc1f9.zip |
Integrate the following vendor patches as published on
http://www.squid-cache.org/Versions/v2/2.5/bugs/:
- a malformed hostname can cause squid to return random data as error messages,
possibly leaking internal information from former requests (squid bug #1143).
(This is classified as a minor security issue by the squid developers, so
maintainer cc'ed security-team@. See VuXML entry.)
- the "httpd_accel_port 0" directive does not work on its own (squid bug #1121)
- fix crashes occuring when using cachemgr's "vm_objects" operation (squid
bug #1149)
PR: ports/74859
Submitted by: maintainer
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 7 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 0a4ceeb9d61c..f2ced8715f17 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -91,7 +91,10 @@ 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-helper_shutdown.patch \ - squid-2.5.STABLE7-blank_response.patch + squid-2.5.STABLE7-blank_response.patch \ + squid-2.5.STABLE7-dothost.patch \ + squid-2.5.STABLE7-httpd_accel_vport.patch \ + squid-2.5.STABLE7-cachemgr_vmobjects.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de diff --git a/www/squid/distinfo b/www/squid/distinfo index e8859e6e5e6b..e286c76ea1ec 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -10,3 +10,9 @@ MD5 (squid2.5/squid-2.5.STABLE7-helper_shutdown.patch) = bf5a91a22a4a982e2f5dd97 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 +MD5 (squid2.5/squid-2.5.STABLE7-dothost.patch) = 81034e9092a06d9aa1e9ede26632ae03 +SIZE (squid2.5/squid-2.5.STABLE7-dothost.patch) = 2155 +MD5 (squid2.5/squid-2.5.STABLE7-httpd_accel_vport.patch) = 2366a84e29fad439c2a488b03f112779 +SIZE (squid2.5/squid-2.5.STABLE7-httpd_accel_vport.patch) = 843 +MD5 (squid2.5/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = fdde57025dbfb8caf9154e24b4e1bf3e +SIZE (squid2.5/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = 6238 |