summaryrefslogtreecommitdiff
path: root/user/thunderbird/fix-seccomp-bpf.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-08-16 17:49:32 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-24 22:58:47 -0600
commit0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2 (patch)
tree377284d074f8cea1662583875d03b548f8e5d5de /user/thunderbird/fix-seccomp-bpf.patch
parent1a7b7d68a2413c63cf01088c2c18b773c747efb7 (diff)
downloadpackages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.gz
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.bz2
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.tar.xz
packages-0f8c40ac77d1bc7ad0ba861f771bdd1207148ca2.zip
user/thunderbird: Update to 128.4.0esr
Bring in the same patches as Firefox.
Diffstat (limited to 'user/thunderbird/fix-seccomp-bpf.patch')
-rw-r--r--user/thunderbird/fix-seccomp-bpf.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/thunderbird/fix-seccomp-bpf.patch b/user/thunderbird/fix-seccomp-bpf.patch
index 47cde56c7..08068b5f5 100644
--- a/user/thunderbird/fix-seccomp-bpf.patch
+++ b/user/thunderbird/fix-seccomp-bpf.patch
@@ -1,8 +1,8 @@
--- a/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc.orig 2015-09-23 09:10:08.812740571 +0200
+++ b/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc 2015-09-23 09:11:38.404746155 +0200
-@@ -23,6 +23,11 @@
- #include "sandbox/linux/services/android_ucontext.h"
- #endif
+@@ -25,6 +25,11 @@
+ #include "sandbox/linux/system_headers/linux_seccomp.h"
+ #include "sandbox/linux/system_headers/linux_signal.h"
+// musl libc defines siginfo_t __si_fields instead of _sifields
+#if defined(OS_LINUX) && !defined(__GLIBC__)