Packages changed:
  iproute2
  ncurses (6.3.20220226 -> 6.3.20220312)
  openssl (1.1.1m -> 1.1.1n)
  openssl-1_1 (1.1.1m -> 1.1.1n)
  python-more-itertools
  python-py
  rpm
  zlib-ng-compat (2.0.5 -> 2.0.6)

=== Details ===

==== iproute2 ====

- Add eBPF(libbpf) support
- Adjust NETNS_RUN_DIR from /var/run to /run

==== ncurses ====
Version update (6.3.20220226 -> 6.3.20220312)
Subpackages: libncurses6 ncurses-utils terminfo-base

- Add ncurses patch 20220312
  + add xterm+acs building-block -TD
  + add xterm-p370, for use in older terminals -TD
  + add dec+sl to xterm-new, per patch #371 -TD
  + add mosh and mosh-256color -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif
- Add ncurses patch 20220305
  + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to
    work around build problems with gnat 12.
  + update external links in Ada95.html
  + trim unused return-value from canonical_name().

==== openssl ====
Version update (1.1.1m -> 1.1.1n)

- Update to 1.1.1n release

==== openssl-1_1 ====
Version update (1.1.1m -> 1.1.1n)
Subpackages: libopenssl1_1

- Update to 1.1.1n: [bsc#1196877, CVE-2022-0778]
  * Security fix [CVE-2022-0778]: Infinite loop for non-prime moduli
    in BN_mod_sqrt() reachable when parsing certificates.
  * Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK
    (RFC 5489) to the list of ciphersuites providing Perfect Forward
    Secrecy as required by SECLEVEL >= 3.
  * Rebase openssl-1.1.1-fips.patch openssl-1.1.1-evp-kdf.patch

==== python-more-itertools ====

- use python_expand for fdupes

==== python-py ====

- use %python_expand for %fdupes

==== rpm ====

- drop rpm-deptracking.patch, this is already upstream and
  we were just adding it twice
- use fileprovide /usr/bin/gzip for "rpm-build" to make alternative
  providers possible
- add leave-malloc-check-set.diff to actually use MALLOC_CHECK_ during
  build

==== zlib-ng-compat ====
Version update (2.0.5 -> 2.0.6)

- Update to 2.0.6:
  * Fix hangs on macOS #1031
  * Fix minideflate write buffers being overwritten #1060
  * Fix deflateBound and compressBound returning too small size estimates #1049 #1071
  * Fix incorrect function declaration warning #1080
  * Fix build problems when building outside of source dir #1049
  * Fix build problems on arm2-7 #1030
  * Fixed some compile warnings #1020 #1036 #1037 #1048
  * Improved posix memalign support #888
  * Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067
  * Improvements for integration into other projects #1022 #1042
  * Code style fixes #637 #1040 #1050 #1075