Packages changed:
  NetworkManager (1.30.4 -> 1.32.2)
  avahi
  bluez (5.58 -> 5.59)
  ca-certificates-mozilla (2.46 -> 2.50)
  dracut (055+suse.106.g760b0c69 -> 055+suse.110.gbe35f166)
  ncurses (6.2.20210612 -> 6.2.20210626)
  patterns-containers
  qalculate (3.18.0 -> 3.19.0)
  rpm-config-SUSE (0.g76 -> 0.g83)
  serd (0.30.6 -> 0.30.10)

=== Details ===

==== NetworkManager ====
Version update (1.30.4 -> 1.32.2)
Subpackages: libnm0 typelib-1_0-NM-1_0

- Update to version 1.32.2 (CVE-2020-13529):
  + hostname: prefer IPv4 addresses for reverse DNS lookup.
  + dhcp: ignore unauthenticated FORCERENEW messages with internal,
    systemd-based DHCPv4 plugin (CVE-2020-13529). This plugin is
    not used, unless the undocumented dhcp=systemd option was set.
  + cloud-setup: preserve IP addresses, routes and rules from
    currently active connection profile.
  + Various bugfixes and performance improvements.
- Update to version 1.32.0:
  + Now NetworkManager uses systemd-resolved API to lookup the
    system hostname via reverse DNS. If systemd-resolved is not
    available, a 'nm-daemon-helper' binary is spawned to perform
    the lookup using the 'dns' NSS module.
- Rebase patches.

==== avahi ====
Subpackages: libavahi-client3 libavahi-common3 libavahi-core7

- Add avahi-CVE-2021-3502.patch: fix NULL pointer crashes
  (boo#1184846 CVE-2021-3502).

==== bluez ====
Version update (5.58 -> 5.59)
Subpackages: bluez-cups libbluetooth3

- add bluez-5.59-0388794dc5fdb73a4ea.diff, fixes a2dp on newly
  paired devices, https://github.com/bluez/bluez/issues/157
- update to 5.59:
  * Fix issue with string to UUID-32 conversion.
  * Fix issue with connect request if SDP search failed.
  * Fix issue with accepting invalid AVDTP capabilities.
  * Fix issue with unregister handling of AVRCP player.
- new tool: mesh-cfgtest
- new manpages: btmon.1, bluetooth-meshd.8
- rebased bluez-test-2to3.diff

==== ca-certificates-mozilla ====
Version update (2.46 -> 2.50)

- updated to 2.50 state of the Mozilla NSS Certificate store (bsc#1188006)
  Added CAs:
  * AC RAIZ FNMT-RCM SERVIDORES SEGUROS
  * ANF Secure Server Root CA
  * Certum EC-384 CA
  * Certum Trusted Root CA
  * GlobalSign Root E46
  * GlobalSign Root R46
  * GlobalSign Secure Mail Root E45
  * GlobalSign Secure Mail Root R45
  * GLOBALTRUST 2020
  Removed CAs:
  * GeoTrust Primary Certification Authority - G2
  * QuoVadis Root Certification Authority
  * Sonera Class2 CA
  * Trustis FPS Root CA
  * VeriSign Universal Root Certification Authority
- fix mozila typo in installed files

==== dracut ====
Version update (055+suse.106.g760b0c69 -> 055+suse.110.gbe35f166)
Subpackages: dracut-ima dracut-mkinitrd-deprecated

- Update to version 055+suse.110.gbe35f166:
  * fix(fips-suse): fipscheck doesn't need the -c parameter (bsc#1187498)
  * fix(kernel-install): initrd vs initramfs

==== ncurses ====
Version update (6.2.20210612 -> 6.2.20210626)
Subpackages: libncurses6 ncurses-utils terminfo-base

- Update tack to 1.09-20210619
  + Fix scan-build warning about unused assignment
  + Autoconf fixes
- Add ncurses patch 20210626
  + add configure option --disable-root-access, which tells ncurses to
    disallow most file-opens by setuid processes.
  + use default colors in pccon "op" -TD
  + correct rmacs/smacs in aaa+dec, aaa+rv -TD
  + add hpterm-color2 and hp98550-color (Martin Trusler)
  + regenerate man-html documentation.
- Remove setfsuid code from patch ncurses-6.2.dif as now upstream solved
- Correct offset of patch ncurses-5.9-ibm327x.dif and ncurses-6.2.dif
- Add ncurses patch 20210619
  + improve configure-macro used for dependencies of --disable-leaks such
    as --with-valgrind
  + trim trailing blanks from files
- Remove trailing space in patch ncurses-6.2.dif

==== patterns-containers ====

- Remove cilium from kubeadm pattern

==== qalculate ====
Version update (3.18.0 -> 3.19.0)

- Update to 3.19.0:
  * Ask (once) for the correct interpretation of dots,
    when comma is decimal separator
  * Improve simplification of logical expressions (boolean algebra)
    and add boolean assumptions for unknown variables
  * Add nand and nor operators and spelled out version of logical
    not operator ("not"), and interpret bitwise operators as logical
    in some cases
  * New functions for inverse cumulative distributions: chisqdistinv(),
    fdistinv(), normdistinv(), and tdistinv()
  * Add inverse incomplete beta function, betaincinv(), and improve betainc()
  * newtonsolve() and secantsolve() functions for solving equations
    using Newton's or secant method
  * Do not return dot product when multiplication operator is used with
    vectors (use "." or dot() function instead)
  * Russian and German translations
  * Fix cumulative t-distribution for X < 0
  * Minor bug fixes and feature improvements

==== rpm-config-SUSE ====
Version update (0.g76 -> 0.g83)

- Update to version 0.g83:
  * Find kernel modules also in /usr/lib/modules
- Update to version 0.g81:
  * Support ZSTD compressed kernel modules
  * Fix a typo: povides -> provides
  * Quote %buildroot in makeinstall macros

==== serd ====
Version update (0.30.6 -> 0.30.10)

- update to 0.30.10:
  * Add fallback configuration if documentation theme is unavailable
  * Fix SERD_DISABLE_DEPRECATED
  * Fix building for older MacOS versions on newer MacOS
  * Fix documentation installation directory
  * Deprecate serd_uri_to_path()
  * Don't install API man pages
  * Fix potential memory error when serialising URIs
  * Move headers to an include directory
  * Refuse to write relative URI references to NTriples
  * Remove the need for a generated configuration header
  * Remove use of C character class functions that may use locale
  * Split up and reorganize unit tests
  * Use aligned allocation via C11 or Windows API where possible