Packages changed:
  aaa_base (84.87+git20200507.e2243a4 -> 84.87+git20200804.d7fb210)
  apparmor
  bash (5.0.11 -> 5.0.18)
  filesystem
  iptraf-ng (1.2.0 -> 1.2.1)
  krb5
  libcap (2.32 -> 2.42)
  llvm10
  mutt (1.14.4 -> 1.14.6)
  perl-Cpanel-JSON-XS (4.19 -> 4.21)
  permissions (1550_20200727 -> 1550_20200811)
  pkgconf
  python-rpm-macros (20200714.252de1f -> 20200806.f44d3ac)
  salt
  zlib

=== Details ===

==== aaa_base ====
Version update (84.87+git20200507.e2243a4 -> 84.87+git20200804.d7fb210)
Subpackages: aaa_base-extras

- Let's own /etc/init.d/ as it is gone from package filesystem
- Don't create/ship halt.local, systemd support for it was dropped.
- Update to version 84.87+git20200804.d7fb210:
  * bashrc: fix bash: -s: command not found
- Update to version 84.87+git20200804.00680c3:
  * Add proper quoting to last change
  * add screen.xterm-256color to DIR_COLORS
- Update to version 84.87+git20200708.f5e90d7:
  * check for Packages.db and use this instead of Packages
    (boo#1171762)
  * Add also support for /usr/etc/profile.d for tcsh
  * Do add some support for /usr/etc/profile.d

==== apparmor ====
Subpackages: apparmor-abstractions apparmor-docs apparmor-parser apparmor-parser-lang apparmor-profiles apparmor-utils apparmor-utils-lang pam_apparmor pam_apparmor-32bit perl-apparmor python3-apparmor

- sevdb-caps-mr589.diff: add new capabilities CAP_BPF and CAP_PERFMON
  to severity.db (lp#1890547)

==== bash ====
Version update (5.0.11 -> 5.0.18)
Subpackages: bash-doc bash-lang

- Bump bpatchlvl version to 18 which was missed in previous change

==== filesystem ====

- Ignore init.d/*.local ghost files from aaa_base and remove
  /etc/init.d (it's part of insserv-compat since a long time)
  [jsc#SMO-14]

==== iptraf-ng ====
Version update (1.2.0 -> 1.2.1)

- update to 1.2.1:
  * Makefile: protect mandatory compile flags
  * packet capture: don't reuse socket for multiple receive functions
  * TPACKET_V[23]: continue even if mlock() fails
- remove 0001-Revert-TPACKET_V3-mlock-mmap-ed-address-space-into-R.patch:
  fixed differently upstream

==== krb5 ====
Subpackages: krb5-32bit krb5-client

- Don't fail if %{_lto_cflags} is empty

==== libcap ====
Version update (2.32 -> 2.42)

- Update to version 2.42:
  * Closed a potential issue with "libcap/psx" Go package and errno
  * Documentation updates
  * Minor optimization for cap_to_text() and (*cap.Set).String()
  * Discovered and added a missing function (*cap.Set).SetNSOwner() to achieve parity with libcap
  * Multiple fixes
  * Support Go module abstraction
  * A new kernel capability: CAP_BPF
  * Better support for cross-compilation
  * pam_cap now honors PAM_REINITIALIZE_CRED
  * implements cap_launch functionality

==== llvm10 ====
Subpackages: clang-tools clang10 clang10-doc libLLVM10 libLTO10 libc++-devel libc++1 libc++abi-devel libc++abi1 libclang10

- Add ld.lld as an alternative for ld. (boo#1174656)

==== mutt ====
Version update (1.14.4 -> 1.14.6)
Subpackages: mutt-doc mutt-lang

- mutt 1.14.6:
  * fix bug where atimes were not being properly reset for mailbox
    entries
  * Remove $ssl_starttls check for IMAP PREAUTH
  * Don't check IMAP PREAUTH encryption if $tunnel is in use

==== perl-Cpanel-JSON-XS ====
Version update (4.19 -> 4.21)

- updated to 4.21
  see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.21 2020-08-13 (rurban)
  - Fix not enough HEK memory allocation for the new canonical tied hashes
    feature. (GH #168)
  - TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
    125_shared_boolean.t
  4.20 2020-08-12 (rurban)
  - New feature: sort tied hashes with canonical. (GH #167)
  - Fix encode of threads::shared boolean (#166 Sam Bingner).
    This was broken with 4.00.
  - Fix some stringify overload cases via convert_blessed (GH #105)
  - Fix a compat case with JSON::XS, when convert_blessed is set, but
    allow_blessed not. (GH #105)
  - Improve blessed and stringify tests
  - Work on better inf/nan detection on AIX (#165 Peter Heuchert)
  - Fix documentation for booleans and their types (#162 by Karen Etheridge)

==== permissions ====
Version update (1550_20200727 -> 1550_20200811)
Subpackages: chkstat permissions-config permissions-doc

- Update to version 20200811:
  * regtest: support new getcap output format in libcap-2.42
  * regtest: print individual test case errors to stderr

==== pkgconf ====
Subpackages: libpkgconf3 pkgconf-m4 pkgconf-pkg-config

- Add /usr/local paths to pkg-config(1) search path for non RPM builds (boo#1175039)

==== python-rpm-macros ====
Version update (20200714.252de1f -> 20200806.f44d3ac)
Subpackages: python-rpm-generators

- Update to version 20200806.f44d3ac:
  * fix unittest macros

==== salt ====
Subpackages: python3-salt salt-master salt-minion

- Require /usr/bin/python instead of /bin/python for RHEL-family (bsc#1173936)
- Don't install SuSEfirewall2 service files in Factory
- Fix __mount_device wrapper to accept separate args and kwargs
- Added:
  * fix-__mount_device-wrapper-254.patch

==== zlib ====
Subpackages: libminizip1 libz1 libz1-32bit zlib-devel

- Permit a deflateParams() parameter change as soon as possible(bsc#1174736)
  * bsc1174736-DFLTCC_LEVEL_MASK-set-to-0x1ff.patch
  Fix DFLTCC not flushing EOBS when creating raw streams(bsc#1174551)
  * bsc1174551-fxi-imcomplete-raw-streams.patch