From owner-svn-ports-head@freebsd.org Wed Oct 25 18:37:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D52DE5182D; Wed, 25 Oct 2017 18:37:52 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C5897DC48; Wed, 25 Oct 2017 18:37:52 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9PIbpq0001142; Wed, 25 Oct 2017 18:37:51 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9PIbp24001140; Wed, 25 Oct 2017 18:37:51 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201710251837.v9PIbp24001140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 25 Oct 2017 18:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452889 - head/www/node4 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node4 X-SVN-Commit-Revision: 452889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 18:37:52 -0000 Author: bhughes Date: Wed Oct 25 18:37:51 2017 New Revision: 452889 URL: https://svnweb.freebsd.org/changeset/ports/452889 Log: www/node4: Update 4.8.4_2 -> 4.8.5 Update to the latest upstream v4.x release to address a remote DoS vulnerability. https://nodejs.org/en/blog/vulnerability/oct-2017-dos/ https://nodejs.org/en/blog/release/v4.8.5/ Approved by: robak (mentor) MFH: 2017Q4 Security: CVE-2017-14919 Differential Revision: https://reviews.freebsd.org/D12783 Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Wed Oct 25 18:31:14 2017 (r452888) +++ head/www/node4/Makefile Wed Oct 25 18:37:51 2017 (r452889) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.8.4 +PORTVERSION= 4.8.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Wed Oct 25 18:31:14 2017 (r452888) +++ head/www/node4/distinfo Wed Oct 25 18:37:51 2017 (r452889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499836607 -SHA256 (node-v4.8.4.tar.gz) = b5480f69e9e929d2814de900fb5e673743a9d93f4fecbd79066baf18219f8584 -SIZE (node-v4.8.4.tar.gz) = 22774599 +TIMESTAMP = 1508910464 +SHA256 (node-v4.8.5.tar.gz) = 23980b1d31c6b0e05eff2102ffa0059a6f7a93e27e5288eb5551b9b003ec0c07 +SIZE (node-v4.8.5.tar.gz) = 22775183