Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2020 11:28:55 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538601 - in head/www/node10: . files
Message-ID:  <202006121128.05CBStY3001455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Fri Jun 12 11:28:54 2020
New Revision: 538601
URL: https://svnweb.freebsd.org/changeset/ports/538601

Log:
  www/node10: Update 10.20.1_2 -> 10.21.0
  
  https://nodejs.org/en/blog/release/v10.21.0/
  
  This is a security release. See
  https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/
  
  MFH:		2020Q2
  Security:	11fcfa8f-ac64-11ea-9dab-000d3ab229d6
  Sponsored by:	Miles AS

Modified:
  head/www/node10/Makefile
  head/www/node10/distinfo
  head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi
  head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi

Modified: head/www/node10/Makefile
==============================================================================
--- head/www/node10/Makefile	Fri Jun 12 11:20:29 2020	(r538600)
+++ head/www/node10/Makefile	Fri Jun 12 11:28:54 2020	(r538601)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	10.20.1
+PORTVERSION=	10.21.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	10
@@ -69,7 +68,7 @@ MAKE_ENV+=	CC.host=${CC} CFLAGS.host="${CFLAGS}" \
 
 BUILD_DEPENDS+=	c-ares>=1.15.0:dns/c-ares\
 		libuv>=1.34.2:devel/libuv \
-		libnghttp2>=1.39.2:www/libnghttp2 \
+		libnghttp2>=1.41.0:www/libnghttp2 \
 		objdump:devel/binutils
 LIB_DEPENDS+=	libcares.so:dns/c-ares\
 		libuv.so:devel/libuv \

Modified: head/www/node10/distinfo
==============================================================================
--- head/www/node10/distinfo	Fri Jun 12 11:20:29 2020	(r538600)
+++ head/www/node10/distinfo	Fri Jun 12 11:28:54 2020	(r538601)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586707992
-SHA256 (node-v10.20.1.tar.gz) = ea39a70b715bfbd0281979c95a5b81136ffdc0e5bf66b1fd7dc3ef3473ce2c5a
-SIZE (node-v10.20.1.tar.gz) = 47181867
+TIMESTAMP = 1591735858
+SHA256 (node-v10.21.0.tar.gz) = bee7497e29c6c8f350fdf7dfa198c97041c7bf8d57cc2b58dfbfe6607d1ebf8f
+SIZE (node-v10.21.0.tar.gz) = 47193648

Modified: head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi
==============================================================================
--- head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi	Fri Jun 12 11:20:29 2020	(r538600)
+++ head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi	Fri Jun 12 11:28:54 2020	(r538601)
@@ -1,6 +1,6 @@
---- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig	2019-10-22 16:36:22 UTC
+--- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig	2020-06-02 14:43:34 UTC
 +++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi
-@@ -24,12 +24,11 @@
+@@ -25,12 +25,11 @@
      ],
      'openssl_cflags_linux-elf': [
        '-Wa,--noexecstack',

Modified: head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi
==============================================================================
--- head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi	Fri Jun 12 11:20:29 2020	(r538600)
+++ head/www/node10/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi	Fri Jun 12 11:28:54 2020	(r538601)
@@ -1,6 +1,6 @@
---- 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.orig	2020-06-02 14:43:34 UTC
 +++ deps/openssl/config/archs/linux-elf/asm/openssl.gypi
-@@ -721,12 +721,11 @@
+@@ -722,12 +722,11 @@
      ],
      'openssl_cflags_linux-elf': [
        '-Wa,--noexecstack',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006121128.05CBStY3001455>