Packages changed:
  conmon (2.1.8 -> 2.1.9)
  growpart (0.30 -> 0.33)
  libsecret (0.21.1 -> 0.21.2)
  libxkbcommon
  manpages-l10n (4.20.0 -> 4.21.0)
  mokutil
  mutter
  patterns-microos
  perl-Net-SSLeay
  webkit2gtk3 (2.42.3 -> 2.42.4)
  webkit2gtk4 (2.42.3 -> 2.42.4)
  yast2-trans (84.87.20231121.7869d671a6 -> 84.87.20231216.c47de7a4bf)

=== Details ===

==== conmon ====
Version update (2.1.8 -> 2.1.9)

- Add fix-incorrect-free-in-conn_sock.patch
  This fixes a regression in 2.1.9
  (https://github.com/containers/conmon/issues/475 and
  https://github.com/containers/conmon/issues/477)
- New upstream release 2.1.9
  [#]## Bug fixes
  * fix some issues flagged by SAST scan
  * src: fix write after end of buffer
  * src: open all files with O_CLOEXEC
  * oom-score: restore oom score before running exit command
  [#]## Features
  * Forward more messages on the sd-notify socket
  * logging: -l passthrough accepts TTYs

==== growpart ====
Version update (0.30 -> 0.33)

- update to 0.33:
  * More busybox compatibility changes
  * growpart: Add support for overprovisioning (#35)
  * mount-image-callback: do not rely on udevadm
  * growpart: only run `udevadm` if it exists (#36) [oittaa]
  * growpart: detect whether blkid is util-linux version and
    act accordingly
  * growpart doesn't work when LANG=cs_CZ.UTF-8
  * growpart: change flock call to use short option for
    Busybox compatibility [Dermot Bradley]
  * growpart: Use LANG=C to parse sfdisk output
  * Fix bad variable use.
  * Whitespace cleanups.
  * Growpart fix undefined variable in growpart error message.
  * cloud-image-utils: Add depends on fdisk, drop e2fsprogs
  * growpart: add flock support to prevent udev races
  * Drop the python2 only cloud-utils-euca package and tools.
  * test-growpart: fix logic error resulting in test failure.
- fix URL (development moved to GitHub)
- use fully qualified urls for source validation
- Update to verion 0.32
  + Only listing growpart changes we do not ship other parts of the source
  + Growpart fix undefined variable in growpart error message. [Scott Moser]
  + Add test for growpart lvm resize. [Scott Moser]
  + Growpart: add support for resizing an lvm pv after growing the
    partition. [Scott Moser] (LP: #1799953)
  + growpart: parse the kernel version in a more robust way (#2)
    [Paride Legovini] (LP: #1881014)
  + growpart: Do not fail if only sgdisk is available. [Scott Moser]
  + growpart: Fix reading sector size with newer sgdisk versions.
    [Scott Moser]
  + growpart: Fail on unknown values of GROWPART_RESIZER. [Scott Moser]
  + growpart: add flock support to prevent udev races
    [Ryan Harper] (LP: #1834875)
  + test-growpart: fix logic error resulting in test failure.
    [Scott Moser] (LP: #1842682)
  + Fix race condition in test-growpart teardown seen on ppc64el.
    [Scott Moser] (LP: #1836593)
  + growpart: Fix bug when file image ends in a digit.
    [Scott Moser] (LP: #1835124)
- Update to version 0.31 (bsc#1164736)
  + mount-image-callback: mount with -o 'rw' or -o 'ro' (LP: #1663722)
  + mount-image-callback: run blockdev and udevadm settle on nbd devices.
    (LP: #1741096, 1741300)
  + mount-image-callback: Drop support for mounting lxd containers.
    (LP: #1715994)
  + growpart: fix bug that stopped GPT disks from being grown past 2TB.
    (LP: #1762748)
  + mount-image-callback: mention --help and -C/--cd-mountpoint in Usage
  + growpart: fix bug when resizing a middle partition with sgdisk
    (LP: #1706751) [Fred De Backer]
  + growpart: Resolve symbolic links before operating.
    [Kevin Locke] (LP: #1744406)
  + growpart: fix bug occurring if start sector and size were the same.
    [Lars Kellogg-Stedman] (LP: #1807171)
  + debian/control: drop Suggests on lxc1
  + debian/tests/control: add test growpart-start-matches-size.
  + White space cleanup.  Remove trailing space and tabs.
  + Move to git.
- drop licenseGPLv3.patch (upstream)

==== libsecret ====
Version update (0.21.1 -> 0.21.2)
Subpackages: libsecret-1-0 libsecret-lang 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.

==== manpages-l10n ====
Version update (4.20.0 -> 4.21.0)
Subpackages: man-pages-cs man-pages-da man-pages-de man-pages-el man-pages-es man-pages-fr man-pages-hu man-pages-it man-pages-pl man-pages-pt_BR man-pages-ru

- Update to version 4.21:
  * Updated and added many translations.
  * New language: Korean.

==== 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 ====
Subpackages: mutter-lang

- 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).

==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap

- Require build-key instead of openSUSE-build-key. This allows for
  forked projects to include their own keys.
- remove Obsoletes: suse-build-key. Doesn't seem to be the job of a
  pattern.

==== 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

==== webkit2gtk3 ====
Version update (2.42.3 -> 2.42.4)
Subpackages: WebKitGTK-4.1-lang 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 <div> elements.
  + Fix videos displayed aliased after being resized e.g. in
    YouTube.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2023-42883.

==== webkit2gtk4 ====
Version update (2.42.3 -> 2.42.4)
Subpackages: WebKitGTK-6.0-lang libjavascriptcoregtk6_0-1 libwebkitgtk6_0-4 webkitgtk-6_0-injected-bundles

- Update to version 2.42.4 (boo#1218032):
  + Fix incorrect random images incorrectly displayed as
    backgrounds of <div> elements.
  + Fix videos displayed aliased after being resized e.g. in
    YouTube.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2023-42883.

==== yast2-trans ====
Version update (84.87.20231121.7869d671a6 -> 84.87.20231216.c47de7a4bf)
Subpackages: yast2-trans-cs yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-fr yast2-trans-hu yast2-trans-it yast2-trans-ja yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ru yast2-trans-zh_CN yast2-trans-zh_TW

- 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)