public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Disable LTO
@ 2026-08-11 10:37 Jeff Law
0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2026-08-11 10:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 06a3cf31cdff4a2f86cda878e300d12ee037cffc
Author : Jeff Law <law@redhat.com>
Date : 2020-06-30T14:05:05-06:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/06a3cf31cdff4a2f86cda878e300d12ee037cffc?branch=cve-2026-58016-f44
Log:
Disable LTO
---
diff --git a/glib2.spec b/glib2.spec
index 7168b8b..48e4309 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,6 +1,6 @@
Name: glib2
Version: 2.65.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A library of handy utility functions
License: LGPLv2+
@@ -85,6 +85,10 @@ the functionality of the installed glib2 package.
%autosetup -n glib-%{version} -p1
%build
+# This package has static probes which do not work with LTO
+# Disable LTO
+%define _lto_cflags %{nil}
+
# Bug 1324770: Also explicitly remove PCRE sources since we use --with-pcre=system
rm glib/pcre/*.[ch]
%meson \
@@ -217,6 +221,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2.65.0-3
+Disable LTO
+
* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-2
- Update gio-2.0.pc with correct gio-querymodules name when renaming it
(#1849441)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:37 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:37 [rpms/glib2] cve-2026-58016-f44: Disable LTO Jeff Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox