From owner-svn-ports-all@freebsd.org Fri Oct 28 13:47:27 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 EF4E8C243E0; Fri, 28 Oct 2016 13:47:27 +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 B3C271977; Fri, 28 Oct 2016 13:47:27 +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 u9SDlQxN056549; Fri, 28 Oct 2016 13:47:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SDlQCC056547; Fri, 28 Oct 2016 13:47:26 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610281347.u9SDlQCC056547@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:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424843 - head/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.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:47:28 -0000 Author: feld Date: Fri Oct 28 13:47:26 2016 New Revision: 424843 URL: https://svnweb.freebsd.org/changeset/ports/424843 Log: www/node: Update to 6.9.1 Bump to the latest upstream 6.x release. Node.js v6 is now an LTS release, see the v6.9.0 release announcement for details. The v6.9.0 release was also a security release, while v6.9.1 fixes a regression introduced in v6.8.0. Cleanup clang vs. gcc handling by using USES=compiler:c++-lib https://nodejs.org/en/blog/release/v6.9.0/ https://nodejs.org/en/blog/release/v6.9.1/ https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ PR: 213604 Security: CVE-2016-5180 Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Oct 28 13:43:14 2016 (r424842) +++ head/www/node/Makefile Fri Oct 28 13:47:26 2016 (r424843) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.8.0 +PORTVERSION= 6.9.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -22,11 +22,11 @@ BUNDLED_SSL_CONFIGURE_OFF+= --shared-ope NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler execinfo gmake python:2,build pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS_INSTALL= node4-* node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* node012-[0-9]* iojs-[0-9]* +CONFLICTS_INSTALL= node4-4.* node012-0.12.* node010-0.10.* node-devel-[0-9]* iojs-[0-9]* ONLY_FOR_ARCHS= i386 amd64 armv6 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ @@ -65,18 +65,7 @@ IGNORE= cannot build node.js with Libre CONFIGURE_ARGS= --openssl-no-asm .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 +.if ${COMPILER_TYPE} == gcc # GCC does not expose std::snprintf() without this define CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Fri Oct 28 13:43:14 2016 (r424842) +++ head/www/node/distinfo Fri Oct 28 13:47:26 2016 (r424843) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476306017 -SHA256 (node-v6.8.0.tar.gz) = a8a2d4b74734991dd45e5b2b0b13617864f1283f6d6bc262e1e4d30741114352 -SIZE (node-v6.8.0.tar.gz) = 26502047 +TIMESTAMP = 1476953621 +SHA256 (node-v6.9.1.tar.gz) = a98997ca3a4d10751f0ebe97839b2308a31ae884b4203cda0c99cf36bc7fe3bf +SIZE (node-v6.9.1.tar.gz) = 26504341