From f3ec50a3e86ff3a04369149802fe857022e1a744140657139cbd347a4de2f562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 5 Sep 2023 14:03:21 +0000 Subject: [PATCH] Accepting request 1108903 from home:iznogood:branches:GNOME:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 2.76.5: + Bugs fixed: - Possible SEGV (null pointer deref) in distribute_method_call(). - Possible SEGV (null pointer deref) in _g_resource_file_new(). - Backport !3529 “gmenuexporter: synchronization in org_gtk_Menus_get_interface.” to glib-2-76. - Backport !3547 “glib/gfileutils.c: use 64 bits for value in get_tmp_file()” to glib-2-76. - Backport !3554 “gresourcefile: Fix crash if called with a badly escaped URI” to glib-2-76. - Backport !3555 “gkeyfile: Fix overwriting of GError” to glib-2-76. - Backport !3539 “gdbusmessage: Validate required headers have the right type” to glib-2-76. OBS-URL: https://build.opensuse.org/request/show/1108903 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=519 --- glib-2.76.4.tar.xz | 3 --- glib-2.76.5.tar.xz | 3 +++ glib2.changes | 19 +++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 glib-2.76.4.tar.xz create mode 100644 glib-2.76.5.tar.xz diff --git a/glib-2.76.4.tar.xz b/glib-2.76.4.tar.xz deleted file mode 100644 index f4b305c..0000000 --- a/glib-2.76.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a5a191c96836e166a7771f7ea6ca2b0069c603c7da3cba1cd38d1694a395dda -size 5274356 diff --git a/glib-2.76.5.tar.xz b/glib-2.76.5.tar.xz new file mode 100644 index 0000000..971c9ad --- /dev/null +++ b/glib-2.76.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3a9953a90b20da8e5578a79f7d1c8a532eacbe2adac82aa3881208db8a3abe +size 5278804 diff --git a/glib2.changes b/glib2.changes index 0925b6f..5a2bafc 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 4 14:23:48 UTC 2023 - Bjørn Lie + +- Update to version 2.76.5: + + Bugs fixed: + - Possible SEGV (null pointer deref) in + distribute_method_call(). + - Possible SEGV (null pointer deref) in _g_resource_file_new(). + - Backport !3529 “gmenuexporter: synchronization in + org_gtk_Menus_get_interface.” to glib-2-76. + - Backport !3547 “glib/gfileutils.c: use 64 bits for value in + get_tmp_file()” to glib-2-76. + - Backport !3554 “gresourcefile: Fix crash if called with a + badly escaped URI” to glib-2-76. + - Backport !3555 “gkeyfile: Fix overwriting of GError” to + glib-2-76. + - Backport !3539 “gdbusmessage: Validate required headers have + the right type” to glib-2-76. + ------------------------------------------------------------------- Thu Jul 6 16:01:21 UTC 2023 - Bjørn Lie diff --git a/glib2.spec b/glib2.spec index 21d5b50..6538208 100644 --- a/glib2.spec +++ b/glib2.spec @@ -30,7 +30,7 @@ %define libgthread libgthread-%{libver} %bcond_without systemtap Name: glib2%{psuffix} -Version: 2.76.4 +Version: 2.76.5 Release: 0 Summary: General-Purpose Utility Library License: LGPL-2.1-or-later