From owner-svn-ports-all@freebsd.org Fri Oct 28 13:42:29 2016 Return-Path: Delivered-To: svn-ports-all@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 9BB83C2424D; Fri, 28 Oct 2016 13:42:29 +0000 (UTC) (envelope-from feld@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 5052B14F1; Fri, 28 Oct 2016 13:42:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SDgS04055477; Fri, 28 Oct 2016 13:42:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SDgStd055475; Fri, 28 Oct 2016 13:42:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610281342.u9SDgStd055475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 28 Oct 2016 13:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424840 - head/www/node4 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.23 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: Fri, 28 Oct 2016 13:42:29 -0000 Author: feld Date: Fri Oct 28 13:42:28 2016 New Revision: 424840 URL: https://svnweb.freebsd.org/changeset/ports/424840 Log: www/node4: Update to 4.6.1 PR: 213603 Security: CVE-2016-5180 Modified: head/www/node4/Makefile head/www/node4/distinfo Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Fri Oct 28 13:33:41 2016 (r424839) +++ head/www/node4/Makefile Fri Oct 28 13:42:28 2016 (r424840) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -24,7 +24,7 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-open NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler execinfo gmake python:2 pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2 pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -60,20 +60,6 @@ IGNORE= cannot build node.js with Libre .endif .endif -.if ${COMPILER_TYPE} == clang -MAKE_ENV+= LINK=clang++ -CFLAGS+= -Wno-unused-private-field -.if ${COMPILER_VERSION} >= 33 -CFLAGS+= -Wno-nested-anon-types -Wno-unused-function -.if ${COMPILER_VERSION} >= 34 -CFLAGS+= -Wno-unused-const-variable -.endif -.endif -.else -MAKE_ARGS+= strictaliasing=off -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp Modified: head/www/node4/distinfo ============================================================================== --- head/www/node4/distinfo Fri Oct 28 13:33:41 2016 (r424839) +++ head/www/node4/distinfo Fri Oct 28 13:42:28 2016 (r424840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475046393 -SHA256 (node-v4.6.0.tar.gz) = 0838f12e329edb252e6e6baddca85632bf5ff2ec900e737e88f9bf9b38946b1b -SIZE (node-v4.6.0.tar.gz) = 22746881 +TIMESTAMP = 1476814607 +SHA256 (node-v4.6.1.tar.gz) = b8ca4db42c5a1fed95baf6996ff776db3c95ad2bcf73c7aed2f1f921a1225de3 +SIZE (node-v4.6.1.tar.gz) = 22746422