public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@gnome.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Remove unused script
Date: Tue, 11 Aug 2026 10:37:10 GMT [thread overview]
Message-ID: <178644463016.1.18006244750062052468.rpms-glib2-78bc3e5c673d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 78bc3e5c673df86308387a7c415a646862b67aaf
Author : Michael Catanzaro <mcatanzaro@gnome.org>
Date : 2020-11-09T15:51:23-06:00
Stats : +0/-19 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/78bc3e5c673df86308387a7c415a646862b67aaf?branch=cve-2026-58016-f44
Log:
Remove unused script
---
diff --git a/update-gio-modules b/update-gio-modules
deleted file mode 100755
index d203db3..0000000
--- a/update-gio-modules
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-
-if test $# != 1; then
- echo "usage: update-gio-modules host_triplet" 1>&2
- exit 1
-fi
-
-echo "Warning: update-gio-modules is deprecated and will be removed in glib2-2.28.0"
-
-umask 022
-
-case "$host" in
- alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*)
- /usr/bin/gio-querymodules-64 /usr/lib64/gio/modules
- ;;
- *)
- /usr/bin/gio-querymodules-32 /usr/lib/gio/modules
- ;;
-esac
reply other threads:[~2026-08-11 10:37 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=178644463016.1.18006244750062052468.rpms-glib2-78bc3e5c673d@fedoraproject.org \
--to=mcatanzaro@gnome.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