Packages changed:
  bash-completion
  busybox-links
  fwupd-efi (1.1 -> 1.2)
  grep
  p11-kit (0.23.22 -> 0.24.1)
  wavpack

=== Details ===

==== bash-completion ====

- remove PS1-completion-boo903362.patch as it breaks on non-bash
  shells and the original problem in
  bsc#903362#c9 does not occur anymore
- add versioned dependency to bash versions that have the fix

==== busybox-links ====
Subpackages: busybox-coreutils busybox-gawk busybox-grep busybox-gzip busybox-sed busybox-xz

- replace copy from buildroot's gzip with a reimplementation
  that is not GPLv3 (jsc#PM-3301)

==== fwupd-efi ====
Version update (1.1 -> 1.2)

- Update to version 1.2:
  * Release fwupd-efi 1.2
  * meson: use stadard objcopy binary
  * meson: use find_program() to find the helper scripts we run
  * meson: using local copy ldscript when local copy crt0 be used for SBAT
  * sbat: clarify project URL
  * trivial: Ignore some markdown issues
  * Wait 5 seconds to reboot on errors
  * Port pre-commit clang-format, codespell, markdownlint from fwupd
  * trivial: fixup python errors by codacity/precommit
  * trivial: fixup markdown format
  * trivial: spelling errors
  * Sleep longer when no updates to process
  * README: fix typo and URL
  * trivial: post release version bump
- Remove 0001-meson-using-local-copy-ldscript-when-local-copy-crt0.patch
  (merged upstream)

==== grep ====

- Make profiling deterministic (bsc#1040589)

==== p11-kit ====
Version update (0.23.22 -> 0.24.1)
Subpackages: libp11-kit0 p11-kit-tools

- make sure p11-kit components have matching versions (boo#1196812)
- Update to version 0.24.1:
  * rpc: Support protocol version negotiation.
  * proxy: Support copying attribute array recursively.
  * Link libp11-kit so that it cannot unload.
  * Translation improvements.
  * Build fixes.
- Update to version 0.24.0:
  * Use inclusive language on certificate distrust. Note: This
    changes the directory and attribute names to distrust certain
    CAs to "blocklist".
  * Fix issues spotted by coverity and ASan.
  * Integrate gettext with tools more tightly.
  * rpc: Forbid use of array of attributes.
  * Build fixes.
- Change dirs from blacklist to blocklist ref upstream changes.

==== wavpack ====

- security update
- added patches
  fix CVE-2021-44269 [bsc#1197020], out of bounds read in processing .wav file
  + wavpack-CVE-2021-44269.patch