public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: forgotten patch
Date: Tue, 11 Aug 2026 10:34:11 GMT	[thread overview]
Message-ID: <178644445178.1.2694082442590041063.rpms-glib2-993b866615d1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 993b866615d18bf6715a55cfb2a811d2ecc098af
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date   : 2009-09-23T20:24:38+00:00
Stats  : +43/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/993b866615d18bf6715a55cfb2a811d2ecc098af?branch=cve-2026-58016-f44

Log:
forgotten patch

---
diff --git a/pyloc.patch b/pyloc.patch
new file mode 100644
index 0000000..39c5f68
--- /dev/null
+++ b/pyloc.patch
@@ -0,0 +1,43 @@
+diff -up glib-2.22.0/configure.in.pyloc glib-2.22.0/configure.in
+--- glib-2.22.0/configure.in.pyloc	2009-09-22 09:40:56.000000000 -0400
++++ glib-2.22.0/configure.in	2009-09-23 15:37:23.729418282 -0400
+@@ -256,8 +256,10 @@ AC_ARG_WITH(runtime-libdir,
+                            [Install runtime libraries relative to libdir])],
+            [],
+ 	   [with_runtime_libdir=""])
+-GLIB_RUNTIME_LIBDIR=$with_runtime_libdir
++GLIB_RUNTIME_LIBDIR="$with_runtime_libdir"
++ABS_GLIB_RUNTIME_LIBDIR="`readlink -f $libdir/$with_runtime_libdir`"
+ AC_SUBST(GLIB_RUNTIME_LIBDIR)
++AC_SUBST(ABS_GLIB_RUNTIME_LIBDIR)
+ AM_CONDITIONAL(HAVE_GLIB_RUNTIME_LIBDIR, [test "x$with_runtime_libdir" != "x"])
+ 
+ dnl Checks for programs.
+diff -up glib-2.22.0/glib/Makefile.am.pyloc glib-2.22.0/glib/Makefile.am
+--- glib-2.22.0/glib/Makefile.am.pyloc	2009-09-22 16:19:35.000000000 -0400
++++ glib-2.22.0/glib/Makefile.am	2009-09-23 15:53:09.109395306 -0400
+@@ -380,8 +380,8 @@ libglib-gdb.py: libglib-gdb.py.in
+ 
+ 
+ install-data-hook: libglib-gdb.py
+-	mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load${libdir}
+-	$(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load${libdir}/libglib-2.0.so.0.$(LT_CURRENT).0-gdb.py
++	mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
++	$(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).0-gdb.py
+ if HAVE_GLIB_RUNTIME_LIBDIR
+ 	mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
+ 	mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
+diff -up glib-2.22.0/gobject/Makefile.am.pyloc glib-2.22.0/gobject/Makefile.am
+--- glib-2.22.0/gobject/Makefile.am.pyloc	2009-09-22 16:19:20.000000000 -0400
++++ glib-2.22.0/gobject/Makefile.am	2009-09-23 15:53:18.011645753 -0400
+@@ -274,8 +274,8 @@ uninstall-gdb:
+ 	-rm -r $(DESTDIR)$(datadir)/gdb
+ 
+ install-data-hook: libgobject-gdb.py
+-	mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load${libdir}
+-	$(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load${libdir}/libgobject-2.0.so.0.$(LT_CURRENT).0-gdb.py
++	mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)
++	$(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).0-gdb.py
+ if HAVE_GLIB_RUNTIME_LIBDIR
+ 	mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
+ 	mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)

                 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=178644445178.1.2694082442590041063.rpms-glib2-993b866615d1@fedoraproject.org \
    --to=mclasen@fedoraproject.org \
    --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