Skip to Content.
Sympa Menu

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

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 (a1f064840fa5af427afec25dbe62df4da8dad0d5)
  • Date: Mon, 12 Jan 2026 17:19:40 +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/0021-bgo-966424-PR_GetEnv-non-unified-build-fix.patch |
40 ----------
4 files changed, 8 insertions(+), 43 deletions(-)

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

http/firefox: version 147.0, SECURITY_PATCH++

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index c4311cd..6cb8bea 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.118" &&
+local NSS_BRANCH="3.119" &&
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 d5b516c..401a93d 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=146.0.1
- SECURITY_PATCH=218
+ VERSION=147.0
+ SECURITY_PATCH=219
SOURCE="${SPELL}-${VERSION}.source.tar.xz"
# Watch: http://releases.mozilla.org/pub/firefox/releases/
/releases/([0-9.]+)/

SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}";
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index e0207d3..aa75c09 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2026-01-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 147.0, SECURITY_PATCH++
+ * DEPENDS: nss >= 3.119
+ * patches/*: updated
+
2025-12-28 Pavel Vinogradov <public AT sourcemage.org>
* patches/*, patches-for-musl/*: updated

diff --git
a/http/firefox/patches/0021-bgo-966424-PR_GetEnv-non-unified-build-fix.patch
b/http/firefox/patches/0021-bgo-966424-PR_GetEnv-non-unified-build-fix.patch
deleted file mode 100644
index e59d067..0000000
---
a/http/firefox/patches/0021-bgo-966424-PR_GetEnv-non-unified-build-fix.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/dom/canvas/WebGLStrongTypes.h
-+++ b/dom/canvas/WebGLStrongTypes.h
-@@ -7,6 +7,7 @@
- #define WEBGL_STRONG_TYPES_H_
-
- #include <algorithm>
-+#include <array>
-
- #include "GLDefs.h"
- #include "mozilla/Assertions.h"
---- a/intl/components/src/TimeZone.cpp
-+++ b/intl/components/src/TimeZone.cpp
-@@ -4,6 +4,7 @@
-
- #include "mozilla/intl/TimeZone.h"
-
-+#include "mozilla/Try.h"
- #include "mozilla/Vector.h"
-
- #include <algorithm>
---- a/toolkit/components/telemetry/pingsender/pingsender.h
-+++ b/toolkit/components/telemetry/pingsender/pingsender.h
-@@ -6,6 +6,7 @@
- #ifndef mozilla_telemetry_pingsender_h
- #define mozilla_telemetry_pingsender_h
-
-+#include <cstdint>
- #include <string>
-
- #ifdef DEBUG
---- a/widget/gtk/WakeLockListener.cpp
-+++ b/widget/gtk/WakeLockListener.cpp
-@@ -14,6 +14,7 @@
- #include "nsIStringBundle.h"
- #include "nsReadableUtils.h"
- #include "nsContentUtils.h"
-+#include "prenv.h"
-
- #ifdef MOZ_ENABLE_DBUS
- # include <gio/gio.h>


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (a1f064840fa5af427afec25dbe62df4da8dad0d5), Pavel Vinogradov, 01/12/2026

Archive powered by MHonArc 2.6.24.

Top of Page