Packages changed: libsecret (0.21.1 -> 0.21.2) libxkbcommon mokutil mutter parole (4.18.0 -> 4.18.1) perl-Net-SSLeay tumbler (4.18.1 -> 4.18.2) webkit2gtk3 (2.42.3 -> 2.42.4) webkit2gtk3-soup2 (2.42.3 -> 2.42.4) xfce4-cpugraph-plugin (1.2.8 -> 1.2.10) xfce4-power-manager (4.18.2 -> 4.18.3) xfce4-settings (4.18.3 -> 4.18.4) yast2-trans (84.87.20231121.7869d671a6 -> 84.87.20231216.c47de7a4bf) === Details === ==== libsecret ==== Version update (0.21.1 -> 0.21.2) Subpackages: libsecret-1-0 typelib-1_0-Secret-1 - Update to version 0.21.2: + Support GnuTLS as an alternative crypto backend. + Fix LeakSanitizer issues. + secret-tool: Verify that the parsed stdin password is vaild UTF-8. + Fix markup syntax for SecretSchema. + Public secret_attributes_validate method. + Updated translations. ==== libxkbcommon ==== Subpackages: libxkbcommon-x11-0 libxkbcommon0 libxkbregistry0 - dxvk need libxkbregistry0 for building -32bit variants, provide them. ==== mokutil ==== - Sync change log to prepare for sending mokutil 0.6.0 to SLE15-SP6 (jsc#PED-6528) - Removed the following backported patches because they are merged to 0.6.0: - mokutil-fix-missing-header.patch b15e7c4d7 util: add the missing stdio.h - mokutil-enable-setting-fallback-verbosity-and-norebo.patch (bsc#1198458) 57bc38582 mokutil: enable setting fallback verbosity and noreboot mode - mokutil-SBAT-revocation-update-support.patch (bsc#1198458) 6c9890730 SBAT revocation update support ==== mutter ==== - Add mutter-fix-x11-restart.patch: glgo#GNOME/mutter!2445 breaks restarting under x11 accidentally because it redirects subwindows after redirecting windows, this patch fix it by redirecting subwindows first (glgo#GNOME/gnome-shell#7050, glgo#GNOME/mutter!3329). ==== parole ==== Version update (4.18.0 -> 4.18.1) Subpackages: parole-lang - Update to version 4.18.1 * Add missing chain-up to parent in constructed() * Add runtime guard for XfceSMClient * build: Restrict XfceSMClient to X11 * build: Use XDT_CHECK_OPTIONAL_FEATURE * Small UI Improvements * parole-conf: Fix critical warning and memory leak * build: Define our own windowing macro instead of extending GDK's * plugins: Disable systray icon outside X11 * Guard X11 code paths * Fix invisible mouse (Issue #125) * Add middle click actions to tray icon (Fixes #88) * docs: Remove useless check * mpris2: Properly disconnect signal handlers * powermanager: Add missing sanity check * Only use header bar if gtk-dialogs-use-header (Fixes #117) * build: Add -export-dynamic to LDFLAGS * Add icons at missing sizes, clean up SVG metadata * Translation Updates ==== perl-Net-SSLeay ==== - Use constants X509_VERSION_3 and X509_REQ_VERSION_1 when available (#GH-449) * Add Use-constants-X509_VERSION_3-and-X509_REQ_VERSION_1-when-available.patch ==== tumbler ==== Version update (4.18.1 -> 4.18.2) Subpackages: libtumbler-1-0 tumbler-folder-thumbnailer tumbler-lang tumbler-webp-thumbnailer - Update to version 4.18.2 * Disambiguate thumbnailer signals * scheduler: Fix ready/error signal forwarding * desktop-thumbnailer: Use empty path to build cmdline if it is null * Update spec link in README * xdg-cache: Fix temporary file management when saving thumbnail * Add icon at 64px, clean up SVG metadata ==== webkit2gtk3 ==== Version update (2.42.3 -> 2.42.4) Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 typelib-1_0-JavaScriptCore-4_1 typelib-1_0-WebKit2-4_1 webkit2gtk-4_1-injected-bundles - Update to version 2.42.4 (boo#1218032): + Fix incorrect random images incorrectly displayed as backgrounds of
elements. + Fix videos displayed aliased after being resized e.g. in YouTube. + Fix several crashes and rendering issues. + Security fixes: CVE-2023-42883. ==== webkit2gtk3-soup2 ==== Version update (2.42.3 -> 2.42.4) Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 webkit2gtk-4_0-injected-bundles - Update to version 2.42.4 (boo#1218032): + Fix incorrect random images incorrectly displayed as backgrounds of
elements. + Fix videos displayed aliased after being resized e.g. in YouTube. + Fix several crashes and rendering issues. + Security fixes: CVE-2023-42883. ==== xfce4-cpugraph-plugin ==== Version update (1.2.8 -> 1.2.10) Subpackages: xfce4-cpugraph-plugin-lang - Update to version 1.2.10 * Add xfce4cpp to EXTRA_DIST - Use a newer gcc/g++ version on Leap or SLE. - Update to version 1.2.9 * Don't update tooltip string when tooltip is not visible * Improve CPU hotplugging on Linux * Use "xfce_spawn_command_line()" * Code refactor * Update source code for the new xfce4cpp library * Rework of xfce4cpp library * Reduce the minimum width from 10 to 1 * Add missing include * Translation Updates ==== xfce4-power-manager ==== Version update (4.18.2 -> 4.18.3) Subpackages: xfce4-power-manager-lang xfce4-power-manager-plugin - Update to version 4.18.3 * power: Fix inhibition management * settings: Present window to the user when already opened * settings: Remove useless g_application_hold/release() * A review of signal handlers disconnection * Remove #ifdefs DEBUG * brightness: Rework min level management * Refactor XfpmBrightness * Remove useless logs * backlight: Adjust some spacing for consistency / readability * backlight: Return earlier when brightness key event should not be handled * backlight: fix "handle display brightness keys" setting * Simplify brightness level management (Fixes #139) * Add missing properties for panel plugin settings * Use same debug function everywhere (V2) * brightness: Silence more warnings * Fix previous commit (again) * Fix previous commit * Fix g_spawn*_sync() wait status management * brightness: Fix g_spawn() wait status management * Silence some more warnings * Update docs url * power: Fix memory leak * settings: Fix hidden widgets when !has_lcd_brightness * backlight: Fix xfconf warning about cancelled operation * Lower some warning levels * Use same debug function everywhere * Fix upower object management * plugin: Fix non unreffed objects on finalize * systray-icon: Fix "floating object" warning on finalize * systray-icon: Fix "invalid property" warnings * Suspend system if lock screen fails on lid close (Fixes #209) * Add energy rate into device details * power: Fix use of g_hash_table_get_values() * Fix light locker integration (Fixes #201) * Add app icon at 64px, 96px, clean up SVG metadata * Fix description for pending states. * Translation Updates ==== xfce4-settings ==== Version update (4.18.3 -> 4.18.4) Subpackages: xfce4-settings-color xfce4-settings-lang - Update to version 4.18.4 * display-settings: Fix memory management of confirmation dialog * xfsettingsd: displays: Always do some actions on RRScreenChangeNotify * xfsettingsd: displays: Fix memory leak * settings-manager: Support absolute path as icon name * Replace deprecated xfce_spawn(_command_line)?_on_screen * appearance: Match more dark themes (fixes #495) * appearance: Check for presence of color-scheme key * Apply matching xfwm4 when the switch is clicked * displays: Lower warning level * Translation Updates ==== yast2-trans ==== Version update (84.87.20231121.7869d671a6 -> 84.87.20231216.c47de7a4bf) Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu - Update to version 84.87.20231216.c47de7a4bf: * Translated using Weblate (Slovak) * Translated using Weblate (Dutch) * Translated using Weblate (Japanese) * Translated using Weblate (Czech) * Translated using Weblate (Catalan) * New POT for text domain 'pam'. * New POT for text domain 'control'. * Translated using Weblate (Indonesian) * Translated using Weblate (Indonesian) * Translated using Weblate (Indonesian) * Translated using Weblate (Indonesian) * Translated using Weblate (Czech) * Translated using Weblate (Japanese) * Translated using Weblate (Catalan) * Translated using Weblate (Japanese) * Translated using Weblate (Swedish) * Translated using Weblate (Swedish) * Translated using Weblate (Swedish) * Translated using Weblate (Swedish)