Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flatpak-kcm6 for openSUSE:Factory checked in at 2025-07-03 12:07:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatpak-kcm6 (Old) and /work/SRC/openSUSE:Factory/.flatpak-kcm6.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatpak-kcm6" Thu Jul 3 12:07:31 2025 rev:26 rq:1289873 version:6.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/flatpak-kcm6/flatpak-kcm6.changes 2025-06-26 11:35:17.019733581 +0200 +++ /work/SRC/openSUSE:Factory/.flatpak-kcm6.new.1903/flatpak-kcm6.changes 2025-07-03 12:07:40.242787308 +0200 @@ -1,0 +2,9 @@ +Tue Jul 1 13:10:48 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.4.2: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.2 +- Changes since 6.4.1: + * fix: use-after-free in getSystemInstalledFlatpakAppRefs + +------------------------------------------------------------------- Old: ---- flatpak-kcm-6.4.1.tar.xz flatpak-kcm-6.4.1.tar.xz.sig New: ---- flatpak-kcm-6.4.2.tar.xz flatpak-kcm-6.4.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatpak-kcm6.spec ++++++ --- /var/tmp/diff_new_pack.2TpN7F/_old 2025-07-03 12:07:42.126865191 +0200 +++ /var/tmp/diff_new_pack.2TpN7F/_new 2025-07-03 12:07:42.146866018 +0200 @@ -23,7 +23,7 @@ %bcond_without released Name: flatpak-kcm6 -Version: 6.4.1 +Version: 6.4.2 Release: 0 Summary: Flatpak Permissions Management KCM License: GPL-2.0-or-later ++++++ flatpak-kcm-6.4.1.tar.xz -> flatpak-kcm-6.4.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/flatpak-kcm-6.4.1/flatpakreference.cpp new/flatpak-kcm-6.4.2/flatpakreference.cpp --- old/flatpak-kcm-6.4.1/flatpakreference.cpp 2025-06-24 11:29:46.000000000 +0200 +++ new/flatpak-kcm-6.4.2/flatpakreference.cpp 2025-07-01 13:37:47.000000000 +0200 @@ -172,7 +172,7 @@ [](gpointer data, gpointer user_data) { auto installation = FLATPAK_INSTALLATION(data); auto ret = static_cast<GPtrArray *>(user_data); - g_autoptr(GPtrArray) refs = flatpak_installation_list_installed_refs_by_kind(installation, FLATPAK_REF_KIND_APP, nullptr, nullptr); + auto refs = flatpak_installation_list_installed_refs_by_kind(installation, FLATPAK_REF_KIND_APP, nullptr, nullptr); g_ptr_array_extend_and_steal(ret, refs); }, ret);