public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Update to 2.80.1
@ 2026-08-11 10:38 Michael Catanzaro
0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 2026-08-11 10:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 8e23d02e4df42b2423160823aa8ef404b40e26a8
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date : 2024-05-07T14:51:05-05:00
Stats : +45/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/8e23d02e4df42b2423160823aa8ef404b40e26a8?branch=cve-2026-58016-f44
Log:
Update to 2.80.1
Notably, this fixes CVE-2024-34397.
---
diff --git a/glib2.spec b/glib2.spec
index 8dd53e4..a9ae8a5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,5 +1,5 @@
Name: glib2
-Version: 2.80.0
+Version: 2.80.1
Release: %autorelease
Summary: A library of handy utility functions
@@ -12,6 +12,9 @@ Source: https://download.gnome.org/sources/glib/2.80/glib-%{version}.tar
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903
Patch: gnutls-hmac.patch
+# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4049
+Patch: gvariant-spec-installation.patch
+
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -250,7 +253,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/systemtap/
%files doc
+%{_datadir}/doc/gio-2.0/
+%{_datadir}/doc/gio-unix-2.0/
+%{_datadir}/doc/girepository-2.0/
%{_datadir}/doc/glib-2.0/
+%{_datadir}/doc/glib-unix-2.0/
+%{_datadir}/doc/gmodule-2.0/
+%{_datadir}/doc/gobject-2.0/
%files static
%{_libdir}/libgio-2.0.a
diff --git a/gvariant-spec-installation.patch b/gvariant-spec-installation.patch
new file mode 100644
index 0000000..96d4318
--- /dev/null
+++ b/gvariant-spec-installation.patch
@@ -0,0 +1,34 @@
+From cd45ba8638479d95dae43df018ec0ee81803ba63 Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro <mcatanzaro@redhat.com>
+Date: Tue, 7 May 2024 14:19:54 -0500
+Subject: [PATCH] Correct installation directory of GVariant specification
+
+548ec9f186d373c4e55528a04d78450f6f2fceef accidentally moved the GVariant
+spec to the toplevel /usr/share/doc directory, which is surely not
+right. Let's move it back into the glib-2.0 subdirectory.
+
+It's debatable whether this is the best place to install the GVariant
+specification, since it's not part of the gi-docgen docs, but surely
+it's much better than not putting it in any subdirectory.
+
+Fixes #3351
+---
+ docs/reference/glib/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/reference/glib/meson.build b/docs/reference/glib/meson.build
+index e5e6726e26..47c5ecf3a8 100644
+--- a/docs/reference/glib/meson.build
++++ b/docs/reference/glib/meson.build
+@@ -23,7 +23,7 @@ if get_option('documentation')
+ rst2html5 = find_program('rst2html5', 'rst2html5.py', required: false)
+
+ if rst2html5.found()
+- spec_path = docs_dir
++ spec_path = docs_dir / 'glib-2.0'
+
+ figures = files(
+ 'gvariant-byte-boundaries.svg',
+--
+GitLab
+
diff --git a/sources b/sources
index 4129b3a..89fba75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-2.80.0.tar.xz) = 1514d62aeb4c4a1a1048ae0f84f7db7f0dbf355772b2dadf6a34ec547045b163a5e28331b096e7616fe3c9c19bed98025a0202b05073f5d7ee901d0efaffe143
+SHA512 (glib-2.80.1.tar.xz) = 1bdb8ab4002ad77c37cc9f86dbd0e80eba1d8c43830cd69ec289dae6b85b8b7d8bd783cbfdfe129334f75f28f6ffadbf9564234746b53db6c881f2a8684de9c2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:38 [rpms/glib2] cve-2026-58016-f44: Update to 2.80.1 Michael Catanzaro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox