FreeBSD Bugzilla – Attachment 176009 Details for
Bug 213603
www/node4: Update to 4.6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated nodejs 4.6.1 patch
nodejs-4.6.1.diff (text/plain), 2.23 KB, created by
Bradley T. Hughes
on 2016-10-21 07:41:59 UTC
(
hide
)
Description:
updated nodejs 4.6.1 patch
Filename:
MIME Type:
Creator:
Bradley T. Hughes
Created:
2016-10-21 07:41:59 UTC
Size:
2.23 KB
patch
obsolete
>commit 163a7da992d0a74bdf040883b15255dd947e390c >Author: Bradley T. Hughes <bradleythughes@fastmail.fm> >Date: Tue Oct 18 18:21:50 2016 +0000 > > www/node4: Update to 4.6.1 > > Bump to the latest upstream 4.x release. This is a security release to > address the c-ares single-byte buffer overwrite, CVE-2016-5180. Note > that www/node4 builds against a shared c-ares by default, so users > should ensure to update dns/c-ares as well. > > Cleanup clang vs. gcc handling by using USES=compiler:c++-lib > > https://nodejs.org/en/blog/release/v4.6.1/ > https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ > >diff --git a/www/node4/Makefile b/www/node4/Makefile >index 6fe97d9..846cabb 100644 >--- a/www/node4/Makefile >+++ b/www/node4/Makefile >@@ -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 >diff --git a/www/node4/distinfo b/www/node4/distinfo >index bca1982..a05db9d 100644 >--- a/www/node4/distinfo >+++ b/www/node4/distinfo >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bhughes
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213603
:
175927
| 176009