aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/vuxml/vuln.xml27
-rw-r--r--www/squid/Makefile7
-rw-r--r--www/squid/distinfo6
-rw-r--r--www/squid25/Makefile7
-rw-r--r--www/squid25/distinfo6
-rw-r--r--www/squid26/Makefile7
-rw-r--r--www/squid26/distinfo6
-rw-r--r--www/squid27/Makefile7
-rw-r--r--www/squid27/distinfo6
-rw-r--r--www/squid30/Makefile7
-rw-r--r--www/squid30/distinfo6
-rw-r--r--www/squid31/Makefile7
-rw-r--r--www/squid31/distinfo6
13 files changed, 93 insertions, 12 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 157856cf3732..471a79268a2a 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -32,6 +32,33 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="f0db930b-496b-11d9-bf86-0050569f0001">
+ <topic>squid -- possible information disclosure</topic>
+ <affects>
+ <package>
+ <name>squid</name>
+ <range><lt>2.5.7_4</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The squid-2.5 patches pages notes:</p>
+ <blockquote cite="http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-dothost">
+ <p>In certain conditions Squid returns random data as error messages
+ in response to malformed host name, possibly leaking random
+ internal information which may come from other requests.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-dothost</url>
+ </references>
+ <dates>
+ <discovery>2004-11-23</discovery>
+ <entry>2004-12-09</entry>
+ </dates>
+ </vuln>
+
<vuln vid="323784cf-48a6-11d9-a9e7-0001020eed82">
<topic>viewcvs -- information leakage</topic>
<affects>
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
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
index 0a4ceeb9d61c..f2ced8715f17 100644
--- a/www/squid25/Makefile
+++ b/www/squid25/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/squid25/distinfo b/www/squid25/distinfo
index e8859e6e5e6b..e286c76ea1ec 100644
--- a/www/squid25/distinfo
+++ b/www/squid25/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
diff --git a/www/squid26/Makefile b/www/squid26/Makefile
index 0a4ceeb9d61c..f2ced8715f17 100644
--- a/www/squid26/Makefile
+++ b/www/squid26/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/squid26/distinfo b/www/squid26/distinfo
index e8859e6e5e6b..e286c76ea1ec 100644
--- a/www/squid26/distinfo
+++ b/www/squid26/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
diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index 0a4ceeb9d61c..f2ced8715f17 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/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/squid27/distinfo b/www/squid27/distinfo
index e8859e6e5e6b..e286c76ea1ec 100644
--- a/www/squid27/distinfo
+++ b/www/squid27/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
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index 0a4ceeb9d61c..f2ced8715f17 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/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/squid30/distinfo b/www/squid30/distinfo
index e8859e6e5e6b..e286c76ea1ec 100644
--- a/www/squid30/distinfo
+++ b/www/squid30/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
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index 0a4ceeb9d61c..f2ced8715f17 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/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/squid31/distinfo b/www/squid31/distinfo
index e8859e6e5e6b..e286c76ea1ec 100644
--- a/www/squid31/distinfo
+++ b/www/squid31/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