diff --git a/sources b/sources index 6cae045..8475837 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-511646b.tar.gz) = 3cc8ab1d30670a210a9186d6b5e6cc9c847544a6e24fd5fe5dd429f87f852fda978e2d338e795c67f07451eed324d62aa1383b833926872a4ca7fa02a0dd8c3c +SHA512 (systemd-1e19bcd.tar.gz) = 88a1bfc045ae5880ef6d4d36fc568d7a99c22db4c9be1ac1377389ff622b902a533ecda650a343fc274ad67a673af5eb02b1c55bd2f0fa20c785e5ff6a346685 diff --git a/systemd.spec b/systemd.spec index 0928687..64b460a 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global commit 511646b8ac5c82f210b16920044465756913d238 +%global commit 1e19bcd55e5f218152d094f8223de345e41dc870 %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} %global stable 1 @@ -15,7 +15,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 241 -Release: 10%{?commit:.git%{shortcommit}}%{?dist} +Release: 11%{?commit:.git%{shortcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -703,6 +703,13 @@ fi %files tests -f .file-list-tests %changelog +* Tue Sep 3 2019 Zbigniew Jędrzejewski-Szmek - 241-11.git1e19bcd +- Security issue: unprivileged users were allowed to change DNS + servers configured in systemd-resolved. Now proper polkit authorization + is required. +- Various minor fixes (memory issues, compat with newer kernels, log + message improvements, etc.). + * Fri Aug 2 2019 Zbigniew Jędrzejewski-Szmek - 241-10.git511646b - Fix systemd-networkd incompatibility with kernel >= 5.2 (#1718192)