From: Raspbian automatic forward porter Date: Thu, 7 Jan 2021 21:57:32 +0000 (+0000) Subject: Merge version 246.6-4+rpi1 and 247.2-4 to produce 247.2-4+rpi1 X-Git-Tag: archive/raspbian/247.2-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30158d768640caf0bc66aded061c6de419f3c5d8;p=systemd.git Merge version 246.6-4+rpi1 and 247.2-4 to produce 247.2-4+rpi1 --- 30158d768640caf0bc66aded061c6de419f3c5d8 diff --cc debian/changelog index c532a392,65c955ba..e8ddc096 --- a/debian/changelog +++ b/debian/changelog @@@ -1,16 -1,160 +1,174 @@@ - systemd (246.6-4+rpi1) bullseye-staging; urgency=medium ++systemd (247.2-4+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 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 Thu, 26 Nov 2020 17:39:44 +0000 ++ -- Raspbian forward porter Thu, 07 Jan 2021 21:57:31 +0000 ++ + systemd (247.2-4) unstable; urgency=medium + + * Move libraries and NSS modules from /lib to /usr/lib. + Keep libpam_systemd.so installed in /lib, as PAM doesn't support + loading PAM modules from /usr/lib on a split-usr system. + + -- Michael Biebl Sat, 02 Jan 2021 17:06:01 +0100 + + systemd (247.2-3) unstable; urgency=medium + + * test: use modern qemu numa arguments + This fixes TEST-36-NUMAPOLICY from the upstream autopkgtest when using + qemu >= 5.2. + * Increase timeout when running unit tests. + The default timeout for individual unit tests is 30s. On slower + architectures and environments like reproducible-builds, this sometimes + is not enough. + Instead of fine-tuning the timeout for each individual test, we instead + increase the timeouts by a factor of 10. + * init-functions, getty-static.service: Don't hard-code path to systemctl + binary. + This should simplify an eventual move of systemctl from /bin to + /usr/bin. + * getty-static.service: Skip if dbus-broker is installed. + Check for the binary in /usr/bin as this makes it easier to move the + service files from /lib/systemd to /usr/lib/systemd. + + -- Michael Biebl Sat, 26 Dec 2020 13:33:41 +0100 + + systemd (247.2-2) unstable; urgency=medium + + * Switch to "unified" cgroup hierarchy (i.e. cgroupv2) (Closes: #943981) + + -- Michael Biebl Mon, 21 Dec 2020 20:06:49 +0100 + + systemd (247.2-1) unstable; urgency=medium + + [ Balint Reczey ] + * debian/systemd.NEWS: Mention udev rules changes in 247 + + [ Michael Biebl ] + * New upstream version 247.2 + * Rebase patches + * test: fix fd_is_mount_point() check + + -- Michael Biebl Sun, 20 Dec 2020 20:44:31 +0100 + + systemd (247.1-4) unstable; urgency=medium + + [ наб ] + * debian/extra/kernel-install.d/85-initrd.install: Don't install initrd when + an explicit path was passed (Closes: #970213) + * debian/extra/kernel-install.d/85-initrd.install: Match initrd installation + messages and uninstallation to 90-loaderentry.install + + [ Michael Biebl ] + * sd-device: keep escaped strings in DEVLINK= property (Closes: #976699) + + -- Michael Biebl Fri, 11 Dec 2020 20:25:31 +0100 + + systemd (247.1-3) unstable; urgency=medium + + * d/t/timedated: Ignore return code of dbus-monitor in wait_mon() + We are not really interested in the return code and error messages from + dbus-monitor after killing it, so ignore them to avoid undesired + autopkgtest failures. + + -- Michael Biebl Thu, 03 Dec 2020 23:53:29 +0100 + + systemd (247.1-2) unstable; urgency=medium + + [ Michael Biebl ] + * Upload to unstable + * Revert "d/t/timedated: use /bin/bash to work around job handling issue in + dash" + + [ Balint Reczey ] + * debian/tests/timedated: Wait for the killed child only. + There may be other children of the script due to autopkgtest machinery + and they exit after the script exited. (LP: #1904406) + + -- Michael Biebl Wed, 02 Dec 2020 23:25:32 +0100 + + systemd (247.1-1) experimental; urgency=medium + + * New upstream version 247.1 + + -- Michael Biebl Tue, 01 Dec 2020 17:17:28 +0100 + + systemd (247-1) experimental; urgency=medium + + * New upstream version 247 + * Rebase patches + * Update symbol versions for the v247 release + + -- Michael Biebl Thu, 26 Nov 2020 19:46:41 +0100 + + systemd (247~rc2-3) experimental; urgency=medium + + * Merge changes from unstable + * sd-device: make sd_device_has_current_tag() compatible with udev database + generated by older udevd + (Closes: #974730) + * Add Breaks: udev (<< 247~) to systemd. + This ensures that udev is upgraded alongside systemd and both support + the new udev tags concept introduced in v247. (Closes: #975554) + + -- Michael Biebl Thu, 26 Nov 2020 18:18:53 +0100 + + systemd (247~rc2-2) experimental; urgency=medium + + * missing: define several syscall numbers for MIPS arch (Closes: #974619) + + -- Michael Biebl Fri, 13 Nov 2020 19:22:04 +0100 + + systemd (247~rc2-1) experimental; urgency=medium + + [ Michael Biebl ] + * New upstream version 247~rc2 + - tmpfiles: Handle filesystems without ACL support in more cases + (Closes: #972135) + * Rebase patches + * Explicitly disable oomd + * Use -Dmode=release as we want a release, not developer, build + * Update symbols file for libudev1 and libsystemd0 + + [ Luca Boccassi ] + * systemd-container: install systemd-dissect binary. + Required for TEST-50-DISSECT since: + https://github.com/systemd/systemd/pull/16046 + * d/t/control: install squashfs-tools for upstream test. + Required by TEST-50-DISSECT since upstream PR: + https://github.com/systemd/systemd/pull/16046 + + [ Dan Streetman ] + * d/control: update meson minimum version + https://github.com/systemd/systemd/pull/13842#issuecomment-601105975 + * d/t/upstream: convert 'blacklist' term to 'deny-list' + Support transition for upstream-ci from + https://github.com/systemd/systemd/pull/16262 + + -- Michael Biebl Thu, 12 Nov 2020 21:23:22 +0100 + + systemd (246.6-5) unstable; urgency=medium + + * Drop non-functional DefaultTasksMax patch. + This patch was supposed to remove the DefaultTasksMax limit, but lost + its actual logic over 4 years ago, when the patches were rebased for the + v231 release. Since nobody has complained so far, we can assume it is + safe to drop this patch. (Closes: #975335) + * test-seccomp: accept ENOSYS from sysctl(2) too. + It seems that kernel 5.9 started returning that. + * test/test-functions: copy /usr/lib/pam.d into $initdir. + The systemd-user file has been moved from /etc/pam.d into /usr/lib/pam.d, + so test-functions needs to copy it from /usr/lib/pam.d instead. + + -- Michael Biebl Tue, 24 Nov 2020 21:53:25 +0100 systemd (246.6-4) unstable; urgency=medium diff --cc debian/control index cf7840bf,21e70e24..91f9504a --- a/debian/control +++ b/debian/control @@@ -83,7 -83,7 +83,8 @@@ Breaks: systemd-shim (<< 10-4~) python-dbusmock (<< 0.18), python3-dbusmock (<< 0.18), resolvconf (<< 1.83~), + udev (<< 247~), + raspi-copies-and-fills (<< 0.7) Description: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting