Skip to Content.
Sympa Menu

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

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 (48ff02e380010f354fe0f2229e3585dd421e6df4)
  • Date: Tue, 28 Apr 2026 01:11:51 +0000

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

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

http/firefox/patches/0026-ignore-Wincompatible-pointer-types-with-gcc-when-building-ffmpeg.patch
| 20 ++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)

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

http/firefox: version 150.0.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 8879ba9..3d200ce 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=150.0
+ VERSION=150.0.1
SECURITY_PATCH=224
SOURCE="${SPELL}-${VERSION}.source.tar.xz"
# Watch: http://releases.mozilla.org/pub/firefox/releases/
/releases/([0-9.]+)/
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c8c6d2f..2c53547 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2026-04-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 150.0.1
+ * patches/*, patches-for-musl/*: updated
+
2026-04-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 150.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.122
diff --git
a/http/firefox/patches/0026-ignore-Wincompatible-pointer-types-with-gcc-when-building-ffmpeg.patch

b/http/firefox/patches/0026-ignore-Wincompatible-pointer-types-with-gcc-when-building-ffmpeg.patch
new file mode 100644
index 0000000..5454760
--- /dev/null
+++
b/http/firefox/patches/0026-ignore-Wincompatible-pointer-types-with-gcc-when-building-ffmpeg.patch
@@ -0,0 +1,20 @@
+# Shuffle -Wno-incompatible-pointer-types from clang-only to match with gcc
as well.
+#
+# <+sam_> I'd expect that to fail with clang too, but I think only with >=22
(https://github.com/llvm/llvm-project/issues/74605)
+
+diff '--color=auto' -Naur a/media/ffvpx/ffvpxcommon.mozbuild
b/media/ffvpx/ffvpxcommon.mozbuild
+--- a/media/ffvpx/ffvpxcommon.mozbuild 2026-04-20 19:12:06.303537185 +0300
++++ b/media/ffvpx/ffvpxcommon.mozbuild 2026-04-20 19:13:00.046200239 +0300
+@@ -35,11 +35,11 @@
+ '-Wno-unused-function',
+ # XXX This does not seem to have any effect on some versions of GCC.
+ '-Wno-deprecated-declarations',
++ '-Wno-incompatible-pointer-types',
+ ]
+ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'):
+ CFLAGS += [
+ '-Wno-absolute-value',
+- '-Wno-incompatible-pointer-types',
+ '-Wno-string-conversion',
+ '-Wno-visibility',
+ ]


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (48ff02e380010f354fe0f2229e3585dd421e6df4), Pavel Vinogradov, 04/27/2026

Archive powered by MHonArc 2.6.24.

Top of Page