diff --git a/nodejs-electron.changes b/nodejs-electron.changes index 92d1f57..f2cf23a 100644 --- a/nodejs-electron.changes +++ b/nodejs-electron.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 23 18:39:58 UTC 2026 - Bruno Pitrus + +- Add quiche-quiche_buffer_allocator-missing-memcpy.patch to fix ftbfs + ------------------------------------------------------------------- Mon Dec 1 11:50:09 UTC 2025 - Bruno Pitrus diff --git a/nodejs-electron.spec b/nodejs-electron.spec index e137b2a..67cb686 100644 --- a/nodejs-electron.spec +++ b/nodejs-electron.spec @@ -388,6 +388,7 @@ Patch3224: swiftshader-llvm21.patch Patch3225: webrtc-pipewire_session-missing-spa_pod_object_find_prop.patch Patch3226: linux_seccomp-SYS_SECCOMP.patch Patch3227: text_break_iterator-icu78-breakAllLineBreakClassTable-should-be-consistent.patch +Patch3228: quiche-quiche_buffer_allocator-missing-memcpy.patch # Patches to re-enable upstream force disabled features. # There's no sense in submitting them but they may be reused as-is by other packagers. diff --git a/quiche-quiche_buffer_allocator-missing-memcpy.patch b/quiche-quiche_buffer_allocator-missing-memcpy.patch new file mode 100644 index 0000000..6ec6114 --- /dev/null +++ b/quiche-quiche_buffer_allocator-missing-memcpy.patch @@ -0,0 +1,10 @@ +--- src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h.orig 2025-11-25 20:19:53.825758876 +0100 ++++ src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h 2026-01-23 17:39:59.021830593 +0100 +@@ -6,6 +6,7 @@ + #define QUICHE_COMMON_QUICHE_BUFFER_ALLOCATOR_H_ + + #include ++#include + + #include +