From: Raspbian automatic forward porter Date: Sun, 9 Feb 2020 15:01:21 +0000 (+0000) Subject: Merge version 241-7~deb10u2+rpi1 and 241-7~deb10u3 to produce 241-7~deb10u3+rpi1 X-Git-Tag: archive/raspbian/241-7_deb10u3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8860bcd0a90f7d216c0af544d48800fe6182a50c;p=systemd.git Merge version 241-7~deb10u2+rpi1 and 241-7~deb10u3 to produce 241-7~deb10u3+rpi1 --- 8860bcd0a90f7d216c0af544d48800fe6182a50c diff --cc debian/changelog index 8236e679,1d263f7a..ed074f84 --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,18 +1,35 @@@ - systemd (241-7~deb10u2+rpi1) buster-staging; urgency=medium ++systemd (241-7~deb10u3+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 Tue, 19 Nov 2019 19:19:56 +0000 ++ -- Raspbian forward porter Sun, 09 Feb 2020 15:01:21 +0000 ++ + systemd (241-7~deb10u3) buster; urgency=medium + + * core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAX. + Since kernel 5.2 (but also stable kernels like 4.19.53) the kernel + thankfully returns proper errors when we write a value out of range to + the sysctl. Which however breaks writing ULONG_MAX to request the + maximum value. Hence let's write the new maximum value instead, + LONG_MAX. (Closes: #945018) + * core: change ownership/mode of the execution directories also for static + users. + This ensures that execution directories like CacheDirectory and + StateDirectory are properly chowned to the user specified in User= before + launching the service. (Closes: #919231) + + -- Michael Biebl Wed, 29 Jan 2020 19:07:53 +0100 systemd (241-7~deb10u2) buster; urgency=medium