Update to version 22.8.0
This commit is contained in:
parent
b39d3c3c76
commit
03812ccd22
@ -1,4 +1,4 @@
|
|||||||
From bd5d655f62b97e6f2f7c8cc9c356c070e334e94e Mon Sep 17 00:00:00 2001
|
From f2b1edf30f86834746dc96133af05d51da8d243d Mon Sep 17 00:00:00 2001
|
||||||
From: Stephen Gallagher <sgallagh@redhat.com>
|
From: Stephen Gallagher <sgallagh@redhat.com>
|
||||||
Date: Fri, 17 Apr 2020 12:59:44 +0200
|
Date: Fri, 17 Apr 2020 12:59:44 +0200
|
||||||
Subject: [PATCH] Remove unused OpenSSL config
|
Subject: [PATCH] Remove unused OpenSSL config
|
||||||
@ -14,10 +14,10 @@ Signed-off-by: rpm-build <rpm-build>
|
|||||||
1 file changed, 17 deletions(-)
|
1 file changed, 17 deletions(-)
|
||||||
|
|
||||||
diff --git a/node.gyp b/node.gyp
|
diff --git a/node.gyp b/node.gyp
|
||||||
index 46baef1..4d4f115 100644
|
index a2ba04a..68f5c73 100644
|
||||||
--- a/node.gyp
|
--- a/node.gyp
|
||||||
+++ b/node.gyp
|
+++ b/node.gyp
|
||||||
@@ -815,23 +815,6 @@
|
@@ -824,23 +824,6 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From 91d202ada59da7578163fa4d7795aded209b2acc Mon Sep 17 00:00:00 2001
|
From 3157abef6205083a04523e0fd3b5d412805918bb Mon Sep 17 00:00:00 2001
|
||||||
From: rpm-build <rpm-build>
|
From: rpm-build <rpm-build>
|
||||||
Date: Mon, 19 Aug 2024 13:03:51 +0200
|
Date: Mon, 19 Aug 2024 13:03:51 +0200
|
||||||
Subject: [PATCH] deps(ncrypto): include missing headers
|
Subject: [PATCH] deps(ncrypto): include missing headers
|
||||||
@ -9,17 +9,17 @@ Signed-off-by: rpm-build <rpm-build>
|
|||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/deps/ncrypto/ncrypto.cc b/deps/ncrypto/ncrypto.cc
|
diff --git a/deps/ncrypto/ncrypto.cc b/deps/ncrypto/ncrypto.cc
|
||||||
index b3e6a57..bb8b5c0 100644
|
index 2a02ae7..1b783cf 100644
|
||||||
--- a/deps/ncrypto/ncrypto.cc
|
--- a/deps/ncrypto/ncrypto.cc
|
||||||
+++ b/deps/ncrypto/ncrypto.cc
|
+++ b/deps/ncrypto/ncrypto.cc
|
||||||
@@ -2,6 +2,7 @@
|
@@ -5,6 +5,7 @@
|
||||||
#include <algorithm>
|
#include <openssl/bn.h>
|
||||||
#include <cstring>
|
#include <openssl/evp.h>
|
||||||
#include "openssl/bn.h"
|
#include <openssl/pkcs12.h>
|
||||||
+#include "openssl/rand.h"
|
+#include <openssl/rand.h>
|
||||||
|
#include <openssl/x509v3.h>
|
||||||
#if OPENSSL_VERSION_MAJOR >= 3
|
#if OPENSSL_VERSION_MAJOR >= 3
|
||||||
#include "openssl/provider.h"
|
#include <openssl/provider.h>
|
||||||
#endif
|
|
||||||
--
|
--
|
||||||
2.46.0
|
2.46.0
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
# than a Fedora release lifecycle.
|
# than a Fedora release lifecycle.
|
||||||
%global nodejs_epoch 1
|
%global nodejs_epoch 1
|
||||||
%global nodejs_major 22
|
%global nodejs_major 22
|
||||||
%global nodejs_minor 6
|
%global nodejs_minor 8
|
||||||
%global nodejs_patch 0
|
%global nodejs_patch 0
|
||||||
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
||||||
%global nodejs_soversion 127
|
%global nodejs_soversion 127
|
||||||
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
# c-ares - from deps/cares/include/ares_version.h
|
# c-ares - from deps/cares/include/ares_version.h
|
||||||
# https://github.com/nodejs/node/pull/9332
|
# https://github.com/nodejs/node/pull/9332
|
||||||
%global c_ares_version 1.32.3
|
%global c_ares_version 1.33.1
|
||||||
|
|
||||||
# llhttp - from deps/llhttp/include/llhttp.h
|
# llhttp - from deps/llhttp/include/llhttp.h
|
||||||
%global llhttp_version 9.2.1
|
%global llhttp_version 9.2.1
|
||||||
@ -87,7 +87,7 @@
|
|||||||
%global libuv_version 1.48.0
|
%global libuv_version 1.48.0
|
||||||
|
|
||||||
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||||
%global nghttp2_version 1.62.1
|
%global nghttp2_version 1.63.0
|
||||||
|
|
||||||
# nghttp3 - from deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
# nghttp3 - from deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
||||||
%global nghttp3_version 0.7.0
|
%global nghttp3_version 0.7.0
|
||||||
@ -105,7 +105,7 @@
|
|||||||
# " this line just fixes syntax highlighting for vim that is confused by the above and continues literal
|
# " this line just fixes syntax highlighting for vim that is confused by the above and continues literal
|
||||||
|
|
||||||
# simdutf from deps/simdutf/simdutf.h
|
# simdutf from deps/simdutf/simdutf.h
|
||||||
%global simdutf_version 5.3.0
|
%global simdutf_version 5.3.4
|
||||||
|
|
||||||
# OpenSSL minimum version
|
# OpenSSL minimum version
|
||||||
%global openssl11_minimum 1:1.1.1
|
%global openssl11_minimum 1:1.1.1
|
||||||
@ -340,7 +340,7 @@ Requires: nodejs-cjs-module-lexer
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with bundled_undici}
|
%if %{with bundled_undici}
|
||||||
Provides: bundled(nodejs-undici) = 6.19.2
|
Provides: bundled(nodejs-undici) = 6.19.8
|
||||||
%else
|
%else
|
||||||
BuildRequires: nodejs-undici
|
BuildRequires: nodejs-undici
|
||||||
Requires: nodejs-undici
|
Requires: nodejs-undici
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (node-v22.6.0-stripped.tar.gz) = df0d1f2912b0014e14e82d81708af7694adfbf12a5fcf8cd1b07508edaa2b2ab35ec69267d51b2b02d012795975e5eafe5b66ecde8fe9f50b62c86edb3ea3d9d
|
SHA512 (node-v22.8.0-stripped.tar.gz) = 961565a74f66477b2f9a3d55ab891c8ba8cafd4950eccb1b4ec3f597fbdbf32a3a9152bcb2a674978fc47ab6ecca29a40c2aa036e8aa3ddabea266864e6604c3
|
||||||
SHA512 (icu4c-75_1-data-bin-b.zip) = ffec0355c5e0bd210aa7da6e91845979a5f5d893c7703dba4afccfbc80613b728689fbe91d0327542faaae718940f7eb0f842b3cc7c57dddeb22b15c5f79ba2a
|
SHA512 (icu4c-75_1-data-bin-b.zip) = ffec0355c5e0bd210aa7da6e91845979a5f5d893c7703dba4afccfbc80613b728689fbe91d0327542faaae718940f7eb0f842b3cc7c57dddeb22b15c5f79ba2a
|
||||||
SHA512 (icu4c-75_1-data-bin-l.zip) = b4dbc0986c241e43d66a90c6cf723dd8fd66281416d7d28010c952a895e8f166d980f918754b191a1e2ab468484b7d2ba2d4f6308880ef7f8bc2eecbc94844b9
|
SHA512 (icu4c-75_1-data-bin-l.zip) = b4dbc0986c241e43d66a90c6cf723dd8fd66281416d7d28010c952a895e8f166d980f918754b191a1e2ab468484b7d2ba2d4f6308880ef7f8bc2eecbc94844b9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user