[ubuntu/yakkety-proposed] systemd 229-6ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu May 12 08:34:13 UTC 2016


systemd (229-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Hack to support system-image read-only /etc, and modify files in
      /etc/writable/ instead.

systemd (229-6) unstable; urgency=medium

  * systemd-container: Prefer renamed "btrfs-progs" package name over
    "btrfs-tools". (Closes: #822629)
  * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
  * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
  * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
    need $x-display-manager any more as most/all DMs ship native services, and
    $mail-transport-agent is not widely used (not even by our default MTA
    exim4).
  * Unify our two patches for Debian specific configuration files.
  * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
    its own slave mount name space again. laptop-mode-tools 1.68 fixed the
    original bug (#762018), thus add a Breaks: to earlier versions.
  * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
    remove the conffile on upgrades.
  * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
    committed upstream.
  * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
    that got committed upstream.
  * debian/udev.README.Debian: Adjust documentation of MAC based naming for
    USB network cards to the udev rule, where this was moved to in 229-5.
  * debian/extra/init-functions.d/40-systemd: Invoke status command with
    --no-pager, to avoid blocking scripts that call an init.d script with
    "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
  * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
    accessible to the user session. This avoids having to install libu2f-host0
    (which isn't discoverable at all) to make those devices work.
    (LP: #1387908)
  * libnss-resolve: Enable systemd-resolved.service on package installation,
    as this package makes little sense without resolved.
  * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
    (LP: #1578663)
  * debian/udev.postinst: Fix migration check from the old persistent-net
    generator to not apply to chroots. (Closes: #813141)
  * Revert "enable TasksMax= for all services by default, and set it to 512".
    Introducing a default limit on number of threads broke a lot of software
    which regularly needs more, such as MySQL and RabbitMQ, or services that
    spawn off an indefinite number of subtasks that are not in a scope, like
    LXC or cron. 512 is way too much for most "simple" services, and it's way
    too little for the ones mentioned above. Effective (and much stricter)
    limits should instead be put into units individually.
    (Closes: #823530, LP: #1578080)
  * Split out udev rule to name USB network interfaces by MAC address into
    73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
  * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
    kernel command line, to be consistent with disabling the *.link files.
  * 73-special-net-names.rule: Name the IBM integrated management module
    virtual USB network card "ibmimm". Thanks Marco d'Itri!

Date: Thu, 12 May 2016 10:30:59 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/229-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 12 May 2016 10:30:59 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb
Architecture: source
Version: 229-6ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
 libnss-myhostname - nss module providing fallback resolution for the current hostname
 libnss-mymachines - nss module to resolve hostnames for local container instances
 libnss-resolve - nss module to resolve names via systemd-resolved
 libpam-systemd - system and service manager - PAM module
 libsystemd-dev - systemd utility library - development files
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 systemd    - system and service manager
 systemd-container - systemd container/nspawn tools
 systemd-coredump - tools for storing and retrieving coredumps
 systemd-journal-remote - tools for sending and receiving remote journal logs
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 765175 813141 822615 822629 823530 824025
Launchpad-Bugs-Fixed: 1387908 1576409 1578080 1578663
Changes:
 systemd (229-6ubuntu1) yakkety; urgency=medium
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - Hack to support system-image read-only /etc, and modify files in
       /etc/writable/ instead.
 .
 systemd (229-6) unstable; urgency=medium
 .
   * systemd-container: Prefer renamed "btrfs-progs" package name over
     "btrfs-tools". (Closes: #822629)
   * systemd-container: Recommend libnss-mymachines. (Closes: #822615)
   * Drop systemd-dbg, in favor of debhelpers' automatic -dbgsym packages.
   * Drop Add-targets-for-compatibility-with-Debian-insserv-sy.patch; we don't
     need $x-display-manager any more as most/all DMs ship native services, and
     $mail-transport-agent is not widely used (not even by our default MTA
     exim4).
   * Unify our two patches for Debian specific configuration files.
   * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
     its own slave mount name space again. laptop-mode-tools 1.68 fixed the
     original bug (#762018), thus add a Breaks: to earlier versions.
   * Ship fbdev-blacklist.conf in /lib/modprobe.d/ instead of /etc/modprobe.d/;
     remove the conffile on upgrades.
   * Replace util-Add-hidden-suffixes-for-ucf.patch with patch that got
     committed upstream.
   * Replace Stop-syslog.socket-when-entering-emergency-mode.patch with patch
     that got committed upstream.
   * debian/udev.README.Debian: Adjust documentation of MAC based naming for
     USB network cards to the udev rule, where this was moved to in 229-5.
   * debian/extra/init-functions.d/40-systemd: Invoke status command with
     --no-pager, to avoid blocking scripts that call an init.d script with
     "status" with an unexpected pager process. (Closes: #765175, LP: #1576409)
   * Add debian/extra/rules/70-debian-uaccess.rules: Make FIDO U2F dongles
     accessible to the user session. This avoids having to install libu2f-host0
     (which isn't discoverable at all) to make those devices work.
     (LP: #1387908)
   * libnss-resolve: Enable systemd-resolved.service on package installation,
     as this package makes little sense without resolved.
   * Add a DHCP exit hook for pushing received NTP servers into timesyncd.
     (LP: #1578663)
   * debian/udev.postinst: Fix migration check from the old persistent-net
     generator to not apply to chroots. (Closes: #813141)
   * Revert "enable TasksMax= for all services by default, and set it to 512".
     Introducing a default limit on number of threads broke a lot of software
     which regularly needs more, such as MySQL and RabbitMQ, or services that
     spawn off an indefinite number of subtasks that are not in a scope, like
     LXC or cron. 512 is way too much for most "simple" services, and it's way
     too little for the ones mentioned above. Effective (and much stricter)
     limits should instead be put into units individually.
     (Closes: #823530, LP: #1578080)
   * Split out udev rule to name USB network interfaces by MAC address into
     73-usb-net-by-mac.rules, so that it's easier to disable. (Closes: #824025)
   * 73-usb-net-by-mac.rules: Disable when net.ifnames=0 is specified on the
     kernel command line, to be consistent with disabling the *.link files.
   * 73-special-net-names.rule: Name the IBM integrated management module
     virtual USB network card "ibmimm". Thanks Marco d'Itri!
Checksums-Sha1:
 0ca5e52e9ec086cd9c3969ca4a61e1dda62a5223 4123 systemd_229-6ubuntu1.dsc
 48bb5ca106b73428f2d38ab676af9f34b4b1b0fd 143556 systemd_229-6ubuntu1.debian.tar.xz
Checksums-Sha256:
 7cd66afcbff1499ffc2a104b4197b3dd266e9bde1c23c297b7a097814128c6b9 4123 systemd_229-6ubuntu1.dsc
 4eedd5813cb2c765956bbe488ea5b966b2b84f962a9d4fbe620086e67fae6577 143556 systemd_229-6ubuntu1.debian.tar.xz
Files:
 9055b93e2029b116c059a173dd4c8ac5 4123 admin optional systemd_229-6ubuntu1.dsc
 2e94c40606440a4ecc76637333c0b4b5 143556 admin optional systemd_229-6ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXND/4AAoJENFO8V2v4RNHqBYP/RPhgjMYkR5RUlpPNsIUaXlQ
G3ZqEuDwZ8wOGiG0vC5onEqUT4Eusr/lw8oRJyXdhlHpIPVGOJe0PZnEJsRF8WEh
EgJRgWtzIxhqK4C/E0dc/eYGj2Ijza3pLIwMD6cqvEP4jHKXLliyo/6T+OwJYJUt
eqpO4mIfCosKvNtfl6UJAIMsQAZruYrAXdLL0K+7/kB6Z6hRCBCPArKzhkAogCK3
/0AD2vXcO5IDcVI6rHycknHKpBu6G4XtfYhmcPz1+hZtrImfUGxUBkdj0+d36hRI
JKu5hVSwLFOVXLF/1tq/DehjGCHw/LBDjxkqxdxXRrMCCdlra1hBJVT/B9FCGnL2
WOKwjNPVjFBCnLk60M35nEY//1UOCFG10SGvQkk5fve5Ni0XpnHZ5nrsHeesWZW9
5QZgNFXxn5N4JJBi6/aoQ5eX5xON1fdr3rHJNFSWhMDraktymPJ0bt3PhZIeB3bM
nscao6WXL0RaP8IAOF45lZNF7uGjI0fIx/LY6hOXLZJlthbCiY7IC4c8sJ7YMMUi
7ep0idoWyXaXMYi6WLK39TcnzqdVjK2GZ+JMVPV+baeIzHnD/U2dLNWWVnkvegMu
inwIKB4QLaHNLFxdsQq9iyftOZfFxFisLRylFPc0l6wMs26ZhYCcbQ79E6U+M2N6
lIh59TTNXnxVGCjlt0cf
=Vf5k
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list