Packages changed:
  alsa
  branding-openSUSE (84.87.20191004 -> 84.87.20200106)
  containers-systemd (0.0+git20201220.ed8a6b2 -> 0.0+git20210107.f55f4b3)
  hwdata (0.342 -> 0.343)
  kernel-source (5.10.4 -> 5.10.5)
  libnettle (3.6 -> 3.7)
  mdadm
  perl-HTTP-Cookies (6.09 -> 6.10)
  perl-HTTP-Message (6.26 -> 6.27)
  permissions (1550_20201008 -> 1550_20201111)
  rpm (4.15.1 -> 4.16.0)

=== Details ===

==== alsa ====

- Backport upstream fixes:
  a PCM plugin regression fix about snd_pcm_status() call, plugin
  directory handling fixes, missing audio timestamp types,
  use-after-free fix for conf parser, PCM plugin delay account fixes,
  etc:
  0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch
  0002-dlmisc-fix-snd_plugin_dir-locking-for-not-DL_ORIGIN_.patch
  0003-pcm-snd_pcm_mmap_readi-fix-typo-in-comment.patch
  0007-pcm-set-the-snd_pcm_ioplug_status-tstamp-field.patch
  0009-pcm-Add-snd_pcm_audio_tstamp_type_t-constants.patch
  0010-test-audio_time-Make-use-of-SND_PCM_AUDIO_TSTAMP_TYP.patch
  0011-pcm-Fix-a-typo-in-SND_PCM_AUDIO_TSTAMP_TYPE_LAST-def.patch
  0012-conf-fix-use-after-free-in-_snd_config_load_with_inc.patch
  0013-ucm-fix-bad-frees-in-get_list0-and-get_list20.patch
  0014-rawmidi-fix-memory-leak-in-snd_rawmidi_virtual_open.patch
  0015-timer-fix-sizeof-operator-mismatch-in-snd_timer_quer.patch
  0016-pcm-remove-dead-assignments-from-snd_pcm_rate_-commi.patch
  0017-pcm_multi-remove-dead-assignment-from-_snd_pcm_multi.patch
  0018-conf-fix-get_hexachar-return-value.patch
  0019-pcm-fix-__snd_pcm_state-return-value.patch
  0020-confmisc-fix-memory-leak-in-snd_func_concat.patch
  0021-conf-fix-return-code-in-_snd_config_load_with_includ.patch
  0022-pcm-plugin-status-fix-the-return-value-regression.patch
  0023-pcm-plugin-status-revert-the-recent-changes.patch
  0024-pcm-plugin-tidy-snd_pcm_plugin_avail_update.patch
  0025-pcm-plugin-optimize-sync-in-snd_pcm_plugin_status.patch
  0026-Revert-pcm_plugin-fix-delay.patch
  0027-pcm-ioplug-fix-the-delay-calculation-in-the-status-c.patch
  0028-pcm-rate-tidy-up-snd_pcm_rate_avail_update.patch
  0029-pcm-ioplug-fix-the-delay-calculation-for-old-plugins.patch
  0030-pcm-rate-use-pcm_frame_diff-in-snd_pcm_rate_playback.patch
  0031-pcm-plugin-fix-status-code-for-capture.patch
  0032-pcm-rate-use-pcm_frame_diff-on-related-places.patch
  0033-pcm-rate-fix-the-capture-delay-values.patch

==== branding-openSUSE ====
Version update (84.87.20191004 -> 84.87.20200106)
Subpackages: grub2-branding-openSUSE wallpaper-branding-openSUSE

- Update LibreOffice About image (boo#1180550)

==== containers-systemd ====
Version update (0.0+git20201220.ed8a6b2 -> 0.0+git20210107.f55f4b3)

- Update to version 0.0+git20210107.f55f4b3:
  * postfix: provide SMTP_TLS_SECURITY_LEVEL variable
- Update to version 0.0+git20210107.5e7d60c:
  * spamassassin: add volume for configuration files
- Update to version 0.0+git20210105.c149375:
  * postfix: Add SMTP_PORT and NULLCLIENT

==== hwdata ====
Version update (0.342 -> 0.343)

- Add merge-pciids.pl to fully duplicate behavior of pciutils-ids
  * Resolves SLE issue bsc#1180422 bsc#1180482
- Update to version 0.343:
  + Updated pci, usb and vendor ids.

==== kernel-source ====
Version update (5.10.4 -> 5.10.5)

- drm/docs: Fix todo.rst (git-fixes).
- net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
  (git-fixes).
- commit 19815f3
- Linux 5.10.5 (bsc#1012628).
- net/sched: sch_taprio: reset child qdiscs before freeing them
  (bsc#1012628).
- mptcp: fix security context on server socket (bsc#1012628).
- ethtool: fix error paths in ethnl_set_channels() (bsc#1012628).
- ethtool: fix string set id check (bsc#1012628).
- md/raid10: initialize r10_bio->read_slot before use
  (bsc#1012628).
- drm/amd/display: Add get_dig_frontend implementation for DCEx
  (bsc#1012628).
- io_uring: close a small race gap for files cancel (bsc#1012628).
- jffs2: Allow setting rp_size to zero during remounting
  (bsc#1012628).
- jffs2: Fix NULL pointer dereference in rp_size fs option parsing
  (bsc#1012628).
- spi: dw-bt1: Fix undefined devm_mux_control_get symbol
  (bsc#1012628).
- opp: fix memory leak in _allocate_opp_table (bsc#1012628).
- opp: Call the missing clk_put() on error (bsc#1012628).
- scsi: block: Fix a race in the runtime power management code
  (bsc#1012628).
- mm/hugetlb: fix deadlock in hugetlb_cow error path
  (bsc#1012628).
- mm: memmap defer init doesn't work as expected (bsc#1012628).
- lib/zlib: fix inflating zlib streams on s390 (bsc#1012628).
- io_uring: don't assume mm is constant across submits
  (bsc#1012628).
- io_uring: use bottom half safe lock for fixed file data
  (bsc#1012628).
- io_uring: add a helper for setting a ref node (bsc#1012628).
- io_uring: fix io_sqe_files_unregister() hangs (bsc#1012628).
- uapi: move constants from <linux/kernel.h> to <linux/const.h>
  (bsc#1012628).
- tools headers UAPI: Sync linux/const.h with the kernel headers
  (bsc#1012628).
- cgroup: Fix memory leak when parsing multiple source parameters
  (bsc#1012628).
- zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of
  dfltcc_syms.c (bsc#1012628).
- scsi: cxgb4i: Fix TLS dependency (bsc#1012628).
- Bluetooth: hci_h5: close serdev device and free hu in h5_close
  (bsc#1012628).
- fbcon: Disable accelerated scrolling (bsc#1012628).
- reiserfs: add check for an invalid ih_entry_count (bsc#1012628).
- misc: vmw_vmci: fix kernel info-leak by initializing dbells
  in vmci_ctx_get_chkpt_doorbells() (bsc#1012628).
- media: gp8psk: initialize stats at power control logic
  (bsc#1012628).
- f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
  (bsc#1012628).
- ALSA: seq: Use bool for snd_seq_queue internal flags
  (bsc#1012628).
- ALSA: rawmidi: Access runtime->avail always in spinlock
  (bsc#1012628).
- bfs: don't use WARNING: string when it's just info
  (bsc#1012628).
- ext4: check for invalid block size early when mounting a file
  system (bsc#1012628).
- fcntl: Fix potential deadlock in send_sig{io, urg}()
  (bsc#1012628).
- io_uring: check kthread stopped flag when sq thread is unparked
  (bsc#1012628).
- rtc: sun6i: Fix memleak in sun6i_rtc_clk_init (bsc#1012628).
- module: set MODULE_STATE_GOING state when a module fails to load
  (bsc#1012628).
- quota: Don't overflow quota file offsets (bsc#1012628).
- rtc: pl031: fix resource leak in pl031_probe (bsc#1012628).
- powerpc: sysdev: add missing iounmap() on error in
  mpic_msgr_probe() (bsc#1012628).
- i3c master: fix missing destroy_workqueue() on error in
  i3c_master_register (bsc#1012628).
- NFSv4: Fix a pNFS layout related use-after-free race when
  freeing the inode (bsc#1012628).
- f2fs: avoid race condition for shrinker count (bsc#1012628).
- f2fs: fix race of pending_pages in decompression (bsc#1012628).
- module: delay kobject uevent until after module init call
  (bsc#1012628).
- powerpc/64: irq replay remove decrementer overflow check
  (bsc#1012628).
- fs/namespace.c: WARN if mnt_count has become negative
  (bsc#1012628).
- watchdog: rti-wdt: fix reference leak in rti_wdt_probe
  (bsc#1012628).
- um: random: Register random as hwrng-core device (bsc#1012628).
- um: ubd: Submit all data segments atomically (bsc#1012628).
- NFSv4.2: Don't error when exiting early on a READ_PLUS buffer
  overflow (bsc#1012628).
- ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW
  inode fails (bsc#1012628).
- drm/amd/display: updated wm table for Renoir (bsc#1012628).
- tick/sched: Remove bogus boot "safety" check (bsc#1012628).
- s390: always clear kernel stack backchain before calling
  functions (bsc#1012628).
- io_uring: remove racy overflow list fast checks (bsc#1012628).
- ALSA: pcm: Clear the full allocated memory at hw_params
  (bsc#1012628).
- dm verity: skip verity work if I/O error when system is shutting
  down (bsc#1012628).
- ext4: avoid s_mb_prefetch to be zero in individual scenarios
  (bsc#1012628).
- device-dax: Fix range release (bsc#1012628).
- Refresh patches.suse/supported-flag.
- commit 3bb334e
- Revert "drm/amd/display: Fixed Intermittent blue screen on
  OLED panel" (bsc#1180404).
- commit 086fc4c
- ALSA: hda/hdmi: Fix incorrect mutex unlock in
  silent_stream_disable() (bsc#1180543).
- commit 010df91

==== libnettle ====
Version update (3.6 -> 3.7)
Subpackages: libhogweed6 libnettle8

- GNU Nettle 3.7:
  * add bcrypt password hashing
  * add optimizations: PowerPC64 assembly
- remove deprecated texinfo packaing macros

==== mdadm ====

- Incremental: Remove redundant spare movement logic
  (jsc#SLE-13700, bsc#1180220)
  0112-Incremental-Remove-redundant-spare-movement-logic.patch
- Dump: get stat from a wrong metadata file when restoring metadata
  (jsc#SLE-13700)
  0113-Dump-get-stat-from-a-wrong-metadata-file-when-restor.patch

==== perl-HTTP-Cookies ====
Version update (6.09 -> 6.10)

- updated to 6.10
  see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
  6.10      2021-01-04 22:03:43Z
  - Do not set discard if max-age is set (GH#61) (robnagler, simbabque)
  - Add tests for #61 - do not set discard if max-age is set (GH#65) (Julien Fiegehenn)

==== perl-HTTP-Message ====
Version update (6.26 -> 6.27)

- updated to 6.27
  see /usr/share/doc/packages/perl-HTTP-Message/Changes
  6.27      2021-01-05 03:02:01Z
  - Clean up backcompat code (GH#148) (Dan Book)
  - Add "308 Permanent Redirect" to is_cacheable_by_default (GH#150) (simbabque)

==== permissions ====
Version update (1550_20201008 -> 1550_20201111)
Subpackages: chkstat permissions-config

- move man page to where the documented files are
- Update to version 20201111:
  * squid: remove basic_pam_auth which doesn't need special perms (bsc#1171569)
  * mgetty: remove long dead (or never existing) locks directory (bsc#1171882)
  * adjust squid pinger path (bsc#1171569)
  * profiles: remove now superfluous squid pinger paths (bsc#1171569)
  * ksgrd_network_helper: remove obviously wrong path
  * etc/permissions: remove unnecessary, duplicate, outdated entries
  * chkstat: implement support for variables in profile paths in new
    variables.conf
  * man pages: add documentation about variables, update copyrights
  * profiles: use new variables feature to remove redundant entries
  * profiles: prepare /usr/sbin versions of profile entries (bsc#1029961)
  * Makefile: support CXXFLAGS and LDFLAGS override / extension via make/env variables (bsc#1178475)
  * Makefile: compile with LFO support to fix 32-bit emulation on 64-bit hosts (bsc#1178476)
  * README: added information about know limitations of this approach
- adjusted spec file:
  - package new variables.conf
  - apply %{optflags} correctly via CXXFLAGS variable
  - drop FSCAPS_DEFAULT_ENABLED which isn't recognized anymore by the
    refactored chkstat sources. This is now the default.

==== rpm ====
Version update (4.15.1 -> 4.16.0)

- fix potential access of freed mem in ndb's glue code [bnc#1179416]
  * new patch: ndbglue.diff
- allow opening the rpm database with an unset db_backend
  * new patch: empty_dbbackend.diff
- RPM no longer ships config.sub and config.guess, just copy it
  from Libtool since it is identical
- update to rpm-4.16.0
  * powerful macro and %if expressions including ternary operator
    and native version comparison
  * optional MIME type based file classification
  * dependency generation by parametric macros
  * a new version parsing and comparison API in C and Python
  * parallelise test-suite execution
  * clarify RPM license
- add method to iterate over header blobs
  * new patch: nextiteratorheaderblob.diff
- modified patches:
  * brpcompress.diff
  * brp-compress-no-img.patch
  * brp.diff
  * checkfilesnoinfodir.diff
  * db_conversion.diff
  * dbrointerruptable.diff
  * findsupplements.diff
  * ignore-auxv.diff
  * macrosin.diff
  * nobuildcolor.diff
  * nomagiccheck.diff
  * platformin.diff
  * rpmqpack.diff
  * rpm-shorten-changelog.diff
  * suspendlock.diff
- dropped patches:
  * rpm-4.12.0.1-fix-bashisms.patch
  * lazystatfs.diff
  * db_ops_name.diff
  * bdb_ro.diff
  * disable_bdb.diff
  * ndb_backport.diff
  * initgcrypt.diff
  * gcryptdsa2.diff
  * ndb_backport2.diff
  * touch_backport.diff