Skip to Content.
Sympa Menu

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

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 (88b3a2098db5da699d4bb0f7682d3834f7f6590c)
  • Date: Tue, 28 May 2024 17:39:11 +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-bmo-1892694-add-missing-include-on-wayland-only-builds.patch
| 32 ++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)

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

http/firefox: version 126.0.1

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index b7805bd..286a1e4 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,5 @@
SPELL=firefox
- VERSION=126.0
+ VERSION=126.0.1
SECURITY_PATCH=192
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 a74a35c..c52516e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2024-05-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 126.0.1
+ * patches/*: updated
+
2024-05-20 Pavel Vinogradov <public AT sourcemage.org>
*
patches/0001-Bug-1882209-Update-encoding_rs-to-0.8.34-to-deal-wit.patch:
added patch from Arch Linux to compile with recent rust
diff --git
a/http/firefox/patches/0026-bmo-1892694-add-missing-include-on-wayland-only-builds.patch

b/http/firefox/patches/0026-bmo-1892694-add-missing-include-on-wayland-only-builds.patch
new file mode 100644
index 0000000..ad4d8d2
--- /dev/null
+++
b/http/firefox/patches/0026-bmo-1892694-add-missing-include-on-wayland-only-builds.patch
@@ -0,0 +1,32 @@
+
+# HG changeset patch
+# User Cedric <manday AT openmail.cc>
+# Date 1714644119 0
+# Node ID 5de1e9b3489c5697213115447b0af7256b7f3ed6
+# Parent c90948ebbc9f465886d2e813bd5002056aa85d1d
+Bug 1892694 - gtk: Add a missing #include to unbreak the build with wayland
only r=emilio
+
+Differential Revision: https://phabricator.services.mozilla.com/D209215
+
+diff --git a/widget/gtk/WindowSurfaceProvider.cpp
b/widget/gtk/WindowSurfaceProvider.cpp
+--- a/widget/gtk/WindowSurfaceProvider.cpp
++++ b/widget/gtk/WindowSurfaceProvider.cpp
+@@ -7,16 +7,17 @@
+ #include "WindowSurfaceProvider.h"
+
+ #include "gfxPlatformGtk.h"
+ #include "GtkCompositorWidget.h"
+ #include "mozilla/gfx/Logging.h"
+ #include "mozilla/layers/LayersTypes.h"
+ #include "nsWindow.h"
+ #include "mozilla/ScopeExit.h"
++#include "WidgetUtilsGtk.h"
+
+ #ifdef MOZ_WAYLAND
+ # include "mozilla/StaticPrefs_widget.h"
+ # include "WindowSurfaceWaylandMultiBuffer.h"
+ #endif
+ #ifdef MOZ_X11
+ # include "mozilla/X11Util.h"
+ # include "WindowSurfaceX11Image.h"
+


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (88b3a2098db5da699d4bb0f7682d3834f7f6590c), Pavel Vinogradov, 05/28/2024

Archive powered by MHonArc 2.6.24.

Top of Page