FreeBSD Bugzilla – Attachment 175259 Details for
Bug 213073
www/node010: Update to 0.10.47
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from a git commit
nodejs-0.10.47.diff (text/plain), 3.22 KB, created by
Bradley T. Hughes
on 2016-09-29 07:29:19 UTC
(
hide
)
Description:
patch from a git commit
Filename:
MIME Type:
Creator:
Bradley T. Hughes
Created:
2016-09-29 07:29:19 UTC
Size:
3.22 KB
patch
obsolete
>commit 40c01833b40edf8d3a6b8129eb0a0a0a9c2bb5fa >Author: Bradley T. Hughes <bradleythughes@fastmail.fm> >Date: Wed Sep 28 07:11:01 2016 +0000 > > www/node010: Update to 0.10.47 > > Bump to the latest upstream release. This is an important security > release. Add patch to remove -fno-delete-null-pointer-checks from > CFLAGS for C++, since clang does not recognize this option. Refresh > existing patches with `make makepatch`. > > Move DEPRECATED and EXPIRATION_DATE fields in response to > `portlint -C` errors. > > https://nodejs.org/en/blog/release/v0.10.47/ > https://nodejs.org/en/blog/vulnerability/september-2016-security-releases/ > >diff --git www/node010/Makefile www/node010/Makefile >index f3b00c4..26e7141 100644 >--- www/node010/Makefile >+++ www/node010/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= node >-PORTVERSION= 0.10.46 >+PORTVERSION= 0.10.47 > DISTVERSIONPREFIX= v > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ >@@ -10,8 +10,6 @@ PKGNAMESUFFIX= 010 > > MAINTAINER= bradleythughes@fastmail.fm > COMMENT= V8 JavaScript for client and server >-DEPRECATED= Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule >-EXPIRATION_DATE= 2016-10-01 > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE >@@ -20,6 +18,9 @@ USES= compiler execinfo gmake python:2 > HAS_CONFIGURE= yes > USE_LDCONFIG= yes > >+DEPRECATED= Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule >+EXPIRATION_DATE= 2016-10-01 >+ > CONFLICTS_INSTALL= iojs-[0-9]* node-[0-9]* node-devel-[0-9]* node012-[0-9]* node4-[0-9]* node5-[0-9]* > > ONLY_FOR_ARCHS= i386 amd64 >diff --git www/node010/distinfo www/node010/distinfo >index a4abf45..32cee6a 100644 >--- www/node010/distinfo >+++ www/node010/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1466758890 >-SHA256 (node-v0.10.46.tar.gz) = 1164f2a4b663c9c0244033bfa649304a4a4e5a5ed6fab509d63084609d53198f >-SIZE (node-v0.10.46.tar.gz) = 15682724 >+TIMESTAMP = 1475046652 >+SHA256 (node-v0.10.47.tar.gz) = 5281fa7ddff755c34602a09ef8027f0bda0f7851b1e374fd0e0c33da93123056 >+SIZE (node-v0.10.47.tar.gz) = 15696799 >diff --git www/node010/files/patch-common.gypi www/node010/files/patch-common.gypi >new file mode 100644 >index 0000000..a177c8b >--- /dev/null >+++ www/node010/files/patch-common.gypi >@@ -0,0 +1,10 @@ >+--- common.gypi.orig 2016-09-28 10:10:46 UTC >++++ common.gypi >+@@ -180,7 +180,6 @@ >+ [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { >+ 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ], >+ 'cflags_cc': [ >+- '-fno-delete-null-pointer-checks', >+ '-fno-exceptions', >+ '-fno-rtti', >+ ], >diff --git www/node010/files/patch-deps_v8_src_platform-freebsd.cc www/node010/files/patch-deps_v8_src_platform-freebsd.cc >index fff7b3b..5a5ab06 100644 >--- www/node010/files/patch-deps_v8_src_platform-freebsd.cc >+++ www/node010/files/patch-deps_v8_src_platform-freebsd.cc >@@ -1,4 +1,4 @@ >---- deps/v8/src/platform-freebsd.cc.orig 2015-03-23 19:23:33 UTC >+--- deps/v8/src/platform-freebsd.cc.orig 2016-09-27 16:20:44 UTC > +++ deps/v8/src/platform-freebsd.cc > @@ -343,7 +343,7 @@ VirtualMemory::VirtualMemory(size_t size > void* reservation = mmap(OS::GetRandomMmapAddr(),
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 213073
: 175259