Packages changed:
  ImageMagick (7.1.0.46 -> 7.1.0.47)
  aws-cli (1.25.55 -> 1.25.60)
  bluez-firmware
  ca-certificates-mozilla (2.52 -> 2.56)
  ethtool (5.18 -> 5.19)
  ffmpeg-4
  fillup
  glib2
  gptfdisk (1.0.8 -> 1.0.9)
  graphviz
  graphviz-addons
  ibus
  ibus_gtk4
  libmad
  libnvme
  libqt5-qtstyleplugins
  librsvg (2.54.4 -> 2.54.5)
  libwpe (1.12.0 -> 1.12.3)
  libxml2 (2.9.14 -> 2.10.1)
  libxml2-python (2.9.14 -> 2.10.1)
  libyui (4.4.3 -> 4.4.4)
  libyui-ncurses (4.4.3 -> 4.4.4)
  libyui-ncurses-pkg (4.4.3 -> 4.4.4)
  libyui-qt (4.4.3 -> 4.4.4)
  libyui-qt-graph (4.4.3 -> 4.4.4)
  libyui-qt-pkg (4.4.3 -> 4.4.4)
  lttng-ust (2.13.3 -> 2.13.4)
  make
  mariadb-connector-c (3.3.1 -> 3.3.2)
  openssh
  python-FontTools (4.33.3 -> 4.37.1)
  python-aiobotocore
  python-botocore (1.27.55 -> 1.27.60)
  python-kiwi (9.24.47 -> 9.24.48)
  python-zipp (3.8.0 -> 3.8.1)
  rsyslog (8.2204.1 -> 8.2208.0)
  squid
  sssd (2.7.3 -> 2.7.4)
  tcpd
  userspace-rcu (0.13.1 -> 0.13.2)
  vim (9.0.0224 -> 9.0.0313)
  wpebackend-fdo (1.12.0 -> 1.12.1)
  xen (4.16.2_02 -> 4.16.2_04)
  xfsdump (3.1.10 -> 3.1.11)
  yast2 (4.5.10 -> 4.5.11)
  yast2-core (4.5.2 -> 4.5.3)

=== Details ===

==== ImageMagick ====
Version update (7.1.0.46 -> 7.1.0.47)
Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10

- version update to 7.1.0.47
  upstream changelog:
  https://github.com/ImageMagick/Website/blob/main/ChangeLog.md

==== aws-cli ====
Version update (1.25.55 -> 1.25.60)

- Update to version 1.25.60
  + For detailed changes see
    https://github.com/aws/aws-cli/blob/1.25.60/CHANGELOG.rst
- Update Requires in spec file from setup.py

==== bluez-firmware ====

- modernize specfile

==== ca-certificates-mozilla ====
Version update (2.52 -> 2.56)

- Updated to 2.56 state of Mozilla SSL root CAs (bsc#1202868)
  Added:
  - Certainly Root E1
  - Certainly Root R1
  - DigiCert SMIME ECC P384 Root G5
  - DigiCert SMIME RSA4096 Root G5
  - DigiCert TLS ECC P384 Root G5
  - DigiCert TLS RSA4096 Root G5
  - E-Tugra Global Root CA ECC v3
  - E-Tugra Global Root CA RSA v3
  Removed:
  - Hellenic Academic and Research Institutions RootCA 2011
- Updated to 2.54 state of Mozilla SSL root CAs (bsc#1199079)
  Added:
  - Autoridad de Certificacion Firmaprofesional CIF A62634068
  - D-TRUST BR Root CA 1 2020
  - D-TRUST EV Root CA 1 2020
  - GlobalSign ECC Root CA R4
  - GTS Root R1
  - GTS Root R2
  - GTS Root R3
  - GTS Root R4
  - HiPKI Root CA - G1
  - ISRG Root X2
  - Telia Root CA v2
  - vTrus ECC Root CA
  - vTrus Root CA
  Removed:
  - Cybertrust Global Root
  - DST Root CA X3
  - DigiNotar PKIoverheid CA Organisatie - G2
  - GlobalSign ECC Root CA R4
  - GlobalSign Root CA R2
  - GTS Root R1
  - GTS Root R2
  - GTS Root R3
  - GTS Root R4

==== ethtool ====
Version update (5.18 -> 5.19)

- update to upstream release 5.19
  * Feature: get/set tx push (-g and -G)
  * Feature: register dump support for TI CPSW
  * Feature: register dump support for lan743x chipset
  * Fix: fix missing sff-8472 output in netlink path
  * Fix: fix EEPROM byte write

==== ffmpeg-4 ====
Subpackages: libavcodec58_134 libavfilter7_110 libavformat58_76 libavresample4_0 libavutil56_70 libpostproc55_9 libswresample3_9 libswscale5_9

- Add patch to detect SDL2 >= 2.1.0 (boo#1202848):
  * ffmpeg-sdl2-detection.patch

==== fillup ====

- Makefile is not parallel-safe

==== glib2 ====
Subpackages: glib2-lang glib2-tools libgio-2_0-0 libgio-2_0-0-32bit libglib-2_0-0 libglib-2_0-0-32bit libgmodule-2_0-0 libgmodule-2_0-0-32bit libgobject-2_0-0 libgobject-2_0-0-32bit libgthread-2_0-0 libgthread-2_0-0-32bit

- Add 99783e0408f8ae9628d2c7a30eb99806087da711.patch:
  gsocketclient: Fix passing NULL to g_task_get_cancellable().
  Fix a regression from commit abddb42d14, where it could pass
  `NULL` to `g_task_get_cancellable()`, triggering a critical
  warning. This could happen because the lifetime of `data->task`
  is not as long as the lifetime of the `ConnectionAttempt`, but
  the code assumed it was.
  Fix the problem by keeping a strong ref to that `GCancellable`
  around until the `ConnectionAttempt` is finished being destroyed.

==== gptfdisk ====
Version update (1.0.8 -> 1.0.9)

- Update to release 1.0.9
  * Added support for aligning partitions' end points, as well as
    their start points. This support affects the default
    partition size when using 'n' in gdisk; it affects the
    default partition size in cgdisk; and it is activated by the
    new `-I` option in sgdisk.
  * Added check for too-small disks (most likely to be an issue
    when trying to use a too-small disk image); program now
    aborts if this happens.
  * Added new parition type codes.

==== graphviz ====
Subpackages: graphviz-plugins-core libcdt5 libcgraph6 libgvc6 libgvpr2 liblab_gamut1 libpathplan4

- Split the Qt5 dependencies from addons flavor - it's just gvedit

==== graphviz-addons ====
Subpackages: graphviz-gd graphviz-gnome

- Split the Qt5 dependencies from addons flavor - it's just gvedit

==== ibus ====
Subpackages: ibus-dict-emoji ibus-gtk ibus-gtk-32bit ibus-gtk3 ibus-lang libibus-1_0-5 libibus-1_0-5-32bit typelib-1_0-IBus-1_0

- Do not run ibus-autostart with xdg-autostart-generator (KDE etc.)
  * A workaround for boo#1202841
  * Please use org.freedesktop.IBus.session.generic.service instead
    (See boo#1201421)

==== ibus_gtk4 ====

- Do not run ibus-autostart with xdg-autostart-generator (KDE etc.)
  * A workaround for boo#1202841
  * Please use org.freedesktop.IBus.session.generic.service instead
    (See boo#1201421)

==== libmad ====

- length-check.patch: repaces frame_length.diff. Fixes now also
  bsc#1036968 (CVE-2017-8373)
- use %license for the license

==== libnvme ====

- Fix installation of manual pages to make them accessible

==== libqt5-qtstyleplugins ====

- Edit qtstyleplugins-fix-deprecations.patch to use the older more
  reliable method for progress bar orientation (boo#1202611)

==== librsvg ====
Version update (2.54.4 -> 2.54.5)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0

- Update to version 2.54.5:
  + Accept patterns with userSpaceOnUse units for the stroke of
    axis-aligned lines.

==== libwpe ====
Version update (1.12.0 -> 1.12.3)

- Update to version 1.12.3:
  + Fix the build when using Clang's libc++ or the Musl libc.
- Changes from version 1.12.2:
  + Fix the build when using CMake to configure it.
- Changes from version 1.12.1:
  + Fix pasteboard to use the generic interface by default.
  + Fix memory allocation to always abort execution on failure.

==== libxml2 ====
Version update (2.9.14 -> 2.10.1)
Subpackages: libxml2-2 libxml2-2-32bit libxml2-tools

- Update to version 2.10.1:
  * Regressions: Fix xmlCtxtReadDoc with encoding
  * Bug fixes: Fix HTML parser with threads and --without-legacy
  * Build system:
    + Fix build with Python 3.10
    + cmake: Disable version script on macOS
    + Remove Makefile rule to build testapi.c
  * Documentation:
    + Switch back to HTML output for API documentation
    + Port doc/examples/index.py to Python 3
    + Fix order of exports in libxml2-api.xml
    + Remove libxml2-refs.xml
- Update to 2.10.0:
  * Security
    + [CVE-2022-2309] Reset nsNr in xmlCtxtReset
    + Reserve byte for NUL terminator and report errors consistently in xmlBuf and
    xmlBuffer
    + Fix missing NUL terminators in xmlBuf and xmlBuffer functions
    + Fix integer overflow in xmlBufferDump()
    + xmlBufAvail() should return length without including a byte for NUL
    terminator
    + Fix ownership of xmlNodePtr & xmlAttrPtr fields in xmlSetTreeDoc()
    + Use xmlNewDocText in xmlXIncludeCopyRange
    + Fix use-after-free bugs when calling xmlTextReaderClose() before
    xmlFreeTextReader() on post-validating parser
    + Use UPDATE_COMPAT() consistently in buf.c
    + fix: xmlXPathParserContext could be double-delete in  OOM case.
  * Removals and deprecations
    + Disable XPointer location support by default
    + Remove outdated xml2Conf.sh
    + Deprecate module init and cleanup functions
    + Remove obsolete XML Software Autoupdate (XSA) file
    + Remove DOCBparser
    + Remove obsolete Python test framework
    + Remove broken VxWorks support
    + Remove broken Mac OS 9 support
    + Remove broken bakefile support
    + Remove broken Visual Studio 2010 support
    + Remove broken Windows CE support
    + Deprecate IDREF-related functions in valid.h
    + Deprecate legacy functions
    + Disable legacy support by default
    + Deprecate all functions in nanoftp.h
    + Disable FTP support by default
    + Add XML_DEPRECATED macro
    + Remove elfgcchack.h
  * Regressions
    + Skip incorrectly opened HTML comments
    + Restore behavior of htmlDocContentDumpFormatOutput()
  * Bug fixes
    + Fix memory leak with invalid XSD
    + Make XPath depth check work with recursive invocations
    + Fix memory leak in xmlLoadEntityContent error path
    + Avoid double-free if malloc fails in inputPush
    + Properly fold whitespace around the QName value when validating an XSD
    schema.
    + Add whitespace folding for some atomic data types that it's missing on.
    + Don't add IDs containing unexpanded entity references
  * Improvements
    + Avoid calling xmlSetTreeDoc
    + Simplify xmlFreeNode
    + Don't reset nsDef when changing node content
    + Fix unintended fall-through in xmlNodeAddContentLen
    + Remove unused xmlBuf functions
    + Implement xpath1() XPointer scheme
    + Add configuration flag for XPointer locations support
    + Fix compiler warnings in Python code
    + Mark more static data as `const`
    + Make xmlStaticCopyNode non-recursive
    + Clean up encoding switching code
    + Simplify recursive pthread mutex
    + Use non-recursive mutex in dict.c
    + Fix parser progress checks
    + Avoid arithmetic on freed pointers
    + Improve buffer allocation scheme
    + Remove unneeded #includes
    + Add support for some non-standard escapes in regular expressions.
    + htmlParseComment: handle abruptly-closed comments
    + Add let variable tag support
    + Add value-of tag support
    + Remove useless call to xmlRelaxNGCleanupTypes
    + Don't include ICU headers in public headers
    + Update `xmlStrlen()` to use POSIX / ISO C `strlen()`
    + Fix unused variable warnings with disabled features
    + Only warn on invalid redeclarations of predefined entities
    + Remove unneeded code in xmlreader.c
    + Rework validation context flags
  * Portability
    + Use NAN/INFINITY if available to init XPath NaN/Inf
    + Fix Python tests on macOS
    + Fix xmlCleanupThreads on Windows
    + Fix reinitialization of library on Windows
    + Don't mix declarations and code in runtest.c
    + Use portable python shebangs
    + Use critical sections as mutex on Windows
    + Don't set HAVE_WIN32_THREADS in win32config.h
    + Use stdint.h with newer MSVC
    + Remove cruft from win32config.h
    + Remove isinf/isnan emulation in win32config.h
    ... changelog too long, skipping 75 lines ...
    + Add note about optimization flags

==== libxml2-python ====
Version update (2.9.14 -> 2.10.1)

- Update to version 2.10.1:
  * Regressions: Fix xmlCtxtReadDoc with encoding
  * Bug fixes: Fix HTML parser with threads and --without-legacy
  * Build system:
    + Fix build with Python 3.10
    + cmake: Disable version script on macOS
    + Remove Makefile rule to build testapi.c
  * Documentation:
    + Switch back to HTML output for API documentation
    + Port doc/examples/index.py to Python 3
    + Fix order of exports in libxml2-api.xml
    + Remove libxml2-refs.xml
- Update to 2.10.0:
  * Security
    + [CVE-2022-2309] Reset nsNr in xmlCtxtReset
    + Reserve byte for NUL terminator and report errors consistently in xmlBuf and
    xmlBuffer
    + Fix missing NUL terminators in xmlBuf and xmlBuffer functions
    + Fix integer overflow in xmlBufferDump()
    + xmlBufAvail() should return length without including a byte for NUL
    terminator
    + Fix ownership of xmlNodePtr & xmlAttrPtr fields in xmlSetTreeDoc()
    + Use xmlNewDocText in xmlXIncludeCopyRange
    + Fix use-after-free bugs when calling xmlTextReaderClose() before
    xmlFreeTextReader() on post-validating parser
    + Use UPDATE_COMPAT() consistently in buf.c
    + fix: xmlXPathParserContext could be double-delete in  OOM case.
  * Removals and deprecations
    + Disable XPointer location support by default
    + Remove outdated xml2Conf.sh
    + Deprecate module init and cleanup functions
    + Remove obsolete XML Software Autoupdate (XSA) file
    + Remove DOCBparser
    + Remove obsolete Python test framework
    + Remove broken VxWorks support
    + Remove broken Mac OS 9 support
    + Remove broken bakefile support
    + Remove broken Visual Studio 2010 support
    + Remove broken Windows CE support
    + Deprecate IDREF-related functions in valid.h
    + Deprecate legacy functions
    + Disable legacy support by default
    + Deprecate all functions in nanoftp.h
    + Disable FTP support by default
    + Add XML_DEPRECATED macro
    + Remove elfgcchack.h
  * Regressions
    + Skip incorrectly opened HTML comments
    + Restore behavior of htmlDocContentDumpFormatOutput()
  * Bug fixes
    + Fix memory leak with invalid XSD
    + Make XPath depth check work with recursive invocations
    + Fix memory leak in xmlLoadEntityContent error path
    + Avoid double-free if malloc fails in inputPush
    + Properly fold whitespace around the QName value when validating an XSD
    schema.
    + Add whitespace folding for some atomic data types that it's missing on.
    + Don't add IDs containing unexpanded entity references
  * Improvements
    + Avoid calling xmlSetTreeDoc
    + Simplify xmlFreeNode
    + Don't reset nsDef when changing node content
    + Fix unintended fall-through in xmlNodeAddContentLen
    + Remove unused xmlBuf functions
    + Implement xpath1() XPointer scheme
    + Add configuration flag for XPointer locations support
    + Fix compiler warnings in Python code
    + Mark more static data as `const`
    + Make xmlStaticCopyNode non-recursive
    + Clean up encoding switching code
    + Simplify recursive pthread mutex
    + Use non-recursive mutex in dict.c
    + Fix parser progress checks
    + Avoid arithmetic on freed pointers
    + Improve buffer allocation scheme
    + Remove unneeded #includes
    + Add support for some non-standard escapes in regular expressions.
    + htmlParseComment: handle abruptly-closed comments
    + Add let variable tag support
    + Add value-of tag support
    + Remove useless call to xmlRelaxNGCleanupTypes
    + Don't include ICU headers in public headers
    + Update `xmlStrlen()` to use POSIX / ISO C `strlen()`
    + Fix unused variable warnings with disabled features
    + Only warn on invalid redeclarations of predefined entities
    + Remove unneeded code in xmlreader.c
    + Rework validation context flags
  * Portability
    + Use NAN/INFINITY if available to init XPath NaN/Inf
    + Fix Python tests on macOS
    + Fix xmlCleanupThreads on Windows
    + Fix reinitialization of library on Windows
    + Don't mix declarations and code in runtest.c
    + Use portable python shebangs
    + Use critical sections as mutex on Windows
    + Don't set HAVE_WIN32_THREADS in win32config.h
    + Use stdint.h with newer MSVC
    + Remove cruft from win32config.h
    + Remove isinf/isnan emulation in win32config.h
    ... changelog too long, skipping 75 lines ...
    + Add note about optimization flags

==== libyui ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== libyui-ncurses ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== libyui-ncurses-pkg ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== libyui-qt ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== libyui-qt-graph ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== libyui-qt-pkg ====
Version update (4.4.3 -> 4.4.4)

- Fixed main window stacking order in YQMainWinDock to avoid
  unintentional transparency when QSS-styling YQDialogs
  (bsc#1199020, bsc#1191112)
- 4.4.4

==== lttng-ust ====
Version update (2.13.3 -> 2.13.4)

- Update to release 2.13.4
  * Added missing closedir in _get_max_cpuid_from_sysfs()
  * File descriptor was leaked in get_possible_cpu_mask_from_sysfs
  * sessiond wait futex: handle spurious futex wakeups

==== make ====
Subpackages: make-lang

- jobserver-noinherit.patch: Disable inheritance of jobserver FDs for
  recursive make
- jobserver-fifo.patch: Add support for jobserver using named pipes

==== mariadb-connector-c ====
Version update (3.3.1 -> 3.3.2)

- Update to release 3.3.2
  * Enhanced mysql_close() and other related parts to prevent
    memory leaks when terminating an initiated but unestablished
    connection

==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server

- Use %_pam_vendordir

==== python-FontTools ====
Version update (4.33.3 -> 4.37.1)

- Update to 4.37.1
  * [subset] Fixed regression introduced with v4.37.0 while subsetting
    the VarStore of HVAR and VVAR tables, whereby an
    AttributeError: subset_varidxes was thrown because an apparently
    unused import statement (with the side-effect of dynamically binding
    that subset_varidxes method to the VarStore class) had been
    accidentally deleted in an unrelated PR
  * [pens] Added cairoPen
  * [gvar] Read gvar more lazily by not parsing all of the glyf table
  * [ttGlyphSet] Make drawPoints(pointPen) method work for CFF fonts
    as well via adapter pen
  * [cff.specializer] Fixed issue in charstring generalizer with the
    blend operator
  * [varLib.models] Added support for extrapolation
  * [ttGlyphSet] Ensure the newly added _TTVarGlyphSet inherits from
    _TTGlyphSet to keep backward compatibility with existing API
  * [kern] Allow compiling legacy kern tables with more than 64k entries
  * [visitor] Added new visitor API to traverse tree of objects and
    dispatch based on the attribute type: cf. fontTools.misc.visitor
    and fontTools.ttLib.ttVisitor. Added fontTools.ttLib.scaleUpem
    module that uses the latter to change a font's units-per-em and
    scale all the related fields accordingly
  * Etc. https://github.com/fonttools/fonttools/compare/4.33.3...4.37.1

==== python-aiobotocore ====

- Enforce pytest-asyncio legacy mode (upstream pins to 0.14)
  * gh#pytest-dev/pytest-asyncio#390

==== python-botocore ====
Version update (1.27.55 -> 1.27.60)

- Update to 1.27.60
  * enhancement:Identity: TokenProvider added for bearer auth support
  * api-change:``elbv2``: Update elbv2 client to latest version
  * api-change:``gamelift``: This release adds support for eight EC2 local zones as fleet locations;
    Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and
    Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.
  * api-change:``iotwireless``: This release includes a new feature for the customers to enable the
    LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways
    for Class C devices when sending the LoRaWAN downlink messages.
  * api-change:``ivschat``: Documentation change for IVS Chat API Reference. Doc-only update to add a
    paragraph on ARNs to the Welcome section.
  * api-change:``panorama``: Support sorting and filtering in ListDevices API, and add more fields to
    device listings and single device detail
  * api-change:``sso-oidc``: Updated required request parameters on IAM Identity Center's OIDC
    CreateToken action.
- from version 1.27.59
  * api-change:``cloudfront``: Adds support for CloudFront origin access control (OAC), making it
    possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and
    more.
  * api-change:``config``: AWS Config now supports ConformancePackTemplate documents in SSM Docs for
    the deployment and update of conformance packs.
  * api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
  * api-change:``ivs``: Documentation Change for IVS API Reference - Doc-only update to type field
    description for CreateChannel and UpdateChannel actions and for Channel data type. Also added
    Amazon Resource Names (ARNs) paragraph to Welcome section.
  * api-change:``quicksight``: Added a new optional property DashboardVisual under
    ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and
    GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in
    QuickSight dashboards.
  * api-change:``transfer``: Documentation updates for AWS Transfer Family
- from version 1.27.58
  * api-change:``rds``: RDS for Oracle supports Oracle Data Guard switchover and read replica backups.
  * api-change:``sso-admin``: Documentation updates to reflect service rename - AWS IAM Identity
    Center (successor to AWS Single Sign-On)
- from version 1.27.57
  * api-change:``docdb``: Update document for volume clone
  * api-change:``ec2``: R6a instances are powered by 3rd generation AMD EPYC (Milan) processors
    delivering all-core turbo frequency of 3.6 GHz. C6id, M6id, and R6id instances are powered by 3rd
    generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz.
  * api-change:``forecast``: releasing What-If Analysis APIs and update ARN regex pattern to be more
    strict in accordance with security recommendation
  * api-change:``forecastquery``: releasing What-If Analysis APIs
  * api-change:``iotsitewise``: Enable non-unique asset names under different hierarchies
  * api-change:``lexv2-models``: Update lexv2-models client to latest version
  * api-change:``securityhub``: Added new resource details objects to ASFF, including resources for
    AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable,
    FixedInVersion and Remediation  to Vulnerability.
  * api-change:``support-app``: This is the initial SDK release for the AWS Support App in Slack.
- from version 1.27.56
  * api-change:``connect``: This release adds SearchSecurityProfiles API which can be used to search
    for Security Profile resources within a Connect Instance.
  * api-change:``ivschat``: Documentation Change for IVS Chat API Reference - Doc-only update to
    change text/description for tags field.
  * api-change:``kendra``: This release adds support for a new authentication type - Personal Access
    Token (PAT) for confluence server.
  * api-change:``lookoutmetrics``: This release is to make GetDataQualityMetrics API publicly
    available.

==== python-kiwi ====
Version update (9.24.47 -> 9.24.48)

- Bump version: 9.24.47 → 9.24.48

==== python-zipp ====
Version update (3.8.0 -> 3.8.1)

- Remove deprecated setup.py hack: move to PEP517 build
- Fix requirements
  * Neither jaraco.itertools nor jaraco.tidelift are used outside
    testing or documentation building
- Ignore that upstream requires Python 3.7 or later since version
  3.7.0
- update to 3.8.1:
  * enrolled in tidelift

==== rsyslog ====
Version update (8.2204.1 -> 8.2208.0)

- added libzstd-devel as build dependency
- Upgrade to rsyslog 8.2208.0
  * 2022-08-09: ksi bugfix: request cache size and send timeout issue fixed.
  * 2022-08-09: imjournal bugfix: segmentation fault in close journal
  * 2022-08-09: net subsystem: support sha256 for StreamDriverAuthMode="x509/fingerprint"
  * 2022-08-05: imfile bugfix: message loss/duplication when monitored file is rotated
  * 2022-08-05: ksi bugfix: optimize processing of signer queue to fix delays.
  * 2022-08-04: ksi bugfix: possible crash fixed when several log files are opened.
  * 2022-08-04: openssl: add support to split tls commands by semicolon
  * 2022-08-04: openssl subsystem bugfix: build issue on Solaris
  * 2022-08-04: openssl: add more details to error messages
  * 2022-08-04: omclickhouse: capture additional exceptions
  * 2022-08-04: mmanon bugfix: Simplified and fixed IPv4 digit detection.
  * 2022-07-21: imptcp: slight tuning
  * 2022-07-20: template procesing/json: performance optimization
  * 2022-07-19: core bugfix: memory leak when free action worker data table
  * 2022-07-13: omfile: support for zstd compression
  * 2022-07-07: stream cleanup: move error message to debug log, only
  * 2022-07-04: mmdblookup bugfix: Don't crash Rsyslog on mmdb file errors
  * 2022-06-28: build error fix: libbson requires out-of-date language constructs
  * 2022-06-27: OpenSSL: fix depreacted API issues for OpenSSL 3.x
- Upgrade to rsyslog 8.2206.0
  * 2022-05-25: omelastisearch: allow omitting _type field
  * 2022-05-18: tcpsrv/imtcp: slight performance improvements
  * 2022-05-12: imptcp bugfix: worker thread starvation on extreme traffic
  * 2022-05-11: omelasticsearch: several support option for ElasticSearch 8
  - config params searchIndex and documentType can be empty
  - support for Data Stream API
  - new config param esVersion.major
  * 2022-05-09: tcp receiver bugfix: delay/potential hang on some error conditions
  * 2022-05-05: net bugfix: potential buffer overrun
    fixes CVE-2022-24903
    Advisory:
    https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8#advisory-comment-72243
  * 2022-05-05: imptcp: set OS worker thread name
  * 2022-04-26: mmanon bugfix: shortened IPv6 form not always anonymized
  * 2022-04-22: mmdblookup fix: wrong copy of buffer
  * 2022-04-22: mmdblookup: several enhancements
  - support arrays in MMDB entry
  - support escaped quotes '"' in MMDB entry
  - support '<' characters in MMDB entry, when in a field
  - support '}' characters in MMDB entry, when in a field

==== squid ====

- fix PIDFile
  * NOT needed in service file
    (squid.service: Can't open PID file /run/squid.pid)
  * placed to tmpfilesdir

==== sssd ====
Version update (2.7.3 -> 2.7.4)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-32bit sssd-krb5-common sssd-ldap

- Update to release 2.7.4
  * Lock-free client support will be only built if libc provides
    pthread_key_create() and pthread_once(). For glibc this means
    version 2.34+.

==== tcpd ====

- Makefile is not parallel-safe

==== userspace-rcu ====
Version update (0.13.1 -> 0.13.2)

- Update to version 0.13.2:
  * Revert "Fix: remove type constness in URCU_FORCE_CAST's C++
    version".
  * Fix: futex.h: include headers outside extern C.
  * Fix: add missing unused attribute to _rcu_dereference.
  * Fix: change method used by _rcu_dereference to strip type constness.
  * Fix: remove type constness in URCU_FORCE_CAST's C++ version.
  * Move extern "C" down in include/urcu/urcu-bp.h.
  * Fix: ifdef linux specific cpu count compat.
  * Set git-review branch to stable-0.13.
  * Fix: sysconf(_SC_NPROCESSORS_CONF) can be less than max cpu id.
  * Fix: revise obsolete command in README.md.
  * Fix: workqueue: remove unused variable "ret".
  * Fix: futex wait: handle spurious futex wakeups.
  * Fix: Use %lu rather than %ld to print count.

==== vim ====
Version update (9.0.0224 -> 9.0.0313)
Subpackages: gvim vim-data vim-data-common

- Updated to version 9.0.0313, fixes the following problems
  * Using NULL pointer when skipping compiled code.
  * Using freed memory with multiple line breaks in expression.
  * job_start() test may fail under valgrind.
  * Cannot read error message when abort() is called.
  * Crash when pattern looks below the last line.
  * Vim9: error message for missing type is not clear.
  * No error for comma missing in list in :def function.
  * Expanding "**" may loop forever with directory links.
  * Test with BufNewFile autocmd is flaky.
  * Removing multiple text properties takes many calls.
  * Cannot make difference between the end of :normal and a character  in
  its argument.
  * 'autoshelldir' does not work with chunked respose.
  * Popup menu not removed when 'wildmenu' reset while it is visible.
  * Mac: cannot build if dispatch.h is not available.
  * Shift-Tab shows matches on cmdline when 'wildmenu' is off.
  * Build failure without the +wildmenu feature.
  * Crash when using ":mkspell" with an empty .dic file.
  * "make install" does not install shared syntax file. (James McCoy)
  * "make install" still fails. (Wilhelm Payne)
  * Text properties "below" sort differently on MS-Windows.
  * Cannot easily get the list of sourced scripts.
  * Mechanism to prevent recursive screen updating is incomplete.
  * Using freed memory when 'tagfunc' deletes the buffer.
  * Cannot add padding to virtual text without highlight.
  * Duplicate code in finding a script in the execution stack.
  * No test for what 9.0.0234 fixes.
  * Slightly inconsistent error messages.
  * Test output shows up in git.
  * Cursor in wrong place after virtual text.
  * A symlink to an autoload script results in two entries in the list of
  scripts, items expected in one are actually in the other.
  * Typo in function name.
  * Build failure without the eval feature.
  * Compiler warning for uninitialized variables.
  * "->" in ":scriptnames" output not tested yet.
  * Crash with mouse click when not initialized.
  * Using freed memory when using 'quickfixtextfunc' recursively.
  * bufload() reads a file even if the name is not a file name. (Cyker Way)
  * Build failure without the +quickfix feature.
  * Too many #ifdefs.
  * No good reason why the "gf" command is not in the tiny version.
  * Compiler warning for unused argument.
  * Build error without the +eval feature.
  * getscriptinfo() does not include the version.  Cannot select entries by
  script name.
  * Some values of 'path' and 'tags' do not work in the tiny version.
  * Using INIT() in non-header files.
  * BufReadCmd not triggered when loading a "nofile" buffer. (Maxim Kim)
  * Konsole termresponse not recognized.
  * Netrw plugin does not show remote files.
  * BufEnter not triggered when using ":edit" in "nofile" buffer.
  * 'buftype' values not sufficiently tested.
  * Coverity CI: update-alternatives not needed with Ubuntu 20.04.
  * The +wildignore feature is nearly always available.
  * The tiny version has the popup menu but not 'wildmenu'.
  * The builtin termcap list depends on the version.
  * Build failure without the +eval feature.
  * A nested timout stops the previous timeout.
  * Cannot complete "syn list @cluster".
  * Using static buffer for multiple completion functions.
  * It is not easy to change the command line from a plugin.
  * Using freed memory when location list changed in autocmd.
  * Irix systems no longer exist.
  * When 'cmdheight' is zero some messages are not displayed.
  * Invalid memory write.
  * Compiler warning for variable set but not used.
  * Test failing.
  * Test causes another test to fail.
  * Messages window not hidden when starting a command line.
  * Crash when 'cmdheight' is 0 and popup_clear() used.
  * GUI drop files test sometimes fails.
  * Message in popup is shortened unnecessary.
  * Cursor position wrong after right aligned virtual text. (Iizuka Masashi)
  * Compiler warning for size_t to int conversion.
  * Error messages for setcmdline() could be better.
  * 'cpoptions' tests are flaky.
  * The message window popup is delayed after an error message.
  * CI for Coverity is bothered by deprecation warnings.
  * It is not easy to get information about a script.
  * WinScrolled is not triggered when only skipcol changes.
  * CI lists useless deprecation warnings.
  * Buffer write message is two lines in message popup window.
  * :echomsg doesn't work properly with cmdheight=0.
  * When cmdheight is zero the attention prompt doesn't show.
  * Invalid memory access when cmdheight is zero.
  * Output of :messages dissappears when cmdheight is zero.
  * Test for hit-Enter prompt fails.
  * Test for cmdheight zero fails.
  * Using common name in tests leads to flaky tests.

==== wpebackend-fdo ====
Version update (1.12.0 -> 1.12.1)

- Update to version 1.12.1:
  + Fixed a crash caused by trying to deallocate already freed
    graphics buffers in certain situations.

==== xen ====
Version update (4.16.2_02 -> 4.16.2_04)
Subpackages: xen-libs xen-tools xen-tools-domU

- bsc#1201994 - Xen DomU unable to emulate audio device
  62fde97e-tools-libxl-Replace-deprecated-soundhw-on-QEMU-command-line.patch
- Things are compiling fine now with gcc12.
  Drop gcc12-fixes.patch

==== xfsdump ====
Version update (3.1.10 -> 3.1.11)

- Update to version 3.1.11
  - Remove remaining slave words from documentation
  - Remove DMAPI remaining code
  - Fix FTBFS error
  - Removed xfsdump-xfs_restore-remove-DMAPI-support.patch
  - Updated keyring to reflect new upstream maintainer (cem@kernel.org)

==== yast2 ====
Version update (4.5.10 -> 4.5.11)
Subpackages: yast2-logs

- On transactional systems, inform the user that packages are
  required to be installed manually (related to bsc#1199840)
- 4.5.11

==== yast2-core ====
Version update (4.5.2 -> 4.5.3)

- Fix a test that would fail in the year 2038
  (gh#yast/yast-core#160)
- 4.5.3