Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cb79562fa412cf94a5325c17cd46882fc7646f08)
  • Date: Tue, 18 Jul 2023 01:15:42 +0000

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

http/firefox/HISTORY
| 3 +

http/firefox/patches/0033-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
| 19 ++++++++++
2 files changed, 22 insertions(+)

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

http/firefox: updated patches for 115.0.x

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1f4a551..6b1339c 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2023-07-17 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/*: updated
+
2023-07-15 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: nss-3.91 instead of 3.90, which crashes
with illegal instruction on older Intel CPUs
diff --git
a/http/firefox/patches/0033-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch

b/http/firefox/patches/0033-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
new file mode 100644
index 0000000..1e6398c
--- /dev/null
+++
b/http/firefox/patches/0033-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
@@ -0,0 +1,19 @@
+--- a/security/sandbox/linux/Sandbox.cpp 2023-07-10 20:29:48.000000000 +0100
++++ b/security/sandbox/linux/Sandbox.cpp 2023-07-15 09:13:43.561724668
+0100
+@@ -18,6 +18,8 @@
+ #include <dirent.h>
+ #ifdef NIGHTLY_BUILD
+ # include "dlfcn.h"
++#else
++# include <dlfcn.h>
+ #endif
+ #include <errno.h>
+ #include <fcntl.h>
+@@ -685,7 +687,7 @@
+ files->Add("/proc/stat", SandboxOpenedFile::Error{});
+ files->Add("/proc/net/unix", SandboxOpenedFile::Error{});
+ files->Add("/proc/self/maps", SandboxOpenedFile::Error{});
+-
++ Unused << dlopen("libgcc_s.so.1", RTLD_GLOBAL|RTLD_LAZY);
+ // Finally, start the sandbox.
+ SetCurrentProcessSandbox(GetMediaSandboxPolicy(files));



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cb79562fa412cf94a5325c17cd46882fc7646f08), Pavel Vinogradov, 07/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page