Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4686301712c6151834202720675caaea128955f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4686301712c6151834202720675caaea128955f4)
  • Date: Sat, 7 Feb 2026 00:44:49 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/HISTORY | 3 +
http/firefox/patches/0023-bgo-969412-glibc-2.43.patch | 40
++++++++++++++++++
2 files changed, 43 insertions(+)

New commits:
commit 4686301712c6151834202720675caaea128955f4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: updated patches for 147.0.x

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c2fb9cd..2cf106e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2026-02-06 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/*, patches-for-musl/*: updated
+
2026-02-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 147.0.3

diff --git a/http/firefox/patches/0023-bgo-969412-glibc-2.43.patch
b/http/firefox/patches/0023-bgo-969412-glibc-2.43.patch
new file mode 100644
index 0000000..58b57cb
--- /dev/null
+++ b/http/firefox/patches/0023-bgo-969412-glibc-2.43.patch
@@ -0,0 +1,40 @@
+diff -up
firefox-146.0/third_party/rust/glslopt/glsl-optimizer/include/c11/threads_posix.h.build-c11-threads-avail

firefox-146.0/third_party/rust/glslopt/glsl-optimizer/include/c11/threads_posix.h
+---
firefox-146.0/third_party/rust/glslopt/glsl-optimizer/include/c11/threads_posix.h.build-c11-threads-avail
2025-12-05 18:43:20.000000000 +0100
++++
firefox-146.0/third_party/rust/glslopt/glsl-optimizer/include/c11/threads_posix.h
2025-12-11 13:30:50.463371937 +0100
+@@ -66,7 +66,7 @@ typedef pthread_cond_t cnd_t;
+ typedef pthread_t thrd_t;
+ typedef pthread_key_t tss_t;
+ typedef pthread_mutex_t mtx_t;
+-typedef pthread_once_t once_flag;
++//typedef pthread_once_t once_flag;
+
+
+ /*
+@@ -90,12 +90,13 @@ impl_thrd_routine(void *p)
+
+ /*--------------- 7.25.2 Initialization functions ---------------*/
+ // 7.25.2.1
+-static inline void
++//
++/*static inline void
+ call_once(once_flag *flag, void (*func)(void))
+ {
+ pthread_once(flag, func);
+ }
+-
++*/
+
+ /*------------- 7.25.3 Condition variable functions -------------*/
+ // 7.25.3.1
+diff -up
a/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h
b/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h
+--- a/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h
2025-12-09 13:42:31.378958842 +0100
++++ b/security/sandbox/chromium/sandbox/linux/system_headers/linux_seccomp.h
2025-12-09 13:42:37.886937626 +0100
+@@ -6,6 +6,7 @@
+ #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_
+
+ #include <stdint.h>
++#include <signal.h>
+ #include <sys/ioctl.h>
+
+ #include "build/build_config.h"
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4686301712c6151834202720675caaea128955f4), Pavel Vinogradov, 02/06/2026

Archive powered by MHonArc 2.6.24.

Top of Page