From: Raspbian automatic forward porter Date: Tue, 25 Feb 2020 10:59:11 +0000 (+0000) Subject: Merge version 244.1-1+rpi1 and 244.3-1 to produce 244.3-1+rpi1 X-Git-Tag: archive/raspbian/244.3-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fdb010662ec0560a5b8311bb7fe9cc5f151c699;p=systemd.git Merge version 244.1-1+rpi1 and 244.3-1 to produce 244.3-1+rpi1 --- 9fdb010662ec0560a5b8311bb7fe9cc5f151c699 diff --cc debian/changelog index d2587617,a4fe26d5..4fdf0507 --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,69 +1,86 @@@ - systemd (244.1-1+rpi1) bullseye-staging; urgency=medium ++systemd (244.3-1+rpi1) bullseye-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 Sat, 01 Feb 2020 00:04:28 +0000 ++ -- Raspbian forward porter Tue, 25 Feb 2020 10:59:11 +0000 ++ + systemd (244.3-1) unstable; urgency=medium + + * New upstream version 244.3 + - Revert "Support Plugable UD-PRO8 dock" + Unfortunately the same usb hub is used in other places, and causes + numerous regressions. (Closes: #951330) + + -- Michael Biebl Sat, 15 Feb 2020 15:44:45 +0100 + + systemd (244.2-1) unstable; urgency=medium + + [ Michael Biebl ] + * New upstream version 244.2 + - polkit: when authorizing via PolicyKit re-resolve callback/userdata + instead of caching it (CVE-2020-1712, Closes: #950732) + * Rebase patches + * Bump Standards-Version to 4.5.0 + + [ Balint Reczey ] + * Remove empty /var/log/journal/ on purge + + -- Michael Biebl Fri, 07 Feb 2020 19:24:20 +0100 + + systemd (244.1-3) unstable; urgency=medium + + * Update documentation regarding network interface naming. + Document that 73-usb-net-by-mac.link needs to be masked together with + 99-default.link if one wants to disable the systemd naming scheme and keep + the kernel-provided names. (Closes: #946196) + * Update debian/rules clean target to remove all Python bytecode + * Update systemd package description. + Recommend init=/lib/systemd/systemd instead of init=/bin/systemd. + The latter is just a compat symlink which might go away eventually. + * shared/dropin: fix assert for invalid drop-in. + Fixes an assertion when running systemctl cat on inexistent + unit templates. (Closes: #950489) + * core: call dynamic_user_acquire() only when 'group' is non-null. + Fixes an assertion in systemd which could happen if a unit is reloaded + and the unit is in bad-setting state. (Closes: #950409) + * Don't fail upgrade if /proc is not mounted. + Applying ACLs on /var/log/journal via systemd-tmpfiles requires a + mounted /proc. Skip this step if /proc is not available, e.g. in a + chroot. (Closes: #950533) + + -- Michael Biebl Tue, 04 Feb 2020 00:11:55 +0100 + + systemd (244.1-2) unstable; urgency=medium + + * Report status of libpam-systemd and libnss-systemd in systemd reportbug + template. + Since the libpam-systemd Recommends was moved from systemd to + systemd-sysv we no longer get this information automatically, so request + it explicitly. + * Drop btrfs-progs Recommends from systemd-container. + Upstream has dropped the logic of setting up /var/lib/machines as btrfs + loopback mount so this Recommends is no longer necessary. + * Fix processing of dpkg triggers in systemd. + We need to use $@ instead of "$@" so we can iterate through the + individual trigger names which are passed as a space separated list in + the second argument. + * Fix cleanup of timesyncd state directory + * Enable persistent journal. + Create /var/log/journal on upgrades and new installs. This enables + persistent journal in auto mode. (Closes: #717388) + + -- Michael Biebl Sat, 01 Feb 2020 02:59:12 +0100 systemd (244.1-1) unstable; urgency=medium