+ Bugs fixed: - (CVE-2025-7039) (#YWH-PGM9867-104) Buffer Under-read on GLib through glib/gfileutils.c via get_tmp_file() - GFile leak in g_local_file_set_display_name during error handling - Incorrect output parameter handling in closure helper of g_settings_bind_with_mapping_closures - gfileutils: fix computation of temporary file name - Fix GFile leak in g_local_file_set_display_name() - gthreadpool: Catch pool_spawner creation failure - gio/filenamecompleter: Fix leaks - gfilenamecompleter: Fix g_object_unref() of undefined value OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=578
20 lines
709 B
XML
20 lines
709 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/glib.git</param>
|
|
<param name="revision">2.84.4</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|