diff --git a/SOURCES/RHEL-114058.patch b/SOURCES/RHEL-114059.patch similarity index 97% rename from SOURCES/RHEL-114058.patch rename to SOURCES/RHEL-114059.patch index 74ab271..fa7c094 100644 --- a/SOURCES/RHEL-114058.patch +++ b/SOURCES/RHEL-114059.patch @@ -1,4 +1,4 @@ -From d4bbbb4e89ad5190eeaa38c7b7371aa3bce0fa0c Mon Sep 17 00:00:00 2001 +From 95f006a2d14fcc41c0b1823d07e2b8b871195548 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 3 Feb 2025 18:27:21 +0000 Subject: [PATCH] gdbusconnection: Prevent sending a serial of zero on overflow diff --git a/SPECS/glib2.spec b/SPECS/glib2.spec index 961c88a..3807196 100644 --- a/SPECS/glib2.spec +++ b/SPECS/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.4 -Release: 16%{?dist}.3 +Release: 18%{?dist} Summary: A library of handy utility functions License: LGPLv2+ @@ -66,14 +66,13 @@ Patch: 4155.patch # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4281 Patch: CVE-2024-52533.patch -# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/680 # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4588 # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4592 Patch: CVE-2025-4373.patch # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4356 Patch: gdatetime-test.patch -Patch: RHEL-114058.patch +Patch: RHEL-114059.patch BuildRequires: chrpath BuildRequires: gcc @@ -290,15 +289,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/installed-tests %changelog -* Mon Sep 29 2025 RHEL Packaging Agent - 2.68.4-16.3 +* Wed Sep 17 2025 RHEL Packaging Agent - 2.68.4-18 - gdbusconnection: Prevent sending a serial of zero on overflow -- Resolves: RHEL-114058 +- Resolves: RHEL-114059 -* Fri Jul 11 2025 Michael Catanzaro - 2.68.4-16.2 +* Fri Jul 11 2025 Michael Catanzaro - 2.68.4-17 - Add patches for CVE-2024-52533 and CVE-2025-4373 - Update GDateTime test for new tzdata -- Resolves: RHEL-94290 -- Resolves: RHEL-102845 +- Resolves: RHEL-94483 +- Resolves: RHEL-102844 * Thu Sep 26 2024 Ondrej Holy - 2.68.4-16 - Add support for x-gvfs-trash mount option