Date: Tue, 9 Mar 2021 06:49:13 +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: r567899 - head/www/node Message-ID: <202103090649.1296nDWG045673@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Tue Mar 9 06:49:13 2021 New Revision: 567899 URL: https://svnweb.freebsd.org/changeset/ports/567899 Log: www/node: Update 15.9.0 -> 15.10.0 https://nodejs.org/en/blog/release/v15.10.0/ This is a security release. See https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/ While here, pet portlint by moving USES. PR: 254045 Submitted by: jlduran@gmail.com MFH: 2021Q1 Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614 Sponsored by: Miles AS Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Mar 9 06:48:02 2021 (r567898) +++ head/www/node/Makefile Tue Mar 9 06:49:13 2021 (r567899) @@ -2,7 +2,7 @@ PORTNAME= node DISTVERSIONPREFIX= v -DISTVERSION= 15.9.0 +DISTVERSION= 15.10.0 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ @@ -16,6 +16,9 @@ BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le +USES= compiler:c++11-lib gmake python:build pkgconfig \ + localbase shebangfix + OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE OPTIONS_DEFAULT= DTRACE OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL @@ -43,9 +46,6 @@ NLS_BUILD_DEPENDS= icu>=68.2:devel/icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu DTRACE_CONFIGURE_ON= --with-dtrace - -USES= compiler:c++11-lib gmake python:build pkgconfig \ - localbase shebangfix HAS_CONFIGURE= yes Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Mar 9 06:48:02 2021 (r567898) +++ head/www/node/distinfo Tue Mar 9 06:49:13 2021 (r567899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614078953 -SHA256 (node-v15.9.0.tar.gz) = 5f41f4d15d7d592b170145cd994c9d7986536bb28ec151046da0632bd30e33bc -SIZE (node-v15.9.0.tar.gz) = 62146311 +TIMESTAMP = 1614197688 +SHA256 (node-v15.10.0.tar.gz) = 643f9bbd6ae4c424224c946cad52d11b9379aaab927673b2e3c6c4df9a1a7b0e +SIZE (node-v15.10.0.tar.gz) = 62153962
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103090649.1296nDWG045673>