From 1bcc94fae9d6dae12771f80c33b7fc508fcf1c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 20 Jul 2021 18:41:32 +0200 Subject: [PATCH] Version 246.15 --- sources | 2 +- systemd.spec | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 32efee1..d472119 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-246.14.tar.gz) = 201431e46561f8df1f995a3e518edc631d5d80d8c60fe8b00e089afe17e9633d18e5e598fee9693d447c1bb0ec7b167c15936cde5e63ae1d9f808d6dac72aadc +SHA512 (systemd-246.15.tar.gz) = 71c8afb9de149b9f4b2f63c7a84e2ce2d897e90570692eaa75d8c99c345ad6cfc9717f93844ff1f582f65b7bdbb1166de1d4574cf6f4329edda8920a6c6bf536 diff --git a/systemd.spec b/systemd.spec index b41d1a4..0ffb624 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd -Version: 246.14 +Version: 246.15 Release: 1%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ @@ -892,6 +892,21 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Tue Jul 20 2021 Zbigniew Jędrzejewski-Szmek - 246.15-1 +- Various correctness and potential crash fixes (systemd-journald, + udev, systemctl, systemd, systemd-tmpfiles, systemd-resolved) +- Better handling of very long sysfs paths +- Compilation fixes for updated glibc and kernel headers +- Addition of new syscalls to seccomp filters +- Latvian and Spanish/Dvorak keyboard mappings +- Shell completion fixes +- Ignore FORCERENEW DHCP messages in systemd-networkd (TALOS-2020-1142, + CVE-2020-13529, #1959398) +- by-uuid symlinks for ubifs volumes are now created +- CVE-2021-33910, #1984020: an unchecked stack allocation could be used to + crash systemd and cause the system to reboot by creating a very long + fuse mountpoint path. + * Sat May 15 2021 Zbigniew Jędrzejewski-Szmek - 246.14-1 - Do not preset systemd-networkd.service and systemd-networkd-wait-online.service on upgrades from before systemd-networkd was split out (#1943263)