diff options
-rw-r--r-- | security/vuxml/vuln.xml | 25 | ||||
-rw-r--r-- | www/node/Makefile | 2 | ||||
-rw-r--r-- | www/node/distinfo | 4 |
3 files changed, 28 insertions, 3 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b4c6a578d19f..1c218f4ecbdf 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="206f9826-a06d-4927-9a85-771c37010b32"> + <topic>node.js -- DoS Vulnerability</topic> + <affects> + <package> + <name>node</name> + <range><lt>0.10.21</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>node.js developers report</p> + <blockquote cite="http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/"> + <p>This release contains a security fix for the http server implementation, please upgrade as soon as possible.</p> + </blockquote> + </body> + </description> + <references> + <url>http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/</url> + </references> + <dates> + <discovery>2013-10-19</discovery> + <entry>2013-10-19</entry> + </dates> + </vuln> + <vuln vid="e135f0c9-375f-11e3-80b7-20cf30e32f6d"> <topic>bugzilla -- multiple vulnerabilities</topic> <affects> diff --git a/www/node/Makefile b/www/node/Makefile index 9ac6d3085aa1..69dfd1c42593 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.10.19 +PORTVERSION= 0.10.21 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/www/node/distinfo b/www/node/distinfo index a8915ce50f6f..369dfe97a7ef 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,2 +1,2 @@ -SHA256 (node-v0.10.19.tar.gz) = e50787672cdf6afa6caeef9345ca40c4a69f96a31829a0884ea6ed63dfdde21e -SIZE (node-v0.10.19.tar.gz) = 13627909 +SHA256 (node-v0.10.21.tar.gz) = 7c125bf22c1756064f2a68310d4822f77c8134ce178b2faa6155671a8124140d +SIZE (node-v0.10.21.tar.gz) = 13647047 |