diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-12-17 22:24:48 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-12-17 22:24:48 +0000 |
commit | 3f79b7d1425d692af4d32c9e2ec4f048478bedbf (patch) | |
tree | 242562db0d796a4ce0b18989900fe684f1b72381 | |
parent | Fix the build with new gtk20. (diff) |
Upgrade to Ganglia 3.0.6.
Release 3.0.5 contained minor bug fixes. 3.0.6 corrects XSS
vulnerabilities in the webfrontend.
Security: vid:fee7e059-acec-11dc-807f-001b246e4fdf
-rw-r--r-- | security/vuxml/vuln.xml | 28 | ||||
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ganglia-monitor-core/distinfo | 6 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/distinfo | 6 |
5 files changed, 36 insertions, 8 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7bf7a21baf6c..58ef5805be96 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fee7e059-acec-11dc-807f-001b246e4fdf"> + <topic>ganglia-webfrontend -- XSS vulnerabilities</topic> + <affects> + <package> + <name>ganglia-webfrontend</name> + <range><lt>3.0.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Ganglia project reports:</p> + <blockquote cite="http://ganglia.info/?p=60"> + <p>The Ganglia development team is pleased to release Ganglia + 3.0.6 (Foss) which is available[...]. This release includes a + security fix for web frontend cross-scripting vulnerability.</p> + </blockquote> + </body> + </description> + <references> + <url>http://sourceforge.net/mailarchive/message.php?msg_name=d4c731da0712101044l7245cba9l34974008879f47a3%40mail.gmail.com</url> + <url>http://sourceforge.net/mailarchive/forum.php?thread_name=d4c731da0712101044l7245cba9l34974008879f47a3%40mail.gmail.com&forum_name=ganglia-developers</url> + </references> + <dates> + <discovery>2007-12-10</discovery> + <entry>2007-12-17</entry> + </dates> + </vuln> + <vuln vid="30f5ca1d-a90b-11dc-bf13-0211060005df"> <topic>qemu -- Translation Block Local Denial of Service Vulnerability</topic> <affects> diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 9ffa419d4275..c1ee475c676b 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monitor-core -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.6 CATEGORIES= sysutils net parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ganglia diff --git a/sysutils/ganglia-monitor-core/distinfo b/sysutils/ganglia-monitor-core/distinfo index 2a2e078bebd9..cf1a31367969 100644 --- a/sysutils/ganglia-monitor-core/distinfo +++ b/sysutils/ganglia-monitor-core/distinfo @@ -1,3 +1,3 @@ -MD5 (ganglia-3.0.4.tar.gz) = 9a51023accb59b6ba76c10d7cb7322fa -SHA256 (ganglia-3.0.4.tar.gz) = a63c802392d211e8c4beabb9eb175292d72b650a6192bbc332feebd9bb5f3ec4 -SIZE (ganglia-3.0.4.tar.gz) = 2842708 +MD5 (ganglia-3.0.6.tar.gz) = f2fecaae424be95ddf8b2cc6247be31d +SHA256 (ganglia-3.0.6.tar.gz) = 590c0c5e1b7b7a27cc1234093cf8caaac6b000f8035d9985459aaa7dcf2c2cb5 +SIZE (ganglia-3.0.6.tar.gz) = 2854746 diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 56d0176e188e..223e50af3382 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webfrontend -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.6 CATEGORIES= sysutils net parallel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ganglia diff --git a/sysutils/ganglia-webfrontend/distinfo b/sysutils/ganglia-webfrontend/distinfo index 2a2e078bebd9..cf1a31367969 100644 --- a/sysutils/ganglia-webfrontend/distinfo +++ b/sysutils/ganglia-webfrontend/distinfo @@ -1,3 +1,3 @@ -MD5 (ganglia-3.0.4.tar.gz) = 9a51023accb59b6ba76c10d7cb7322fa -SHA256 (ganglia-3.0.4.tar.gz) = a63c802392d211e8c4beabb9eb175292d72b650a6192bbc332feebd9bb5f3ec4 -SIZE (ganglia-3.0.4.tar.gz) = 2842708 +MD5 (ganglia-3.0.6.tar.gz) = f2fecaae424be95ddf8b2cc6247be31d +SHA256 (ganglia-3.0.6.tar.gz) = 590c0c5e1b7b7a27cc1234093cf8caaac6b000f8035d9985459aaa7dcf2c2cb5 +SIZE (ganglia-3.0.6.tar.gz) = 2854746 |