From c61b9c5d29e906f346ac080c2a03fde3f84d40b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 20 Jul 2021 15:17:05 +0200 Subject: [PATCH] Version 249.1 --- sources | 2 +- systemd.spec | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 6a6a3d7..48ed297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-249.tar.gz) = 0810d09cc32e4aaa4425ee5b7ddf129262b061ce159cbd43571fabda48285243d8f80b566379ece9215d531b9407ee45e1e72c71935644fea31c7bca1bbf540c +SHA512 (systemd-249.1.tar.gz) = e2c1dd39fc3b9a1a9c2aee4317dc1b2aa66cc47d0275fa4fa8214a9b43e37fd737daf1562db9aa94892128918473bad73cc16a6f0c657498389c3dadb6cf87de diff --git a/systemd.spec b/systemd.spec index 46bda6d..6e9ddf4 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,7 +1,7 @@ #global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} -#global stable 1 +%global stable 1 # We ship a .pc file but don't want to have a dep on pkg-config. We # strip the automatically generated dep here and instead co-own the @@ -30,8 +30,8 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd %if %{without inplace} -Version: 249 -Release: 2%{?dist} +Version: 249.1 +Release: 1%{?dist} %else # determine the build information from local checkout Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/') @@ -996,6 +996,12 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Tue Jul 20 2021 Zbigniew Jędrzejewski-Szmek - 249.1-1 +- Various minor documentation and correctness fixes. +- 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. + * Wed Jul 7 2021 Neal Gompa - 249-2 - Use correct NEWS URLs for systemd 249 releases in changelog entries