Skip to Content.
Sympa Menu

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

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 (fca68f8c1840112ab36026c3ef7f6b63a867979b)
  • Date: Mon, 17 Aug 2026 17:31:32 +0000

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

http/firefox/DEPENDS
| 2
http/firefox/DETAILS
| 4 -
http/firefox/HISTORY
| 5 ++

http/firefox/patches/0017-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
| 23 ----------
4 files changed, 8 insertions(+), 26 deletions(-)

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

http/firefox: version 154.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 6f1f858..5ef0797 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -51,7 +51,7 @@ depends libwebp "--with-system-webp"
&&

depends nspr "--with-system-nspr" &&

-local NSS_BRANCH="3.125" &&
+local NSS_BRANCH="3.126" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}" nss "--with-system-nss"
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index c35359c..68fa32a 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=153.0.4
- SECURITY_PATCH=229
+ VERSION=154.0
+ SECURITY_PATCH=230
SOURCE="${SPELL}-${VERSION}.source.tar.xz"

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
SOURCE2="${SOURCE}.asc"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 97d5dbf..6c8f73d 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2026-08-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 154.0, SECURITY_PATCH++
+ * DEPENDS: nss >= 3.126
+ * patches/*, patches-for-musl/*: updated
+
2026-08-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 153.0.4

diff --git
a/http/firefox/patches/0017-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch

b/http/firefox/patches/0017-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
deleted file mode 100644
index 74220e2..0000000
---
a/http/firefox/patches/0017-bgo-910309-dont-link-widevineplugin-to-libgcc_s.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff '--color=auto' -Naur a/security/sandbox/linux/Sandbox.cpp
b/security/sandbox/linux/Sandbox.cpp
---- a/security/sandbox/linux/Sandbox.cpp 2025-12-08 16:42:41.692767283
+0200
-+++ b/security/sandbox/linux/Sandbox.cpp 2025-12-08 17:08:51.260959576
+0200
-@@ -18,9 +18,7 @@
- #include "SandboxLogging.h"
-
- #include <dirent.h>
--#ifdef NIGHTLY_BUILD
--# include "dlfcn.h"
--#endif
-+#include <dlfcn.h>
- #include <errno.h>
- #include <fcntl.h>
- #include <linux/futex.h>
-@@ -776,7 +774,7 @@
- files->Add("/proc/stat", SandboxOpenedFile::Error{});
- files->Add("/proc/net/unix", SandboxOpenedFile::Error{});
- files->Add("/proc/self/maps", SandboxOpenedFile::Error{});
--
-+ (void)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 (fca68f8c1840112ab36026c3ef7f6b63a867979b), Pavel Vinogradov, 08/17/2026

Archive powered by MHonArc 2.6.24.

Top of Page