Merge version 241-1+rpi2 and 241-3 to produce 241-3+rpi1 archive/raspbian/241-3+rpi1 raspbian/241-3+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Thu, 11 Apr 2019 05:56:00 +0000 (06:56 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Thu, 11 Apr 2019 05:56:00 +0000 (06:56 +0100)
1  2 
debian/changelog
debian/control
debian/rules

index 6ffd0d53760a169ff194dbdbd0c2201a992b1ffe,231cbb642489411eaa100c1ba7ec36eeb4c2274d..89b58718cf643abeedcd3c21c2d46b62f1365993
- systemd (241-1+rpi2) buster-staging; urgency=medium
-   * Bump "breaks" on raspi-copies-and-fills to << 0.12
-     (raspi-copies-and-fills was reverted by the raspberry pi foundation)
-  -- Peter Michael Green <plugwash@raspbian.org>  Tue, 02 Apr 2019 19:29:26 +0000
- systemd (241-1+rpi1) buster-staging; urgency=medium
++systemd (241-3+rpi1) buster-staging; urgency=medium
 +
 +  [changes brought forward from 239-9+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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 <plugwash@raspbian.org> at Thu, 20 Sep 2018 22:47:19 +0000]
 +  * Force build with gcc-7 (LP: #1793415)
 +
-  -- Raspbian forward porter <root@raspbian.org>  Tue, 05 Mar 2019 19:05:22 +0000
++  [changes brought forward from 241-1+rpi2 by Peter Michael Green <plugwash@raspbian.org> 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 <root@raspbian.org>  Thu, 11 Apr 2019 05:56:00 +0000
++
+ systemd (241-3) unstable; urgency=high
+   [ Michael Biebl ]
+   * Drop systemd-shim alternative from libpam-systemd.
+     A fixed systemd-shim package which works with newer versions of systemd
+     is unlikely to happen given that the systemd-shim package has been
+     removed from the archive. Drop the alternative dependency from
+     libpam-systemd accordingly.
+   * Properly remove duplicate directories from systemd package.
+     When removing duplicate directories from the systemd package, sort the
+     list of directories in reverse order so we properly delete nested
+     directories.
+   * udev: Run programs in the specified order (Closes: #925190)
+   * bash-completion: Use default completion for redirect operators
+     (Closes: #924541)
+   * networkd: Clarify that IPv6 RA uses our own stack, no the kernel's
+     (Closes: #815582)
+   * Revert "Drop systemd-timesyncd.service.d/disable-with-time-daemon.conf"
+     Apparently Conflicts= are not a reliable mechanism to ensure alternative
+     NTP implementations take precedence over systemd-timesyncd.
+     (Closes: #902026)
+   * network: Fix routing policy rule issue.
+     When multiple links request a routing policy, make sure they are all
+     applied correctly. (Closes: #924406)
+   * pam-systemd: Use secure_getenv() rather than getenv()
+     Fixes a vulnerability in the systemd PAM module which insecurely uses
+     the environment and lacks seat verification permitting spoofing an
+     active session to PolicyKit. (CVE-2019-3842)
+   [ Martin Pitt ]
+   * Enable udev autopkgtest in containers.
+     This test doesn't actually need udev.service (which is disabled in
+     containers) and works fine in LXC.
+   * Enable boot-and-service autopkgtest in containers
+     - Skip tests which can't work in containers.
+     - Add missing rsyslog test dependency.
+     - e2scrub_reap.service fails in containers, ignore (filed as #926138)
+     - Relax pgrep pattern for gdm, as there's no wayland session in
+       containers.
+  -- Michael Biebl <biebl@debian.org>  Mon, 08 Apr 2019 12:59:32 +0200
+ systemd (241-2) unstable; urgency=medium
+   [ Martin Pitt ]
+   * debian/tests/boot-smoke: Create journal and udevdb artifacts on all
+     failures
+   * autopkgtests: Replace obsolete $ADT_* variables
+   * networkd-test: Ignore failures of test_route_only_dns* in containers.
+     This test exposes a race condition when running in LXC, see issue #11848
+     for details. Until that is understood and fixed, skip the test as it's
+     not a recent regression. (Closes: #924539)
+   * Bump Standards-Version to 4.3.0.
+     No changes necessary.
+   * debian/tests/boot-smoke: Only check current boot for connection timeouts.
+     Otherwise we'll catch some
+         Failed to resolve group 'render': Connection timed out
+     messages that happen in earlier boots during VM setup, before the
+     "render" group is created.
+     Fixes https://github.com/systemd/systemd/issues/11875
+   * timedated: Fix emitted value when ntp client is enabled/disabled.
+     Fixes a regression introduced in 241.
+   * debian/tests/timedated: Check enabling/disabling NTP.
+     Assert that `timedatectl set-ntp` correctly controls the service, sets
+     the `org.freedesktop.timedate1 NTP` property, and sends the right
+     `PropertiesChanged` signal.
+     This reproduces <https://github.com/systemd/systemd/issues/11944> and
+     also the earlier <https://github.com/systemd/systemd/issues/9672>.
+   [ Michael Biebl ]
+   * Disable fallback DNS servers in resolved (Closes: #923081)
+   * cgtop: Fix processing of controllers other than CPU (Closes: #921280)
+   * udev: Restore debug level when logging a failure in the external prog
+     called by IMPORT{program} (Closes: #924199)
+   * core: Remove "." path components from required mount paths.
+     Fixes mount related failures when a user's home directory contains "/./"
+     (Closes: #923881)
+   * udev.init: Use new s-s-d --notify-await to start udev daemon.
+     Fixes a race condition during startup under SysV init.
+     Add versioned dependency on dpkg (>= 1.19.3) to ensure that a version
+     of start-stop-daemon which supports --notify-await is installed.
+     (Closes: #908796)
+   * Make /dev/dri/renderD* accessible to group "render"
+     Follow upstream and make render nodes available to a dedicated system
+     group "render" instead of "video". Keep the uaccess tag for local,
+     active users.
+  -- Michael Biebl <biebl@debian.org>  Fri, 15 Mar 2019 18:33:54 +0100
  
  systemd (241-1) unstable; urgency=medium
  
diff --cc debian/control
Simple merge
diff --cc debian/rules
Simple merge