diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2019-09-17 19:02:52 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2019-09-17 19:02:52 +0000 |
commit | 0c7c04fa3768e973468c041a3997b51dd5f9eb76 (patch) | |
tree | 27ee0cd8285b393645f94ba11814a0c84611fe1e /www | |
parent | 42753d7f858d8853d6e3366e5a2ddd3b5f481eac (diff) | |
download | ports-0c7c04fa3768e973468c041a3997b51dd5f9eb76.tar.gz ports-0c7c04fa3768e973468c041a3997b51dd5f9eb76.zip |
Notes
Diffstat (limited to 'www')
7 files changed, 15 insertions, 15 deletions
diff --git a/www/node10/Makefile b/www/node10/Makefile index e1944575ef90..446ce62c05a5 100644 --- a/www/node10/Makefile +++ b/www/node10/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.16.0 +PORTVERSION= 10.16.3 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -68,7 +68,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.28.0:devel/libuv \ - libnghttp2>=1.34.0:www/libnghttp2 + libnghttp2>=1.39.2:www/libnghttp2 LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 diff --git a/www/node10/distinfo b/www/node10/distinfo index 54ea6769e28d..9c7ae4db94d1 100644 --- a/www/node10/distinfo +++ b/www/node10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559158058 -SHA256 (node-v10.16.0.tar.gz) = d00f1ffdb0a7413eaaf3afc393fb652ea713db135dcd3ccf6809370a07395713 -SIZE (node-v10.16.0.tar.gz) = 45543679 +TIMESTAMP = 1565994495 +SHA256 (node-v10.16.3.tar.gz) = db5a5e03a815b84a1266a4b48bb6a6d887175705f84fd2472f0d28e5e305a1f8 +SIZE (node-v10.16.3.tar.gz) = 45870800 diff --git a/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi b/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi index 3b5a340d04de..22281eebf024 100644 --- a/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi +++ b/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi @@ -1,6 +1,6 @@ ---- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-05-28 21:32:15 UTC +--- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-07-31 17:44:59 UTC +++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi -@@ -26,12 +26,11 @@ +@@ -25,12 +25,11 @@ ], 'openssl_cflags_linux-elf': [ '-Wa,--noexecstack', diff --git a/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi b/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi index e5b6c20a2589..39a2c7c51887 100644 --- a/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi +++ b/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi @@ -1,6 +1,6 @@ ---- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2019-05-28 21:32:15 UTC +--- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2019-07-31 17:44:59 UTC +++ deps/openssl/config/archs/linux-elf/asm/openssl.gypi -@@ -722,12 +722,11 @@ +@@ -721,12 +721,11 @@ ], 'openssl_cflags_linux-elf': [ '-Wa,--noexecstack', diff --git a/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi index a2506b4b97ff..4026ea3d537f 100644 --- a/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi +++ b/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi @@ -1,4 +1,4 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2018-05-11 10:11:27 UTC +--- deps/openssl/openssl-cl_no_asm.gypi.orig 2019-07-31 17:44:59 UTC +++ deps/openssl/openssl-cl_no_asm.gypi @@ -1,4 +1,5 @@ { @@ -6,7 +6,7 @@ 'conditions': [ ['target_arch=="ppc" and OS=="aix"', { 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], -@@ -41,7 +42,7 @@ +@@ -43,7 +44,7 @@ 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], }, { # Other architectures don't use assembly diff --git a/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi b/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi index e5410e9771a5..a8cb353e9aab 100644 --- a/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi +++ b/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi @@ -1,6 +1,6 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2018-05-11 12:27:27 UTC +--- deps/openssl/openssl_no_asm.gypi.orig 2019-07-31 17:45:01 UTC +++ deps/openssl/openssl_no_asm.gypi -@@ -42,7 +42,7 @@ +@@ -44,7 +44,7 @@ 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], }, { # Other architectures don't use assembly diff --git a/www/node10/files/patch-node.gypi b/www/node10/files/patch-node.gypi index 0c5968fa05e0..a28bd89c098d 100644 --- a/www/node10/files/patch-node.gypi +++ b/www/node10/files/patch-node.gypi @@ -1,6 +1,6 @@ ---- node.gypi.orig 2018-06-06 12:52:40 UTC +--- node.gypi.orig 2019-07-31 17:45:05 UTC +++ node.gypi -@@ -294,6 +294,9 @@ +@@ -316,6 +316,9 @@ ['openssl_fips != ""', { 'defines': [ 'NODE_FIPS_MODE' ], }], |