|
|
@ -35,7 +35,7 @@
|
|
|
|
# This is used by both the nodejs package and the npm subpackage that
|
|
|
|
# This is used by both the nodejs package and the npm subpackage that
|
|
|
|
# has a separate version - the name is special so that rpmdev-bumpspec
|
|
|
|
# has a separate version - the name is special so that rpmdev-bumpspec
|
|
|
|
# will bump this rather than adding .1 to the end.
|
|
|
|
# will bump this rather than adding .1 to the end.
|
|
|
|
%global baserelease 2
|
|
|
|
%global baserelease 3
|
|
|
|
|
|
|
|
|
|
|
|
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
|
|
|
|
|
|
@ -84,7 +84,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
|
|
|
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
|
|
|
%global nghttp2_major 1
|
|
|
|
%global nghttp2_major 1
|
|
|
|
%global nghttp2_minor 47
|
|
|
|
%global nghttp2_minor 57
|
|
|
|
%global nghttp2_patch 0
|
|
|
|
%global nghttp2_patch 0
|
|
|
|
%global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch}
|
|
|
|
%global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch}
|
|
|
|
|
|
|
|
|
|
|
@ -203,6 +203,7 @@ Source112: https://github.com/WebAssembly/wasi-sdk/archive/wasi-sdk-14/wasi-sdk-
|
|
|
|
|
|
|
|
|
|
|
|
# Disable running gyp on bundled deps we don't use
|
|
|
|
# Disable running gyp on bundled deps we don't use
|
|
|
|
Patch1: 0001-Disable-running-gyp-on-shared-deps.patch
|
|
|
|
Patch1: 0001-Disable-running-gyp-on-shared-deps.patch
|
|
|
|
|
|
|
|
Patch3: 0003-deps-nghttp2-update-to-1.57.0.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
@ -721,9 +722,12 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:16.20.2-2
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:16.20.2-3
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 12 2023 Jan Staněk <jstanek@redhat.com> - 1:16.20.2-3
|
|
|
|
|
|
|
|
- Update bundled nghttp2 to 1.57.0 (CVE-2023-44487)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 06 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 1:16.20.2-2
|
|
|
|
* Wed Sep 06 2023 Masahiro Matsuya <mmatsuya@redhat.com> - 1:16.20.2-2
|
|
|
|
- Bump Release. Need to rebuild with the updated nodejs-packaging
|
|
|
|
- Bump Release. Need to rebuild with the updated nodejs-packaging
|
|
|
|
Resolves: rhbz#2237394
|
|
|
|
Resolves: rhbz#2237394
|
|
|
|