From owner-svn-ports-all@freebsd.org Tue Sep 17 19:02:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8DBE412C1A3; Tue, 17 Sep 2019 19:02:54 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Xsv234v3z4YtN; Tue, 17 Sep 2019 19:02:54 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DF0E19406; Tue, 17 Sep 2019 19:02:54 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8HJ2sAR067991; Tue, 17 Sep 2019 19:02:54 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8HJ2qfS067984; Tue, 17 Sep 2019 19:02:52 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201909171902.x8HJ2qfS067984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Tue, 17 Sep 2019 19:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r512229 - in branches/2019Q3/www/node10: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: in branches/2019Q3/www/node10: . files X-SVN-Commit-Revision: 512229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 19:02:54 -0000 Author: bhughes Date: Tue Sep 17 19:02:52 2019 New Revision: 512229 URL: https://svnweb.freebsd.org/changeset/ports/512229 Log: MFH: r507835 r509060 r509480 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 www/node10: Update 10.16.1 -> 10.16.2 https://nodejs.org/en/blog/release/v10.16.2/ Sponsored by: Miles AS www/node10: Update 10.16.2 -> 10.16.3 This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/ for details on patched vulnerabilities. Security: c97a940b-c392-11e9-bb38-000d3ab229d6 Sponsored by: Miles AS Approved by: ports-secteam (joneum) Modified: branches/2019Q3/www/node10/Makefile branches/2019Q3/www/node10/distinfo branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi branches/2019Q3/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi branches/2019Q3/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi branches/2019Q3/www/node10/files/patch-node.gypi Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/node10/Makefile ============================================================================== --- branches/2019Q3/www/node10/Makefile Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/Makefile Tue Sep 17 19:02:52 2019 (r512229) @@ -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 Modified: branches/2019Q3/www/node10/distinfo ============================================================================== --- branches/2019Q3/www/node10/distinfo Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/distinfo Tue Sep 17 19:02:52 2019 (r512229) @@ -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 Modified: branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi ============================================================================== --- branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi Tue Sep 17 19:02:52 2019 (r512229) @@ -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', Modified: branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi ============================================================================== --- branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi Tue Sep 17 19:02:52 2019 (r512229) @@ -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', Modified: branches/2019Q3/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi ============================================================================== --- branches/2019Q3/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/files/patch-deps_openssl_openssl-cl__no__asm.gypi Tue Sep 17 19:02:52 2019 (r512229) @@ -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 Modified: branches/2019Q3/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi ============================================================================== --- branches/2019Q3/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/files/patch-deps_openssl_openssl__no__asm.gypi Tue Sep 17 19:02:52 2019 (r512229) @@ -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 Modified: branches/2019Q3/www/node10/files/patch-node.gypi ============================================================================== --- branches/2019Q3/www/node10/files/patch-node.gypi Tue Sep 17 18:46:40 2019 (r512228) +++ branches/2019Q3/www/node10/files/patch-node.gypi Tue Sep 17 19:02:52 2019 (r512229) @@ -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' ], }],