From 87c2d1b4545d3ec187bd63a22f04977bd475ed27 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64lebuilder0 Date: Fri, 3 Dec 2021 11:19:35 +0100 Subject: [PATCH] nodejs update to 14.18.0 Signed-off-by: webbuilder_pel7ppc64lebuilder0 --- SPECS/nodejs.spec | 626 +++++++++++----------------------------------- 1 file changed, 148 insertions(+), 478 deletions(-) diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index f4f4b7f..93fc0fa 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -3,6 +3,9 @@ # bundle dependencies that are not available as Fedora modules %bcond_with bootstrap +# LTO is currently broken on Node.js builds +%define _lto_cflags %{nil} + # == Master Relase == # This is used by both the nodejs package and the npm subpackage thar # has a separate version - the name is special so that rpmdev-bumpspec @@ -17,12 +20,12 @@ # feature releases that are only supported for nine months, which is shorter # than a Fedora release lifecycle. %global nodejs_epoch 1 -%global nodejs_major 12 -%global nodejs_minor 19 -%global nodejs_patch 0 +%global nodejs_major 14 +%global nodejs_minor 18 +%global nodejs_patch 1 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} # nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h -%global nodejs_soversion 72 +%global nodejs_soversion 83 %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} %global nodejs_release %{baserelease} @@ -32,9 +35,9 @@ # v8 - from deps/v8/include/v8-version.h # Epoch is set to ensure clean upgrades from the old v8 package %global v8_epoch 2 -%global v8_major 7 -%global v8_minor 8 -%global v8_build 279 +%global v8_major 8 +%global v8_minor 4 +%global v8_build 371 %global v8_patch 23 # V8 presently breaks ABI at least every x.y release while never bumping SONAME %global v8_abi %{v8_major}.%{v8_minor} @@ -44,36 +47,30 @@ # c-ares - from deps/cares/include/ares_version.h # https://github.com/nodejs/node/pull/9332 %global c_ares_major 1 -%global c_ares_minor 16 -%global c_ares_patch 0 +%global c_ares_minor 17 +%global c_ares_patch 2 %global c_ares_version %{c_ares_major}.%{c_ares_minor}.%{c_ares_patch} -# http-parser - from deps/http_parser/http_parser.h -%global http_parser_major 2 -%global http_parser_minor 9 -%global http_parser_patch 3 -%global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch} - # llhttp - from deps/llhttp/include/llhttp.h %global llhttp_major 2 %global llhttp_minor 1 -%global llhttp_patch 2 +%global llhttp_patch 4 %global llhttp_version %{llhttp_major}.%{llhttp_minor}.%{llhttp_patch} # libuv - from deps/uv/include/uv/version.h %global libuv_major 1 -%global libuv_minor 34 -%global libuv_patch 2 +%global libuv_minor 42 +%global libuv_patch 0 %global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch} # nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h %global nghttp2_major 1 -%global nghttp2_minor 34 +%global nghttp2_minor 42 %global nghttp2_patch 0 %global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch} # ICU - from tools/icu/current_ver.dep -%global icu_major 67 +%global icu_major 69 %global icu_minor 1 %global icu_version %{icu_major}.%{icu_minor} @@ -83,7 +80,7 @@ # OpenSSL minimum version -%global openssl_minimum 1:1.0.2k +%global openssl_minimum 1:1.1.1 # punycode - from lib/punycode.js # Note: this was merged into the mainline since 0.6.x @@ -97,13 +94,13 @@ %global npm_epoch 1 %global npm_major 6 %global npm_minor 14 -%global npm_patch 8 +%global npm_patch 15 %global npm_version %{npm_major}.%{npm_minor}.%{npm_patch} # uvwasi - from deps/uvwasi/include/uvwasi.h %global uvwasi_major 0 %global uvwasi_minor 0 -%global uvwasi_patch 10 +%global uvwasi_patch 11 %global uvwasi_version %{uvwasi_major}.%{uvwasi_minor}.%{uvwasi_patch} # histogram_c - assumed from timestamps @@ -133,7 +130,6 @@ ExclusiveArch: %{nodejs_arches} # nodejs bundles openssl, but we use the system version in Fedora # because openssl contains prohibited code, we remove openssl completely from # the tarball, using the script in Source100 -#Source0: node-v%{nodejs_version}-stripped.tar.gz Source0: node-v%{nodejs_version}.tar.gz Source1: npmrc Source2: btest402.js @@ -151,7 +147,11 @@ Patch1: 0001-Disable-running-gyp-on-shared-deps.patch # Patch to install both node and libnode.so, using the correct libdir Patch2: 0002-Install-both-binaries-and-use-libdir.patch +BuildRequires: make BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-jinja2 +BuildRequires: python-unversioned-command BuildRequires: zlib-devel BuildRequires: brotli-devel BuildRequires: gcc >= 6.3.0 @@ -162,28 +162,24 @@ BuildRequires: gcc-c++ >= 6.3.0 BuildRequires: nodejs-packaging BuildRequires: chrpath BuildRequires: libatomic +BuildRequires: systemtap-sdt-devel %if %{with bootstrap} -Provides: bundled(http-parser) = %{http_parser_version} Provides: bundled(libuv) = %{libuv_version} Provides: bundled(nghttp2) = %{nghttp2_version} %else -BuildRequires: systemtap-sdt-devel BuildRequires: libuv-devel >= 1:%{libuv_version} Requires: libuv >= 1:%{libuv_version} BuildRequires: libnghttp2-devel >= %{nghttp2_version} Requires: libnghttp2 >= %{nghttp2_version} +%endif -# Temporarily bundle http-parser and llhttp because the latter -# isn't packaged yet and they are controlled by the same -# configure flag. -Provides: bundled(http-parser) = %{http_parser_version} +# Temporarily bundle llhttp because the upstream doesn't +# provide releases for it. Provides: bundled(llhttp) = %{llhttp_version} -%endif - -BuildRequires: openssl-devel >= %{openssl_minimum} -Requires: openssl >= %{openssl_minimum} +#BuildRequires: openssl1.1-devel >= %{openssl_minimum} +#Requires: openssl1.1 >= %{openssl_minimum} # we need the system certificate store Requires: ca-certificates @@ -242,8 +238,10 @@ Provides: bundled(icu) = %{icu_version} Provides: bundled(uvwasi) = %{uvwasi_version} Provides: bundled(histogram) = %{histogram_version} +%if 0%{?fedora} # Make sure to pull in the appropriate packaging macros when building RPMs -#Requires: (nodejs-packaging if rpm-build) +Requires: (nodejs-packaging if rpm-build) +%endif # Make sure we keep NPM up to date when we update Node.js #Recommends: npm >= %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist} @@ -362,20 +360,16 @@ The API documentation for the Node.js JavaScript runtime. # remove bundled dependencies that we aren't building #rm -rf deps/zlib #rm -rf deps/brotli +#rm -rf deps/v8/third_party/jinja2 +#rm -rf tools/inspector_protocol/jinja2 -# Replace any instances of unversioned python' with python3 -#pathfix.py -i %{__python3} -pn $(find -type f ! -name "*.js") -find . -type f -exec sed -i "s~/usr\/bin\/env python~/usr/bin/python3~" {} \; -find . -type f -exec sed -i "s~/usr\/bin\/python\W~/usr/bin/python3~" {} \; -sed -i "s~python~python3~" $(find . -type f | grep "gyp$") -sed -i "s~usr\/bin\/python2~usr\/bin\/python3~" ./deps/v8/tools/gen-inlining-tests.py -sed -i "s~usr\/bin\/python.*$~usr\/bin\/python3~" ./deps/v8/tools/mb/mb_unittest.py -find . -type f -exec sed -i "s~python -c~python3 -c~" {} \; %build -# This package has static probes which do not work with LTO -# Disable LTO +# When compiled on armv7hl this package generates an out of range +# reference to the literal pool. This is most likely a GCC issue. +%ifarch armv7hl %define _lto_cflags %{nil} +%endif %ifarch s390 s390x %{arm} %ix86 # Decrease debuginfo verbosity to reduce memory consumption during final @@ -404,45 +398,32 @@ export CXXFLAGS='%{optflags} \ export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')" export CXXFLAGS="$(echo ${CXXFLAGS} | tr '\n\\' ' ')" -# # # export LDFLAGS="%{build_ldflags}" +### ### ### export LDFLAGS="%{build_ldflags}" source /opt/rh/devtoolset-7/enable -#source /opt/rh/llvm-toolset-7/enable -#%define __cmake /opt/rh/llvm-toolset-7/root/usr/bin/cmake - -#%if %{with bootstrap} -#%{__python3} configure.py --prefix=%{_prefix} \ -# --shared \ -# --libdir=%{_lib} \ -# --shared-openssl \ -# --shared-zlib \ -# --shared-brotli \ -# --without-dtrace \ -# --with-intl=small-icu \ -# --debug-nghttp2 \ -# --openssl-use-def-ca-store -#%else -##%{__python3} configure.py --prefix=%{_prefix} \ -## --shared \ -## --libdir=%{_lib} \ -## --shared-openssl \ -## --shared-zlib \ -## --shared-brotli \ -## --shared-libuv \ -## --shared-nghttp2 \ -## --with-dtrace \ -## --with-intl=small-icu \ -## --with-icu-default-data-dir=%{icudatadir} \ -## --debug-nghttp2 \ -## --openssl-use-def-ca-store + +%if %{with bootstrap} %{__python3} configure.py --prefix=%{_prefix} \ --shared \ --libdir=%{_lib} \ + --shared-openssl \ + --shared-zlib \ + --shared-brotli \ + --without-dtrace \ + --with-intl=small-icu \ + --openssl-use-def-ca-store +%else +%{__python3} configure.py --prefix=%{_prefix} \ + --shared \ + --libdir=%{_lib} \ + --shared-zlib \ + --shared-brotli \ --with-dtrace \ --with-intl=small-icu \ - --debug-nghttp2 \ - --enable-lto -#%endif + --with-icu-default-data-dir=%{icudatadir} \ + --openssl-use-def-ca-store \ + --enable-lto +%endif make BUILDTYPE=Release %{?_smp_mflags} @@ -493,6 +474,7 @@ for header in %{buildroot}%{_includedir}/node/libplatform %{buildroot}%{_include header=$(basename ${header}) ln -s ./node/${header} %{buildroot}%{_includedir}/${header} done +ln -s ./node/cppgc %{buildroot}%{_includedir}/cppgc for soname in libv8 libv8_libbase libv8_libplatform; do ln -s libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so ln -s libnode.so.%{nodejs_soversion} %{buildroot}%{_libdir}/${soname}.so.%{v8_major} @@ -581,7 +563,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/%{_bindir}/node -e "require( NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/node_modules/npm/node_modules LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/%{_bindir}/node -e "require(\"assert\").equal(require(\"npm\").version, '%{npm_version}')" # Make sure i18n support is working -#NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/node_modules/npm/node_modules LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/%{_bindir}/node --icu-data-dir=%{buildroot}%{icudatadir} %{SOURCE2} +NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/node_modules/npm/node_modules LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}/%{_bindir}/node --icu-data-dir=%{buildroot}%{icudatadir} %{SOURCE2} %pretrans -n npm -p @@ -647,6 +629,7 @@ end %files -n v8-devel %{_includedir}/libplatform %{_includedir}/v8*.h +%{_includedir}/cppgc %{_libdir}/libv8.so %{_libdir}/libv8_libbase.so %{_libdir}/libv8_libplatform.so @@ -680,438 +663,125 @@ end %files docs +%doc doc %dir %{_pkgdocdir} %{_pkgdocdir}/html %{_pkgdocdir}/npm/docs %changelog -* Mon Oct 19 2020 Stephen Gallagher - 1:12.19.0-1 -- Update to 12.19.0 +* Thu Oct 14 2021 Stephen Gallagher - 1:14.18.1-1 +- Update to security release 14.18.1 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.1 -* Wed Sep 16 2020 Stephen Gallagher - 1:12.18.4-1 -- Update to 12.18.4 +* Tue Sep 28 2021 Stephen Gallagher - 1:14.18.0-2 +- Guarantee the use of OpenSSL 1.1 +- Fixes module build on Fedora 36 -* Mon Aug 03 2020 Stephen Gallagher - 1:12.18.3-1 -- Update to 12.18.3 +* Tue Sep 28 2021 Stephen Gallagher - 1:14.18.0-1 +- Update to 14.18.0 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.0 -* Tue Jul 07 2020 Stephen Gallagher - 1:12.18.2-1 -- Update to 12.18.2 +* Tue Aug 31 2021 Stephen Gallagher - 1:14.17.6-1 +- Update to 14.17.6 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.6 -* Tue Jul 07 2020 Stephen Gallagher - 1:14.4.0-2 -- Update for new packaging guidelines -- Disable LTO +* Wed Aug 11 2021 Stephen Gallagher - 1:14.17.5-1 +- Update to 14.17.5 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.5 + +* Mon Aug 02 2021 Stephen Gallagher - 1:14.17.4-1 +- Update to 14.17.2 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.4 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.3 -* Thu Jun 04 2020 Zuzana Svetlikova - 1:12.18.0-1 -- Security update to 12.18.0 +* Fri Jul 02 2021 Stephen Gallagher - 1:14.17.2-2 +- Build with system version of jinja2 to avoid issues with Python 3.10 -* Wed Apr 29 2020 Stephen Gallagher - 1:12.16.3-1 -- Update to 12.16.3 +* Thu Jul 01 2021 Stephen Gallagher - 1:14.17.2-1 +- Update to 14.17.2 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.2 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.1 -* Wed Apr 15 2020 Zuzana Svetlikova - 1:12.16.2-1 -- Update to 12.16.2 -- Add bundled uvwasi and histogram_c provides -- Add shared brotli dependency +* Mon May 17 2021 Stephen Gallagher - 1:14.17.0-2 +- Update to 14.17.0 +- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.0 -* Tue Mar 17 2020 Tom Stellard - 1:12.16.1-4 -- Replace hard-coded gcc and g++ with __cc and __cxx macros +* Tue Apr 20 2021 Stephen Gallagher - 1:14.16.1-2 +- Disable stack execution (bz#1950528) -* Mon Mar 16 2020 Stephen Gallagher - 1:12.16.1-3 -- Set npmrc to use python3 explicitly +* Thu Apr 08 2021 Stephen Gallagher - 1:14.16.1-1 +- Update to 14.16.1 -* Wed Feb 26 2020 Stephen Gallagher - 1:12.16.1-2 -- Build with Python 3 only +* Wed Mar 31 2021 Jonathan Wakely - 1:14.16.0-4 +- Rebuilt for removed libstdc++ symbols (#1937698) -* Tue Feb 25 2020 Stephen Gallagher - 1:12.16.1-1 -- Update to 12.16.1 -- Fixes six regressions introduced in 12.16.0 +* Tue Mar 09 2021 Zuzana Svetlikova - 1:12.16.0-1 -- Update to 12.16.0 -- Drop upstreamed patch +* Mon Jan 04 2021 Stephen Gallagher - 1:14.16.0-1 +- Update to 14.16.0 -* Thu Feb 06 2020 Stephen Gallagher - 1:12.15.0-1 -- Update to 12.15.0 +* Mon Jan 04 2021 Stephen Gallagher - 1:14.15.4-1 +- Update to 14.15.4 -* Wed Jan 29 2020 Fedora Release Engineering - 1:12.14.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +* Wed Dec 02 2020 Stephen Gallagher - 1:14.15.1-1 +- Update to 14.15.1 -* Mon Jan 13 2020 Stephen Gallagher - 1:12.14.1-3 -- Fix issue with header symlinks in v8-devel +* Tue Oct 20 2020 Stephen Gallagher - 1:14.14.0-2 +- Don't build with LTO on aarch64 -* Tue Jan 07 2020 Stephen Gallagher - 1:12.14.1-2 -- Drop unneeded dependency on http-parser-devel +* Mon Oct 19 2020 Stephen Gallagher - 1:14.14.0-1 +- Update to 14.14.0 -* Tue Jan 07 2020 Stephen Gallagher - 1:12.14.1-1 -- Update to 12.14.1 -- https://github.com/nodejs/node/blob/v12.14.1/doc/changelogs/CHANGELOG_V12.md +* Fri Oct 09 2020 Stephen Gallagher - 1:14.13.1-1 +- Update to 14.13.1 -* Mon Jan 06 2020 Stephen Gallagher - 1:12.14.0-2 -- Update to 12.14.0 -- https://github.com/nodejs/node/blob/v12.14.0/doc/changelogs/CHANGELOG_V12.md -- Add new subpackage nodejs-full-i18n to enable optional non-English locale - support -- Update documentation packaging for NPM - -* Mon Dec 02 2019 Stephen Gallagher - 1:12.13.1-1 -- Update to 12.13.1 -- https://github.com/nodejs/node/blob/v12.13.1/doc/changelogs/CHANGELOG_V12.md - -* Tue Oct 29 2019 Stephen Gallagher - 1:12.13.0-6 -- Add proper i18n support - -* Tue Oct 29 2019 Stephen Gallagher - 1:12.13.0-5 -- Fix issue with NPM docs being replaced with a symlink - -* Mon Oct 28 2019 Stephen Gallagher - 1:12.13.0-2 -- Simplify npmrc default configuration - -* Mon Oct 28 2019 Stephen Gallagher - 1:12.13.0-1 -- Update to 12.13.0 (LTS) -- https://github.com/nodejs/node/blob/v12.13.0/doc/changelogs/CHANGELOG_V12.md -- NPM no longer clobbers RPM-installed Node.js modules -- Drop no-longer needed patch to suppress `npm update -g npm` message - -* Wed Sep 04 2019 Stephen Gallagher - 1:12.10.0-1 -- Update to 12.10.0 -- https://github.com/nodejs/node/blob/v12.10.0/doc/changelogs/CHANGELOG_V12.md#12.10.0 - -* Wed Aug 21 2019 Stephen Gallagher - 1:12.9.0-1 -- Update to 12.9.0 -- https://github.com/nodejs/node/blob/v12.9.0/doc/changelogs/CHANGELOG_V12.md#12.9.0 - -* Thu Aug 15 2019 Stephen Gallagher - 1:12.8.2-1 -- Update to 12.8.1 -- Resolves: CVE-2019-9511 "Data Dribble" -- Resolves: CVE-2019-9512 "Ping Flood" -- Resolves: CVE-2019-9513 "Resource Loop" -- Resolves: CVE-2019-9514 "Reset Flood" -- Resolves: CVE-2019-9515 "Settings Flood" -- Resolves: CVE-2019-9516 "0-Length Headers Leak" -- Resolves: CVE-2019-9517 "Internal Data Buffering" -- Resolves: CVE-2019-9518 "Empty Frames Flood" -- https://github.com/nodejs/node/blob/v12.8.1/doc/changelogs/CHANGELOG_V12.md#12.8.1 +* Thu Oct 01 2020 Stephen Gallagher - 1:14.13.0-1 +- Update to 14.13.0 -* Mon Aug 05 2019 Stephen Gallagher - 1:12.7.0-3 -- Fix epoch dependencies -- Carry data files for ICU - -* Fri Aug 02 2019 Stephen Gallagher - 1:12.7.0-2 -- Change v8-devel release field to avoid duplicated package names - -* Thu Aug 01 2019 Stephen Gallagher - 1:12.7.0-1 -- Update to 12.7.0 -- https://nodejs.org/en/blog/release/v12.7.0/ - -* Tue Jul 30 2019 Tom Hughes - 1:12.6.0-2 -- Bump release to fix dependencies - -* Thu Jul 25 2019 Fedora Release Engineering - 1:12.6.0-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 27 2019 Stephen Gallagher - 1:12.6.0-1 -- Update to 12.6.0 -- https://nodejs.org/en/blog/release/v12.6.0/ -- https://nodejs.org/en/blog/release/v12.5.0/ - -* Tue Jun 04 2019 Stephen Gallagher - 1:12.4.0-1 -- Update to 12.4.0 -- https://nodejs.org/en/blog/release/v12.4.0/ - -* Fri May 24 2019 Stephen Gallagher - 1:12.3.1-1 -- Update to 12.3.1 -- https://nodejs.org/en/blog/release/v12.3.1/ -- https://nodejs.org/en/blog/release/v12.3.0/ - -* Wed May 15 2019 Stephen Gallagher - 1:12.2.0-1 -- Update to 12.2.0 -- https://nodejs.org/en/blog/release/v12.2.0/ - -* Tue Apr 30 2019 Stephen Gallagher - 1:12.1.0-1 -- Update to 12.1.0 -- https://nodejs.org/en/blog/release/v12.1.0/ - -* Wed Apr 24 2019 Stephen Gallagher - 1:12.0.0-3 -- Fix upgrade bug for v8-devel (BZ #1702609) - -* Tue Apr 23 2019 Stephen Gallagher - 1:12.0.0-2 -- Node.js 12.x requires OpenSSL 1.1.1+ - -* Tue Apr 23 2019 Stephen Gallagher - 1:12.0.0-1 -- Release 12.0.0 -- https://nodejs.org/en/blog/release/v12.0.0/ - -* Thu Apr 11 2019 Stephen Gallagher - 1:11.13.0-1 -- Update to 11.13.0 -- https://nodejs.org/en/blog/release/v11.13.0/ -- https://nodejs.org/en/blog/release/v11.12.0/ -- https://nodejs.org/en/blog/release/v11.11.0/ - -* Fri Mar 01 2019 Stephen Gallagher - 1:11.10.1-1 -- Update to 11.10.1 -- https://nodejs.org/en/blog/release/v11.10.1/ -- https://nodejs.org/en/blog/release/v11.10.0/ -- https://nodejs.org/en/blog/release/v11.9.0/ -- https://nodejs.org/en/blog/release/v11.8.0/ - -* Fri Jan 18 2019 Stephen Gallagher - 1:11.7.0-1 -- Update to 11.7.0 -- https://nodejs.org/en/blog/release/v11.7.0/ -- https://nodejs.org/en/blog/release/v11.6.0/ -- https://nodejs.org/en/blog/release/v11.5.0/ -- https://nodejs.org/en/blog/release/v11.4.0/ - -* Thu Nov 29 2018 Stephen Gallagher - 1:11.3.0-1 -- Update to 11.3.0 -- https://nodejs.org/en/blog/release/v11.2.0/ -- https://nodejs.org/en/blog/release/v11.3.0/ - -* Fri Nov 02 2018 Stephen Gallagher - 1:11.1.0-1 -- Update to 11.1.0 -- https://nodejs.org/en/blog/release/v11.1.0/ - -* Thu Nov 01 2018 Stephen Gallagher - 1:11.0.0-1 -- Update to 11.0.0 -- https://nodejs.org/en/blog/release/v11.0.0/ - -* Thu Nov 01 2018 Stephen Gallagher - 1:10.13.0-1 -- Update to 10.13.0 -- https://nodejs.org/en/blog/release/v10.13.0/ - -* Thu Oct 11 2018 Stephen Gallagher - 1:10.12.0-1 -- Update to 10.12.0 -- https://nodejs.org/en/blog/release/v10.12.0/ - -* Wed Oct 10 2018 Jan Staněk - 1:10.11.0-2 -- Add non-bootstrap BR for nodejs-packaging - -* Thu Sep 20 2018 Stephen Gallagher - 1:10.11.0-1 -- Update to 10.11.0 -- https://nodejs.org/en/blog/release/v10.11.0/ - -* Wed Sep 19 2018 Stephen Gallagher - 1:10.10.0-2 -- Really, finally fix npm dep executable permissions - -* Tue Sep 11 2018 Stephen Gallagher - 1:10.10.0-1 -- Update to 10.10.0 -- https://nodejs.org/en/blog/release/v10.10.0/ -- Fix issue with npm permissions - -* Tue Aug 21 2018 Stephen Gallagher - 1:10.9.0-2 -- Clean up automatic dependencies for npm - -* Thu Aug 16 2018 Stephen Gallagher - 1:10.9.0-1 -- Update to 10.9.0 -- https://nodejs.org/en/blog/release/v10.9.0/ - -* Tue Aug 07 2018 Stephen Gallagher - 1:10.8.0-1 -- Update to 10.8.0 -- https://nodejs.org/en/blog/release/v10.8.0/ - -* Fri Jul 20 2018 Stephen Gallagher - 1:10.7.0-4 -- Fix npm upgrade scriptlet -- Fix unexpected trailing .1 in npm release field - -* Fri Jul 20 2018 Stephen Gallagher - 1:10.7.0-3 -- Restore annotations to binaries -- Fix unexpected trailing .1 in release field - -* Thu Jul 19 2018 Stephen Gallagher - 1:10.7.0-2 -- Update to 10.7.0 -- https://nodejs.org/en/blog/release/v10.7.0/ -- https://nodejs.org/en/blog/release/v10.6.0/ - -* Fri Jul 13 2018 Fedora Release Engineering - 1:10.5.0-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jun 21 2018 Stephen Gallagher - 1:10.5.0-1 -- Update to 10.5.0 -- https://nodejs.org/en/blog/release/v10.5.0/ - -* Thu Jun 14 2018 Stephen Gallagher - 1:10.4.1-1 -- Update to 10.4.1 to address security issues -- https://nodejs.org/en/blog/release/v10.4.1/ -- Resolves: rhbz#1590801 -- Resolves: rhbz#1591014 -- Resolves: rhbz#1591019 - -* Thu Jun 07 2018 Stephen Gallagher - 1:10.4.0-1 -- Update to 10.4.0 -- https://nodejs.org/en/blog/release/v10.4.0/ - -* Wed May 30 2018 Stephen Gallagher - 1:10.3.0-1 -- Update to 10.3.0 -- Update npm to 6.1.0 -- https://nodejs.org/en/blog/release/v10.3.0/ - -* Tue May 29 2018 Stephen Gallagher - 1:10.2.1-2 -- Fix up bare 'python' to be python2 -- Drop redundant entry in docs section - -* Fri May 25 2018 Stephen Gallagher - 1:10.2.1-1 -- Update to 10.2.1 -- https://nodejs.org/en/blog/release/v10.2.1/ - -* Wed May 23 2018 Stephen Gallagher - 1:10.2.0-1 -- Update to 10.2.0 -- https://nodejs.org/en/blog/release/v10.2.0/ - -* Thu May 10 2018 Stephen Gallagher - 1:10.1.0-3 -- Fix incorrect rpm macro - -* Thu May 10 2018 Stephen Gallagher - 1:10.1.0-2 -- Include upstream v8 fix for ppc64[le] -- Disable debug build on ppc64[le] and s390x - -* Wed May 09 2018 Stephen Gallagher - 1:10.1.0-1 -- Update to 10.1.0 -- https://nodejs.org/en/blog/release/v10.1.0/ -- Reenable node_g binary - -* Thu Apr 26 2018 Stephen Gallagher - 1:10.0.0-1 -- Update to 10.0.0 -- https://nodejs.org/en/blog/release/v10.0.0/ -- Drop workaround patch -- Temporarily drop node_g binary due to - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85587 - -* Fri Apr 13 2018 Rafael dos Santos - 1:9.11.1-2 -- Use standard Fedora linker flags (bug #1543859) - -* Thu Apr 05 2018 Stephen Gallagher - 1:9.11.1-1 -- Update to 9.11.1 -- https://nodejs.org/en/blog/release/v9.11.0/ -- https://nodejs.org/en/blog/release/v9.11.1/ - -* Wed Mar 28 2018 Stephen Gallagher - 1:9.10.0-1 -- Update to 9.10.0 -- https://nodejs.org/en/blog/release/v9.10.0/ - -* Wed Mar 21 2018 Stephen Gallagher - 1:9.9.0-1 -- Update to 9.9.0 -- https://nodejs.org/en/blog/release/v9.9.0/ - -* Thu Mar 08 2018 Stephen Gallagher - 1:9.8.0-1 -- Update to 9.8.0 -- https://nodejs.org/en/blog/release/v9.8.0/ - -* Thu Mar 01 2018 Stephen Gallagher - 1:9.7.0-1 -- Update to 9.7.0 -- https://nodejs.org/en/blog/release/v9.7.0/ -- Work around F28 build issue - -* Sun Feb 25 2018 Stephen Gallagher - 1:9.6.1-1 -- Update to 9.6.1 -- https://nodejs.org/en/blog/release/v9.6.1/ -- https://nodejs.org/en/blog/release/v9.6.0/ - -* Mon Feb 05 2018 Stephen Gallagher - 1:9.5.0-1 -- Package Node.js 9.5.0 - -* Thu Jan 11 2018 Stephen Gallagher - 1:8.9.4-2 -- Fix incorrect Requires: - -* Thu Jan 11 2018 Stephen Gallagher - 1:8.9.4-1 -- Update to 8.9.4 -- https://nodejs.org/en/blog/release/v8.9.4/ -- Switch to system copy of nghttp2 - -* Fri Dec 08 2017 Stephen Gallagher - 1:8.9.3-2 -- Update to 8.9.3 -- https://nodejs.org/en/blog/release/v8.9.3/ -- https://nodejs.org/en/blog/release/v8.9.2/ - -* Thu Nov 30 2017 Pete Walter - 1:8.9.1-2 -- Rebuild for ICU 60.1 - -* Thu Nov 09 2017 Zuzana Svetlikova - 1:8.9.1-1 -- Update to 8.9.1 - -* Tue Oct 31 2017 Stephen Gallagher - 1:8.9.0-1 -- Update to 8.9.0 -- Drop upstreamed patch - -* Thu Oct 26 2017 Stephen Gallagher - 1:8.8.1-1 -- Update to 8.8.1 to fix a regression - -* Wed Oct 25 2017 Zuzana Svetlikova - 1:8.8.0-1 -- Security update to 8.8.0 -- https://nodejs.org/en/blog/release/v8.8.0/ - -* Sun Oct 15 2017 Zuzana Svetlikova - 1:8.7.0-1 -- Update to 8.7.0 -- https://nodejs.org/en/blog/release/v8.7.0/ - -* Fri Oct 06 2017 Zuzana Svetlikova - 1:8.6.0-2 -- Use bcond macro instead of bootstrap conditional - -* Wed Sep 27 2017 Zuzana Svetlikova - 1:8.6.0-1 -- Fix nghttp2 version -- Update to 8.6.0 -- https://nodejs.org/en/blog/release/v8.6.0/ - -* Wed Sep 20 2017 Zuzana Svetlikova - 1:8.5.0-3 -- Build with bootstrap + bundle libuv for modularity -- backport patch for aarch64 debug build - -* Wed Sep 13 2017 Stephen Gallagher - 1:8.5.0-2 -- Disable debug builds on aarch64 due to https://github.com/nodejs/node/issues/15395 - -* Tue Sep 12 2017 Stephen Gallagher - 1:8.5.0-1 -- Update to v8.5.0 -- https://nodejs.org/en/blog/release/v8.5.0/ - -* Thu Sep 07 2017 Zuzana Svetlikova - 1:8.4.0-2 -- Refactor openssl BR - -* Wed Aug 16 2017 Zuzana Svetlikova - 1:8.4.0-1 -- Update to v8.4.0 -- https://nodejs.org/en/blog/release/v8.4.0/ -- http2 is now supported, add bundled nghttp2 -- remove openssl 1.0.1 patches, we won't be using them in fedora - -* Thu Aug 10 2017 Zuzana Svetlikova - 1:8.3.0-1 -- Update to v8.3.0 -- https://nodejs.org/en/blog/release/v8.3.0/ -- update V8 to 6.0 -- update minimal gcc and g++ requirements to 4.9.4 +* Wed Sep 16 2020 Stephen Gallagher - 1:14.11.0-1 +- Update to 14.11.0 -* Wed Aug 09 2017 Tom Hughes - 1:8.2.1-2 -- Bump release to fix broken dependencies - -* Thu Aug 03 2017 Fedora Release Engineering - 1:8.2.1-1.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild +* Tue Sep 08 2020 Stephen Gallagher - 1:14.10.0-1 +- Update to 14.10.0 -* Wed Jul 26 2017 Fedora Release Engineering - 1:8.2.1-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild +* Fri Aug 21 2020 Jeff Law - 1:14.7.0-2 +- Narrow LTO opt-out to just armv7hl -* Fri Jul 21 2017 Stephen Gallagher - 1:8.2.1-1 -- Update to v8.2.1 -- https://nodejs.org/en/blog/release/v8.2.1/ +* Fri Jul 31 2020 Stephen Gallagher - 1:14.7.0-1 +- Update to 14.7.0 + +* Tue Jul 28 2020 Fedora Release Engineering - 1:14.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 07 2020 Stephen Gallagher - 1:14.5.0-1 +- Update to 14.5.0 + +* Tue Jul 07 2020 Stephen Gallagher - 1:14.4.0-3 +- Update for new packaging guidelines + +* Tue Jun 30 2020 Jeff Law - 1:14.4.0-2 +- Disable LTO -* Thu Jul 20 2017 Stephen Gallagher - 1:8.2.0-1 -- Update to v8.2.0 -- https://nodejs.org/en/blog/release/v8.2.0/ -- Update npm to 5.3.0 -- Adds npx command +* Wed Jun 03 2020 Zuzana Svetlikova - 1:14.4.0-1 +- Security update to 14.4.0 -* Tue Jul 18 2017 Igor Gnatenko - 1:8.1.4-3 -- s/BuildRequires/Requires/ for http-parser-devel%%{?_isa} +* Thu May 21 2020 Stephen Gallagher - 1:14.3.0-1 +- Update to 14.3.0 -* Mon Jul 17 2017 Zuzana Svetlikova - 1:8.1.4-2 -- Rename python-devel to python2-devel -- own %%{_pkgdocdir}/npm +* Wed May 06 2020 Stephen Gallagher - 1:14.2.0-1 +- Update to 14.2.0 -* Tue Jul 11 2017 Stephen Gallagher - 1:8.1.4-1 -- Update to v8.1.4 -- https://nodejs.org/en/blog/release/v8.1.4/ -- Drop upstreamed c-ares patch +* Wed Apr 29 2020 Stephen Gallagher - 1:14.1.0-1 +- Update to 14.1.0 -* Thu Jun 29 2017 Zuzana Svetlikova - 1:8.1.3-1 -- Update to v8.1.3 -- https://nodejs.org/en/blog/release/v8.1.3/ +* Fri Apr 24 2020 Zuzana Svetlikova - 1:14.0.0-2 +- Keep the fix scripts for Koji -* Wed Jun 28 2017 Zuzana Svetlikova - 1:8.1.2-1 -- Update to v8.1.2 -- remove GCC 7 patch, as it is now fixed in node >= 6.12 +* Thu Apr 23 2020 Zuzana Svetlikova - 1:14.0.0-1 +- Update to 14.0.0 +- v14.x should be python3 compatible, so commented out py sed scripts