From: Raspbian automatic forward porter Date: Tue, 19 Nov 2019 19:19:56 +0000 (+0000) Subject: Merge version 241-7~deb10u1+rpi1 and 241-7~deb10u2 to produce 241-7~deb10u2+rpi1 X-Git-Tag: archive/raspbian/241-7_deb10u2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb190dbf2bf44b50e56d5a37eece4c056a2ca2a4;p=systemd.git Merge version 241-7~deb10u1+rpi1 and 241-7~deb10u2 to produce 241-7~deb10u2+rpi1 --- fb190dbf2bf44b50e56d5a37eece4c056a2ca2a4 diff --cc debian/changelog index c15bf523,f63e21d3..8236e679 --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,33 +1,50 @@@ - systemd (241-7~deb10u1+rpi1) buster-staging; urgency=medium ++systemd (241-7~deb10u2+rpi1) buster-staging; urgency=medium + + [changes brought forward from 239-9+rpi1 by Peter Michael Green at Thu, 20 Sep 2018 20:22:45 +0000] + * Disable testsuite, it fails on some of our buildboxes (probablly because of + old kernels). + * Add breaks on raspi-copies-and-fills, it doesn't seem to get on with + this version of systemd/udev. + + [changes brought forward from 239-9+rpi2 by Peter Michael Green at Thu, 20 Sep 2018 22:47:19 +0000] + * Force build with gcc-7 (LP: #1793415) + + [changes brought forward from 241-1+rpi2 by Peter Michael Green at Tue, 02 Apr 2019 19:29:26 +0000] + * Bump "breaks" on raspi-copies-and-fills to << 0.12 + (raspi-copies-and-fills was reverted by the raspberry pi foundation) + - -- Raspbian forward porter Mon, 09 Sep 2019 22:57:54 +0000 ++ -- Raspbian forward porter Tue, 19 Nov 2019 19:19:56 +0000 ++ + systemd (241-7~deb10u2) buster; urgency=medium + + * core: never propagate reload failure to service result. + Fixes a regression introduced in v239 where the main process of a + service unit gets killed on reload if ExecReload fails. (Closes: #936032) + * shared/seccomp: add sync_file_range2. + Some architectures need the arguments to be reordered because of alignment + issues. Otherwise, it's the same as sync_file_range. + Fixes sync_file_range failures in nspawn containers on arm, ppc. + (Closes: #935091) + * core: factor root_directory application out of apply_working_directory. + Fixes RootDirectory not working when used in combination with User. + (Closes: #939408) + * shared/bus-util: drop trusted annotation from + bus_open_system_watch_bind_with_description(). + This ensures that access controls on systemd-resolved's D-Bus interface + are enforced properly. + (CVE-2019-15718, Closes: #939353) + * login: add a missing error check for session_set_leader() + Fixes assertion due to insufficient function return check. + (Closes: #939998) + * d/e/r/73-usb-net-by-mac.rules: import net.ifnames only for network devices + (Closes: #934589) + * d/e/r/73-usb-net-by-mac.rules: skip if iface name was provided by user-space + * namespace: make MountFlags=shared work again (Closes: #939551) + * mount/generators: do not make unit wanted by its device unit. + Among other things, this fixes StopWhenUnneeded=true being broken for + mount units. (Closes: #941758) + + -- Michael Biebl Wed, 16 Oct 2019 15:24:54 +0200 systemd (241-7~deb10u1) buster; urgency=medium