public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: auto-import changelog data from glib2-2.0.6-2.src.rpm
Date: Tue, 11 Aug 2026 10:32:26 GMT	[thread overview]
Message-ID: <178644434689.1.14176478284277903230.rpms-glib2-4b67e11e362c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 4b67e11e362c9b0cd701acd161af4c718d47f217
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T05:17:09+00:00
            Stats  : +26/-1 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/4b67e11e362c9b0cd701acd161af4c718d47f217?branch=cve-2026-58016-f44

            Log:
            auto-import changelog data from glib2-2.0.6-2.src.rpm
Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
- install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES
- blow away unpackaged files in install

---
diff --git a/glib2.csh b/glib2.csh
new file mode 100644
index 0000000..3a7d294
--- /dev/null
+++ b/glib2.csh
@@ -0,0 +1,6 @@
+
+## This caused GLib2 applications to convert filenames from 
+## locale encoding to UTF-8. If the locale encoding is already
+## UTF-8 then it makes no difference.
+
+setenv G_BROKEN_FILENAMES 1

diff --git a/glib2.sh b/glib2.sh
new file mode 100644
index 0000000..20364f0
--- /dev/null
+++ b/glib2.sh
@@ -0,0 +1,5 @@
+## This caused GLib2 applications to convert filenames from 
+## locale encoding to UTF-8. If the locale encoding is already
+## UTF-8 then it makes no difference.
+
+export G_BROKEN_FILENAMES=1
\ No newline at end of file

diff --git a/glib2.spec b/glib2.spec
index 12012eb..7562f44 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,10 +1,12 @@
 Summary: A library of handy utility functions.
 Name: glib2
 Version: 2.0.6
-Release: 1
+Release: 2
 License: LGPL
 Group: System Environment/Libraries
 Source: glib-%{version}.tar.bz2
+Source2: glib2.sh
+Source3: glib2.csh
 BuildRoot: /var/tmp/glib-%{PACKAGE_VERSION}-root
 BuildRequires: pkgconfig >= 0.8
 Obsoletes: glib-gtkbeta
@@ -47,6 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 %makeinstall
 
+## glib2.sh and glib2.csh
+./mkinstalldirs $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+install -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %find_lang glib20
 
 %clean
@@ -64,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgthread-2.0.so.*
 %{_libdir}/libgmodule-2.0.so.*
 %{_libdir}/libgobject-2.0.so.*
+%{_sysconfdir}/profile.d/*
 
 %files devel
 %defattr(-, root, root)
@@ -79,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
+- install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES
+- blow away unpackaged files in install
+
 * Thu Aug  8 2002 Owen Taylor <otaylor@redhat.com>
 - Version 2.0.6
 - Remove fixed-ltmain.sh; shouldn't be needed any more.

                 reply	other threads:[~2026-08-11 10:32 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=178644434689.1.14176478284277903230.rpms-glib2-4b67e11e362c@fedoraproject.org \
    --to=cvsdist@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