www/node10: Update 10.16.0_1 => 10.16.1

https://nodejs.org/en/blog/release/v10.16.1/

While here, refresh patches with `make makepatch`.

Sponsored by:	Miles AS
This commit is contained in:
Bradley T. Hughes
2019-08-01 23:03:00 +00:00
parent 25bb2e697b
commit 3163f8d9e9
7 changed files with 14 additions and 15 deletions

View File

@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= node
PORTVERSION= 10.16.0
PORTREVISION= 1
PORTVERSION= 10.16.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1559158058
SHA256 (node-v10.16.0.tar.gz) = d00f1ffdb0a7413eaaf3afc393fb652ea713db135dcd3ccf6809370a07395713
SIZE (node-v10.16.0.tar.gz) = 45543679
TIMESTAMP = 1564602294
SHA256 (node-v10.16.1.tar.gz) = 98c92edcfced73b572917d01a53aa9deefec85d8a2fe96c46fe10ee1d0a7763d
SIZE (node-v10.16.1.tar.gz) = 45866789

View File

@@ -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',

View File

@@ -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',

View File

@@ -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

View File

@@ -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

View File

@@ -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' ],
}],