mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
www/node4: Update to 4.6.1
PR: 213603 Security: CVE-2016-5180
This commit is contained in:
parent
8f586491a1
commit
102a983614
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424840
@ -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-openssl
|
||||
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 LibreSSL. You must enable BUNDLED_SSL
|
||||
.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user