gjs: upgrade 1.72.2 -> 1.72.4

Changelog:
1.72.3:
- Fix for crash after build against libffi 3.4.2 ported from the development
  branch.

1.72.4:
- Various fixes ported from the development branch.

- Closed bugs and merge requests:
  * log_set_writer_func is not safe to use
  * Gnome-Shell 42 - crash after login (general protection fault)
  * Static methods on classes from GObject introspection are now present on JS
    classes that inherit from those classes.
  * Enabling window-list extension causes gnome-shell to crash when running
    "dconf update" as root
  * Possible errors in cairo enums
  * cairo.SVGSurface need finish() and flush() to finalize painting
  * Handle transfer-none string return value from vfunc implemented in JS
  * GJS freezes, program stops responding, error states Gtk4 EventController
    GestureClick returns incorrect state- Gdk.ModifierType on mouse button press
    in X11
  * gnome-shell crashes on exit in js::gc::Cell::storeBuffer
  * Memory leak with GError
  * GVariant return values leaked
  * GBytes's are leaked when passed as-is to a function
  * Transformed GValues are leaking temporary instances
  * GHash value infos are leaked
  * "flat" arrays of GObject's are leaked
  * Gjs console leaks invalid option errors

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-01-25 08:40:03 +01:00
parent ccb734ae47
commit 2d4f0e11a8
@@ -8,7 +8,7 @@ DEPENDS = "mozjs-91 cairo"
inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig
SRC_URI[archive.sha256sum] = "ddee379bdc5a7d303a5d894be2b281beb8ac54508604e7d3f20781a869da3977"
SRC_URI[archive.sha256sum] = "47a2339461f15b4eda244544e525c6ed91a76fd17e4cadc0396c476e12981979"
SRC_URI += " \
file://0001-Support-cross-builds-a-bit-better.patch \
file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \