public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Remove unused script
@ 2026-08-11 10:37 Michael Catanzaro
0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 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 : 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
^ 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: Remove unused script Michael Catanzaro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox