Date: Fri, 28 Oct 2016 13:42:28 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424840 - head/www/node4 Message-ID: <201610281342.u9SDgStd055475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281342.u9SDgStd055475>