public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Add deprecation warning to update-gio-modules
Date: Tue, 11 Aug 2026 10:34:39 GMT [thread overview]
Message-ID: <178644447909.1.8155736346788630902.rpms-glib2-76e35fabf2da@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 76e35fabf2da26ec45b031c37c3f2491fef87a64
Author : Matthias Clasen <mclasen@redhat.com>
Date : 2011-01-06T18:11:49-05:00
Stats : +4/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/76e35fabf2da26ec45b031c37c3f2491fef87a64?branch=cve-2026-58016-f44
Log:
Add deprecation warning to update-gio-modules
---
diff --git a/.gitignore b/.gitignore
index ddd2ede..c5e1a44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ glib-2.25.13.tar.bz2
/glib-2.27.2.tar.bz2
/glib-2.27.3.tar.bz2
/glib-2.27.4.tar.bz2
+/glib-2.27.90.tar.bz2
diff --git a/sources b/sources
index 9f53b4e..784e7ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6f67a6b1c4792edd58411f9e6e3a6fb glib-2.27.4.tar.bz2
+b62f3ca550a5caa353919a38e19fc0a5 glib-2.27.90.tar.bz2
diff --git a/update-gio-modules b/update-gio-modules
index 6468b74..d203db3 100755
--- a/update-gio-modules
+++ b/update-gio-modules
@@ -5,6 +5,8 @@ if test $# != 1; then
exit 1
fi
+echo "Warning: update-gio-modules is deprecated and will be removed in glib2-2.28.0"
+
umask 022
case "$host" in
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=178644447909.1.8155736346788630902.rpms-glib2-76e35fabf2da@fedoraproject.org \
--to=mclasen@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