From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 02:48:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1FC8C46; Sat, 19 Oct 2013 02:48:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3B602E1F; Sat, 19 Oct 2013 02:48:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9J2m3FM003112; Sat, 19 Oct 2013 02:48:03 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9J2m2E4003108; Sat, 19 Oct 2013 02:48:02 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310190248.r9J2m2E4003108@svn.freebsd.org> From: Steve Wills Date: Sat, 19 Oct 2013 02:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330834 - in head: security/vuxml www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 02:48:04 -0000 Author: swills Date: Sat Oct 19 02:48:02 2013 New Revision: 330834 URL: http://svnweb.freebsd.org/changeset/ports/330834 Log: - Update to 0.10.21 to address a security issue PR: ports/183092 Submitted by: Kenji Rikitake Security: 206f9826-a06d-4927-9a85-771c37010b32 Modified: head/security/vuxml/vuln.xml head/www/node/Makefile head/www/node/distinfo Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 19 02:40:28 2013 (r330833) +++ head/security/vuxml/vuln.xml Sat Oct 19 02:48:02 2013 (r330834) @@ -51,6 +51,31 @@ Note: Please add new entries to the beg --> + + node.js -- DoS Vulnerability + + + node + 0.10.21 + + + + +

node.js developers report

+
+

This release contains a security fix for the http server implementation, please upgrade as soon as possible.

+
+ +
+ + http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/ + + + 2013-10-19 + 2013-10-19 + +
+ bugzilla -- multiple vulnerabilities Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sat Oct 19 02:40:28 2013 (r330833) +++ head/www/node/Makefile Sat Oct 19 02:48:02 2013 (r330834) @@ -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} Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Sat Oct 19 02:40:28 2013 (r330833) +++ head/www/node/distinfo Sat Oct 19 02:48:02 2013 (r330834) @@ -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