Packages changed:
  branding-openSUSE
  json-c
  patterns-base
  permissions (1550_20210125 -> 1550_20210518)
  zchunk (1.1.11 -> 1.1.14)
  zstd (1.4.9 -> 1.5.0)

=== Details ===

==== branding-openSUSE ====
Subpackages: grub2-branding-openSUSE

- Enable grub2-branding on riscv64

==== json-c ====

- Add -std=gnu99 to fix build with some gcc versions

==== patterns-base ====
Subpackages: patterns-base-apparmor patterns-base-bootloader patterns-base-minimal_base

- Some enhanced_base cleanup
  * alsa-plugins will be pulled in by alsa if needed
  * cronie is not needed in favor of systemd timers
  * The cups server is not needed in general
  * postfix used to be required by cron but not anymore today
  * cyrus-sasl will be pulled in by others if needed
  * openslp will be pulled in by rsync so far
  * translation-update is for build systems only
  * udev is pulled in by systemd if needed
  * perl-TermReadLine-Gnu ???

==== permissions ====
Version update (1550_20210125 -> 1550_20210518)
Subpackages: chkstat permissions-config

- Update to version 20210518:
  * whitelist please (bsc#1183669)
- Update to version 20210518:
  * Fix enlightenment paths for 32-bit architectures

==== zchunk ====
Version update (1.1.11 -> 1.1.14)

- Update to version 1.1.14
  * Final fixes for zstd 1.5 support
- Update to version 1.1.12
  * Update testsuite for zstd 1.5

==== zstd ====
Version update (1.4.9 -> 1.5.0)

- Update to version 1.5.0
  * https://github.com/facebook/zstd/releases/tag/v1.5.0
  * Improved Middle-Level Compression Speed
  * Improved High-Level Compression Ratio
  * Faster Decompression Speed
  * Dynamic Library Supports Multithreading by Default
- Drop zstd-1.4.9-Avoid-SIGBUS-on-armv6.patch, merged upstream
- Add zstd-1.4.9-Avoid-SIGBUS-on-armv6.patch
  to fix crashes when running armv6 userspace on armv8 64-bit kernels