public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mark Wielaard <mjw@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Add systemtap static probe support.
Date: Tue, 11 Aug 2026 10:34:33 GMT	[thread overview]
Message-ID: <178644447344.1.121329800044973908.rpms-glib2-064a5ee8fd82@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 064a5ee8fd82e3cff4e0656326d8cd512e7ab7ec
Author : Mark Wielaard <mjw@redhat.com>
Date   : 2010-08-09T12:09:15-04:00
Stats  : +9/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/064a5ee8fd82e3cff4e0656326d8cd512e7ab7ec?branch=cve-2026-58016-f44

Log:
Add systemtap static probe support.

---
diff --git a/glib2.spec b/glib2.spec
index 89fd000..651bcfb 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.25.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -20,6 +20,8 @@ BuildRequires: libselinux-devel
 # for sys/inotify.h
 BuildRequires: glibc-devel
 BuildRequires: zlib-devel
+# for sys/sdt.h
+BuildRequires: systemtap-sdt-devel
 # Bootstrap build requirements
 BuildRequires: automake autoconf libtool
 BuildRequires: gtk-doc
@@ -58,6 +60,7 @@ The glib2-static package includes static libraries of the GLib library.
 # Support builds of both git snapshots and tarballs packed with autogoo
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
+	   --enable-systemtap \
  	   --enable-static \
 	   --with-runtime-libdir=../../%{_lib})
 
@@ -151,6 +154,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %doc %{_mandir}/man1/gtester.1.gz
 %{_datadir}/gdb/auto-load%{libdir}/libglib-2.0.so.*-gdb.py*
 %{_datadir}/gdb/auto-load%{libdir}/libgobject-2.0.so.*-gdb.py*
+%{_datadir}/systemtap/tapset/*.stp
 
 
 %files static
@@ -158,6 +162,10 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 %{_libdir}/lib*.a
 
 %changelog
+* Mon Aug  9 2010 Colin Walters <walters@verbum.org> - 2.25.13-2
+- Add patch from mjw to enable systemtap
+  For background, see: https://bugzilla.gnome.org/show_bug.cgi?id=606044
+
 * Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.13-1
 - Update to 2.25.13
 

                 reply	other threads:[~2026-08-11 10:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178644447344.1.121329800044973908.rpms-glib2-064a5ee8fd82@fedoraproject.org \
    --to=mjw@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox