Patches for CVE-2019-6454
This commit is contained in:
parent
820d7d1051
commit
2f8aae2204
2 changed files with 8 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (systemd-a76ee90.tar.gz) = ec7706e1b7477a1e8d33acb92011cf8377582df44c67df1e193c612ed915e4be08039b68b5f347a9ff56e957f6314e0eed19318d3c74a5a0240d31fdcd8da1f1
|
||||
SHA512 (systemd-07f8cd5.tar.gz) = 784bf49da7e79008c67e9496ec2143a5c4672c49296194f75106447b8f9c0893d17a56ff3b2c32cf1074d564cec4453161dafcc8d57029b921a79de858bf57c8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%global gitcommit a76ee907b7e3199c21bf586bd3b27114ac746554
|
||||
%global gitcommit 07f8cd571e22e892d68932fe9e7fcf92c7ca7d5c
|
||||
%{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})}
|
||||
|
||||
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 238
|
||||
Release: 11%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||
Release: 12%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||
# For a breakdown of the licensing, see README
|
||||
License: LGPLv2+ and MIT and GPLv2+
|
||||
Summary: System and Service Manager
|
||||
|
|
@ -701,6 +701,11 @@ fi
|
|||
%files tests -f .file-list-tests
|
||||
|
||||
%changelog
|
||||
* Wed Feb 20 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-12.git07f8cd5
|
||||
- Properly validate dbus paths received over dbus (#1678394, CVE-2019-6454)
|
||||
- systemd-networkd fixes: keep bond slave up if already attached, keep existing
|
||||
ip addresses and routes
|
||||
|
||||
* Fri Jan 11 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-11.gita76ee90
|
||||
- systemd-journald and systemd-journal-remote reject entries which
|
||||
contain too many fields (CVE-2018-16865, #1664973) and set limits on the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue