Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #1126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: update dependencies #1126

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 20, 2024

Update Request | Renovate Bot

This PR contains the following updates:

Package Update Change
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git minor 6.12.0 -> 6.13.0
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git patch 6.12.13 -> 6.12.16
git://git.liburcu.org/userspace-rcu.git patch 0.15.0 -> 0.15.1
git://repo.or.cz/socat.git patch 1.8.0.2 -> 1.8.0.3
https://github.com/a13xp0p0v/kernel-hardening-checker.git digest 0c00f3f -> dd028a2
https://github.com/ipxe/ipxe.git digest 8e6b914 -> e7595fe
https://github.com/qemu/qemu.git patch 9.2.0 -> 9.2.1
https://gitlab.gnome.org/GNOME/glib.git patch 2.83.2 -> 2.83.4

Release Notes

qemu/qemu (https://github.com/qemu/qemu.git)

v9.2.1

Compare Source

GNOME/glib (https://gitlab.gnome.org/GNOME/glib.git)

v2.83.4

Compare Source

Overview of changes in GLib 2.83.4, 2025-02-20

  • Fix Python shebang paths so they work on Windows again (#​3331, work by
    Dan Yeaw and others)

  • Fix refcounting semantics of g_dbus_connection_register_object_with_closures()
    by adding a replacement API (#​3560, work by Philip Withnall)

  • Support static vfuncs in GIRepository (!4457, work by Philip Chimento)

  • Add support for QNX8.0 (!4466, work by Felix Xing)

  • Add a soft dependency on C11 — if your toolchain doesn’t support C11, you have
    six months to tell us before this becomes a hard dependency (!4473)

  • Port from net.hadess.PowerProfiles to org.freedesktop.UPower.PowerProfiles
    for GPowerProfileMonitorDBus (!4478, work by Marco Trevisan)

  • Bugs fixed:

    • #​3331 Windows build broken because of Python paths (Dan Yeaw)
    • #​3448 Use after free in GCancellableSource test (Marco Trevisan (Treviño))
    • #​3560 Fix refcounting semantics of
      g_dbus_connection_register_object_with_closures() (Philip Withnall)
    • #​3578 gkeyfile: Honor C in $LANGUAGE as gettext does (Gaël Bonithon)
    • #​3587 g_app_info_launch crashes on macos (Andre Miranda)
    • #​3592 GDBusConnection does not handle serial number overflow (Philip
      Withnall)
    • #​3595 Toolchain documentation should mention that GLib assumes functions can
      be called through wrongly-typed function pointers (Demi Obenour)
    • #​3612 cancellable unit test crashes in /cancellable-source/threaded-dispose
      (Marco Trevisan (Treviño))
    • #​3613 Potentially revert g_win32_com_clear() due to pulling in windows.h
    • !3255 Drop TypeNode reference counting
    • !4046 Add G_OPTION_FLAG_DEPRECATED
    • !4457 Support static vfuncs in GIRepository
    • !4461 docs: Update the release documentation for the new release workflow
    • !4464 gosxappinfo: Fix leak
    • !4466 Add support for QNX8.0
    • !4468 Registry backend fixes
    • !4471 glib.supp: Ignore once-per-thread leak from SysprofCollector
    • !4472 gkeyfile: Convert docs to gi-docgen linking syntax
    • !4473 build: Add a soft dependency on C11
    • !4475 docs: Fix invalid references and broken links
    • !4476 tests: Cleanup python tests and add tests for gi-compile-repository
      and gi-inspect-typelib
    • !4477 gcancellable: remove sketchy source ref/unref
    • !4478 gio/powerprofilemonitordbus: Use newer D-Bus API
    • !4479 docs: Make docs more markdown-ish
    • !4483 tests: Fix a memory leak if a callable-info test is skipped
    • !4486 meson: Fix typo in comment about python shebang
    • !4487 gio/gfilemonitor: Use atomic API to get / store cancelled state
    • !4488 gmain: Use atomic logic to handle internal GSource flags
    • !4490 gio/subprocess: Lock while writing on shared pid and status values
    • !4491 Update Brazilian Portuguese translation
    • !4492 gfilemonitor: Various cleanups and minor fixes to property handling
    • !4493 gdbus: Add g_clear_dbus_signal_subscription() inline convenience
      function
    • !4494 gio/subprocess: Initialize pid variable to 0
    • !4495 gio/gvolumemonitor: Suggest disconnecting signals
    • !4496 Update Polish translation for GNOME 48
    • !4497 tests: Fix a minor leak in a new GSubprocess test
    • !4498 gdatetime: Fix integer overflow when parsing very long ISO8601 inputs
  • Translation updates:

    • Polish (Piotr Drąg)
    • Portuguese (Brazil) (Rafael Fontenelle)

v2.83.3

Compare Source

Overview of changes in GLib 2.83.3, 2025-01-23

  • Fix build-time paths appearing in generated Gio-2.0.gir and
    GioUnix-2.0.gir files (#​3564, work by Simon McVittie)

  • Fix crash on macOS when opening links (#​3568, work by John Ralls)

  • Bugs fixed:

    • #​3558 Recent (inout) changes caused unintended side-effects with
      GWeakRef (Michael Catanzaro)
    • #​3561 Missing nullable annotation on parameter user_data and on the return
      value of GVfsFileLookupFunc callback (fbrouille)
    • #​3562 GBytes semantics of handling empty strings are inconsistent and
      confusing (Philip Withnall)
    • #​3563 Bad anchor link in g_signal_connect() documentation
    • #​3564 build-time paths to gio/gunixmounts.h, etc. end up in Gio-2.0.gir,
      GioUnix-2.0.gir (Simon McVittie)
    • #​3568 Links crash application on MacOS due to lack of machine-id file (John
      Ralls)
    • #​3569 Requirement of GUnixMountMonitor for a Valid Timestamp from
      unix_mount_at is not Suffeciently Documented (Philip Withnall)
    • #​3582 gmacros: _G_BOOLEAN_EXPR_IMPL is incompatible with c++ functions
      marked constexpr
    • !3885 [th/gdataset-index] add a lookup index (GHashTable) to GData
    • !4392 GWin32: Add g_win32_com_clear()
    • !4436 docs: Add --generate-md to the gdbus-codegen documentation
    • !4437 docs: Fix some backslash escaping issues in doc comments
    • !4440 gio, gobject: Improve reproducibility of enumtypes headers
    • !4441 gstrfuncs: Drop a redundant paragraph
    • !4442 Don't define test setups unless we're testing
    • !4443 build: Make the introspection feature yield
    • !4444 Fix pointer-to-paramref syntax in docs
    • !4446 gio: Fix a link to a specifications document
    • !4449 Add several assertions to help static analysis and fix some GIR
      annotations
    • !4450 Fix GCC version detection for GUINT*_SWAP_LE_BE
    • !4454 gioenums: Add deprecation for FLAGS_NONE
    • !4455 docs: Use gi-docgen syntax in main-loop.md
    • !4458 docs: Document more extension points
    • !4460 docs: Clarify that g_array_unref() works like g_ptr_array_unref().

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 842fc6d to 8d4374e Compare December 25, 2024 16:43
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 50a6505 to 1849c6b Compare January 3, 2025 13:23
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 811a764 to 92654c5 Compare January 10, 2025 15:39
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from f67d717 to 1bd20e2 Compare January 17, 2025 17:39
@renovate renovate bot force-pushed the renovate/dependencies branch 9 times, most recently from e020120 to a79c7e7 Compare January 27, 2025 14:34
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from faed9c7 to b16ee0a Compare February 4, 2025 23:34
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 45d73a5 to 16a45f8 Compare February 12, 2025 13:55
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 07f3301 to 2901ecd Compare February 14, 2025 13:47
@renovate renovate bot changed the title chore: update dependencies chore: update dependency git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git to v6.12.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch from 2901ecd to 4285c86 Compare February 14, 2025 18:41
@renovate renovate bot changed the title chore: update dependency git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git to v6.12.0 chore: update dependencies Feb 18, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 5c3e8ce to be1581c Compare February 21, 2025 17:39
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependencies branch from be1581c to 900da59 Compare February 23, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants