Format: 1.8 Date: Mon, 21 Jan 2019 16:09:03 +0000 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: amd64 amd64_translations Version: 240-4ubuntu1 Distribution: disco-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Dimitri John Ledkov 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 libnss-systemd - nss module providing dynamic user and group name resolution 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 systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Launchpad-Bugs-Fixed: 1576341 1618188 1696970 1712283 1713536 1714301 1716979 1717471 1717995 1721223 1727237 1728181 1734167 1739672 1748147 1749000 1749540 1751813 1758438 1762386 1765173 1773148 1778936 1779815 1789841 1793092 1799251 1803391 Changes: systemd (240-4ubuntu1) disco; urgency=medium . * Skip starting systemd-remount-fs.service in containers even when /etc/fstab is present. This allows entering fully running state even when /etc/fstab lists / to be mounted from a device which is not present in the container. (LP: #1576341) Author: Balint Reczey File: debian/patches/debian/Skip-starting-systemd-remount-fs.service-in-containers.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=3bde262e129a9d2c60eeff37e63d3da7d58ce5dd . * Set UseDomains to true, by default, on Ubuntu. On Ubuntu, fallback DNS servers are disabled, therefore we do not leak queries to a preset 3rd party by default. In resolved, dnssec is also disabled by default, as too much of the internet is broken and using Ubuntu users to debug the internet is not very productive - most of the time the end-user cannot fix or know how to notify the site owners about the dnssec mistakes. Inherintally the DHCP acquired DNS servers are therefore trusted, and are free to spoof records. Not trusting DNS search domains, in such scenario, provides limited security or privacy benefits. From user point of view, this also appears to be a regression from previous Ubuntu releases which do trust DHCP acquired search domains by default. Therefore we are enabling UseDomains by default on Ubuntu. Users may override this setting in the .network files by specifying [DHCP|IPv6AcceptRA] UseDomains=no|route options. File: debian/patches/debian/Ubuntu-UseDomains-by-default.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1e5b00cdfd6b9317704e1383d26365a68c041c56 . * Enable systemd-resolved by default File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=05adfa0902115f51c1196ad623165a75bb8b4313 . * Create /etc/resolv.conf at postinst, pointing at the stub resolver. The stub resolver file is dynamically managed by systemd-resolved. It points at the stub resolver as the nameserver, however it also dynamically updates the search stanza, thus non-nss dns tools work correctly with unqualified names and correctly use the DHCP acquired search domains. File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=ef4adf46bbbe2d22508b70b889d23da53b85039d . * libnss-resolve: do not disable and stop systemd-resolved resolved is always used by default on ubuntu via stub resolver, therefore it should continue to operate without libnss-resolve module installed. File: debian/libnss-resolve.postrm https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=95577d14e84e19b614b83b2e24985d89e8c2dac0 . * Ignore failures to set Nice priority on services in containers. File: debian/patches/debian/Ubuntu-core-in-execute-soft-fail-setting-Nice-priority-when.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=5b8e457f8d883fc6f55d33d46b3474926a495d29 . * units: set ConditionVirtualization=!private-users on journald audit socket. It fails to start in unprivileged containers. File: debian/patches/debian/Ubuntu-units-set-ConditionVirtualization-private-users-on-j.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=03ed18a9940731bbf794ad320fabf337488835c6 . * debian/tests: Switch to gdm, enforce udev upgrade. Files: - debian/tests/boot-and-services - debian/tests/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f350b43ccc1aa31c745b4ccebbb4084d5cea41ff . * Always setup /etc/resolv.conf on new installations. On new installations, /etc/resolv.conf will always exist. Move it to /run and replace it with the desired final symlink. (LP: #1712283) File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=20bc8a37fa3c9620bed21a56a4eabd71db71d861 . * Enable systemd-networkd by default. File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e5ff45174306b17077b907bc25cfd763ac6934f1 . * boot-and-services: skip gdm3 tests when absent, as it is on s390x. Files: - debian/tests/boot-and-services - debian/tests/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cf05ba013979f53ad69fd2c548ec01c7a5339f64 . * initramfs-tools: trigger udevadm add actions with subsystems first. This updates the initramfs-tools init-top udev script to trigger udevadm actions with type specified. This mimicks the systemd-udev-trigger.service. Without type specified only devices are triggered, but triggering subsystems may also be required and should happen before triggering the devices. This is the case for example on s390x with zdev generated udev rules. (LP: #1713536) File: debian/extra/initramfs-tools/scripts/init-top/udev https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=4016ca5629b6c56b41a4f654e7a808c82e290cac . * Ubuntu/extra: ship dhclient-enter hook. This allows isc-dhcp dhclient to set search domains and nameservers via resolved. Files: - debian/extra/dhclient-enter-resolved-hook - debian/rules https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f3398a213f80b02bf3db0c1ce9e22d69f6d56764 . * Disable systemd-networkd-wait-online by default. Currently it is not fit for purpose, as it leads to long boot times when networking is unplugged or not yet configured on boot. (LP: #1714301) File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=694473d812b50d2fefd6494d494ca02b91bc8785 . * networkd: change UseMTU default to true. Cherry-pick upstream change. (LP: #1717471) File: debian/patches/networkd-change-UseMTU-default-to-true.-6837.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=44aa315dd6d9054a5cabd413ec8657b6bfdfc029 . * postinst: drop empty/stock /etc/rc.local (LP: #1716979) File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e7d071a26a79558771303b0b87f007e650eaebbe . * Improve resolvconf integration. Make the .path|.service unit that feed resolved data into resolvconf not generate failures if resolvconf is not installed. Add a check to make sure that resolved does not read /etc/resolv.conf when that is symlinked to stub-resolv.conf. (LP: #1717995) File: debian/patches/debian/Ubuntu-resolved-resolvconf-integration.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=d9f0f89985a141c1588d67e4868ad68cff6956fb . * Ship systemd sysctl settings. Patch systemd's default sysctl settings to drop things that are set elsewhere already. The promote secondary IP addresses is required for networkd to successfully renew DHCP leases with a change of an IP address. Set default package scheduler to Fair Queue CoDel. (LP: #1721223) Files: - debian/patches/debian/UBUNTU-drop-kernel.-settings-from-sysctl-defaults-shipped.patch - debian/rules https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=7cd041a6d0ef459e4b2a82d8ea5fa1ce05184dfb . * resolved.service: set DefaultDependencies=no (LP: #1734167) File: debian/patches/resolved.service-set-DefaultDependencies-no.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=a6ced6331ff7f99704213547a0b94dc06935d508 . * systemd.postinst: enable persistent journal. (LP: #1618188) File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=f94f18d9dbc085b6a9ff33c141a6e542142f85b5 . * Disable LLMNR and MulticastDNS by default LP: #1739672 Files: - debian/changelog - debian/patches/debian/UBUNTU-resolved-disable-global-LLMNR-and-MulticastDNS.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=b4ec428e83696a5cd0405b677a35e97681867629 . * Enable qemu tests on all architectures LP: #1749540 Files: - debian/changelog - debian/tests/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=b416d1bdfb4f5e33565178e01ba4c4e3939b6176 . * Add "AssumedApparmorLabel=unconfined" to timedate1 dbus service file (LP: #1749000) Author: Michael Vogt File: debian/patches/debian/UBUNTU-Add-AssumedApparmorLabel-unconfined-to-timedate1-dbus.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=5ad0879e10bbe3d641f940260b93c7eb2cf4624c . * debian/tests/systemd-fsckd: update assertions expectations for v237 fsck got rewritten to use "safe_fork" and whilst previously it would ignore the error, when fsck is terminated by signal PIPE, it no longer does so. Thus one should expect systemd-fsck-root.service to have failed in certain test cases. File: debian/tests/systemd-fsckd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=d5becd9a416b55dcdb7b9a7aba60c4e3d304e6a6 . * test/test-functions: launch qemu-system with -vga none. Should resolve booting qemu-system-ppc64 without seabios. File: debian/patches/debian/UBUNTU-test-test-functions-launch-qemu-with-vga-none.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=90af1fa893cce5ed49999d16da0b793da6523394 . * tests/boot-smoke: ignore udevd connection timeouts resolving colord group. File: debian/tests/boot-smoke https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e1477b764fa9ef23f5181ef3d31a1332191c3e0b . * tests/systemd-fsckd: ignore systemd_fsck_with_plymouth_failure. File: debian/tests/systemd-fsckd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c392e1ca3da67dbf8a7dfe0dcad470f7636f7405 . * tests/control: ensure boot-smoke uses latest systemd & udev. File: debian/tests/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=b7b66380641755bc21fd7dcbc307760b1d18b8af . * Drop systemd.prerm safety check. On Ubuntu, systemd is the only choice, and is essential, via init -> systemd-sysv -> systemd dependency chain, thus removing systemd is already quite hard, and appropriate warnings are emitted by dpkg. (LP: #1758438) File: debian/systemd.prerm https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=0244c4d56556317f14eecc2f51871969ef02ba7b . * wait-online: do not wait, if no links are managed (neither configured, or failed). (LP: #1728181) File: debian/patches/debian/UBUNTU-wait-online-exit-if-no-links-are-managed.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=31f04c3fc769dacb3cf2a78240a1710a99a865b8 . * journald.service: set Nice=-1 to dodge watchdog on soft lockups. (LP: #1696970) File: debian/patches/debian/UBUNTU-journald.service-set-Nice-1-to-dodge-watchdog-on-soft-loc.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e0a9aeffac556492bf517ce2d23313ff7a277926 . * Workaround captive portals not responding to EDNS0 queries (DVE-2018-0001). (LP: #1727237) File: debian/patches/resolved-Mitigate-DVE-2018-0001-by-retrying-NXDOMAIN-with.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=87d3fe81b7281687ecf3c0b9a8356e90cc714d0b . * Recommend networkd-dispatcher (LP: #1762386) File: debian/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=d1e3b2c7e4757119da0d550b0b3c0a6626a176dc . * networkd: if RA was implicit, do not await ndisc_configured. If RA was iplicit, meaning not otherwise requested, and a kernel default was in use. Do not prevent link entering configured state, whilst ndisc configuration is pending. Implicit kernel RA, is expected to be asynchronous and non-blocking. (LP: #1765173) File: debian/patches/debian/UBUNTU-networkd-if-RA-was-implicit-do-not-await-ndisc_con.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=2f749ff528d1b788aa4ca778e954c16b213ee629 . * udev-udeb: ship modprobe.d snippet to force scsi_mod.scan=sync in d-i. This ensures that all scans are completed, before installer reaches partitioning stage. (LP: #1751813) Files: - debian/extra/modprobe.d-udeb/scsi-mod-scan-sync.conf - debian/udev-udeb.install https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=eb6d8a2b9504917abb7aa2c4035fdbb7b98227f7 . * Disable dh_installinit generation of tmpfiles for the systemd package. Replace with a manual safe call to systemd-tmpfiles which will process any updates to the tmpfiles shipped by systemd package, taking into account any overrides shipped by other packages, sysadmin, or specified in the runtime directories. (LP: #1748147) Files: - debian/rules - debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1fd144cbe31cc7a9383cc76f21f4b84c22a9dd1b . * Enable EFI/bootctl on armhf. File: debian/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=043122f7d8a1487bfd357e815a6ece1ceea6e7d1 . * boot-and-services: stderr is ok, for status command on the c1 container. systemctl may print warnings on the stderr when checking the status of completed units. This should not, overall fail the autopkgtest run. File: debian/tests/boot-and-services https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=da14d34e7cc33c44ad67e64c9fd092f8cc1675f9 . * Skip systemd-fsckd on arm64, because of broken/lack of clean shutdown. File: debian/tests/systemd-fsckd https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=bf5b501ac934497dbef5f64908ff37643dc7288e . * adt: boot-and-services: assert any kernel syslog messages. It appears that on arm64 the syslog is truncated and is missing early kernel messages. Print full one, and check for any kernel messages instead. File: debian/tests/boot-and-services https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=29dc34f7a6e5dc505f6212c17c42e4420b47ed16 . * debian/extra/start-udev: Set scsi_mod scan=sync even if it's builtin to the kernel (we previously only set it in modprobe.d) LP: #1779815 Files: - debian/changelog - debian/extra/start-udev https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=6b72628f8de991e2c67ac4289fc74daf3abe7d14 . * units: conditionalize more units to not start in containers. Files: - debian/changelog - debian/patches/debian/UBUNTU-units-block-CAP_SYS_MODULE-units-in-containers-too.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=3689afa1a782de8c19a757459b6360de1195ad55 . * test-sleep: skip test_fiemap upon inapproriate ioctl for device. On v4.4 kernels, on top of btrfs ephemeral lxd v3.0 containers generate this other error code, instead of not supported. Skip the test for both error codes. File: debian/patches/debian/UBUNTU-test-sleep-skip-test_fiemap-upon-inapproriate-ioctl-.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=6ebb5b9f6b77760a5470e8a780d69875b1db76f7 . * Re-add support for /etc/writable for core18. (LP: #1778936) Author: Michael Vogt File: debian/patches/debian/UBUNTU-Support-system-image-read-only-etc.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=a5b5fca66c1127068e4ce0cc9ab497814211f4f7 . * debian/control: strengthen dependencies. Make systemd-sysv depend on matching version of systemd. Autopkgtests at times upgrade systemd-sysv without upgrading systemd. However, upgrading systemd-sysv alone makes little sense. Make systemd conflict, rather than just break, systemd-shim. As there are upgrade failures cause by systemd-shim presence whilst upgrading to new systemd. File: debian/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=d1ecf0c372f5212129c85ae60fddf26b2271a1fe . * Improve autopkgtest success rate, by bumping up timeouts. (LP: #1789841) Author: Christian Ehrhardt File: debian/patches/debian/UBUNTU-bump-selftest-timeouts.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=c05586d9da033bbfd6b6a74e10b87520843c7c48 . * units: Disable journald Watchdog (LP: #1773148) File: debian/patches/debian/UBUNTU-units-disable-journald-watchdog.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=64d2b4f1d0d057073fba585f19823332e2a6eed5 . * Add conflicts with upstart and systemd-shim. (LP: #1793092) File: debian/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=83ed7496afc7c27be026014d109855f7d0ad1176 . * Specify Ubuntu's Vcs-Git File: debian/control https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=fd832930ef280c9a4a9dda2440d5a46a6fdb6232 . * debian/systemd.postinst: Skip daemon-reexec and try-restarts during shutdown (LP: #1803391) Author: Balint Reczey File: debian/systemd.postinst https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=51daab96ae79483b5e5fb62e1e0477c87ee11fd1 . * Switch gbp.conf to disco. File: debian/gbp.conf https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=fea585b259e3e766d8d3dbc9690e879c054ddc87 . * core: set /run size to 10%, like initramfs-tools does. Currently there is a difference between initrd and initrd-less boots, w.r.t. size= mount option of /run. This yields different runtime journald caps (1% vs 10%), and on dense deployments of containers may result in OOM kills. (LP: #1799251) File: debian/patches/debian/UBUNTU-core-set-run-size-to-10-like-initramfs-tools-does.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=1fac2568fe716dc1a41bada78293dc6327a6df0d . * Cherrypick proposed patch to fix LinkLocalAddressing post-unify-MTU settings. File: debian/patches/networkd-honour-LinkLocalAddressing.patch https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=cd9ba0d0f47634c9e5d862b8208cdc3178f25496 Checksums-Sha1: b0244dc5783a77bad2dc55ee1c64c184caa2731e 305868 libnss-myhostname-dbgsym_240-4ubuntu1_amd64.ddeb bea373e58d6c1f9ac8c3752ee7c16edeeeab434a 44024 libnss-myhostname_240-4ubuntu1_amd64.deb 4321573a96ddb2c6a94bc0e739e77533b7cc1b95 635528 libnss-mymachines-dbgsym_240-4ubuntu1_amd64.ddeb ec060e40c2d659d98ddd121cc658d54be9c7af6c 116368 libnss-mymachines_240-4ubuntu1_amd64.deb 0f3c8f63561db5e49c91c1b89f10a81ef0ff8520 624512 libnss-resolve-dbgsym_240-4ubuntu1_amd64.ddeb f846d60650ce705e4624b7db45e123a65d0bb11f 114540 libnss-resolve_240-4ubuntu1_amd64.deb c2e8815daa343e9357ead50dfbeab701b7c91a3c 629280 libnss-systemd-dbgsym_240-4ubuntu1_amd64.ddeb 038ae10b2200a5205d8a7ee63404fd696cd327b2 114624 libnss-systemd_240-4ubuntu1_amd64.deb 33704236bd0f9511196d1e086bc2cf4dc64aadf5 631852 libpam-systemd-dbgsym_240-4ubuntu1_amd64.ddeb 2cc66530db2b926720da24ff111c2608e5450645 118604 libpam-systemd_240-4ubuntu1_amd64.deb 87c529d9e417fb34590aedecdae0ed72fe775b38 230932 libsystemd-dev_240-4ubuntu1_amd64.deb 7bd0dd713b0868fbd867223709b3a75daf4b73e8 1161600 libsystemd0-dbgsym_240-4ubuntu1_amd64.ddeb 7bb1500c39e1c4c3869c08be2be373abe937edd1 249868 libsystemd0_240-4ubuntu1_amd64.deb 2e347564cba4d51ea0ed0617aff9a5244ffecc3d 19016 libudev-dev_240-4ubuntu1_amd64.deb c1f42eb67aa463be7a5f663bcca23807383c9031 402768 libudev1-dbgsym_240-4ubuntu1_amd64.ddeb 343453fecdccd0b0885809af1588e226363b8a24 56592 libudev1-udeb_240-4ubuntu1_amd64.udeb 276abddad2c1a8988ca784c5b60308e82383389f 70980 libudev1_240-4ubuntu1_amd64.deb 8906ee7d225a6e3753e1a82d3b34446c8903bd15 714520 systemd-container-dbgsym_240-4ubuntu1_amd64.ddeb 4b3edef30094099193194c16cea0196115c65925 243688 systemd-container_240-4ubuntu1_amd64.deb 1489d4299b00214133c855bc7266db926a2512dd 98504 systemd-coredump-dbgsym_240-4ubuntu1_amd64.ddeb 51b6d9169fa070e2c5ffd5493317d20d8adf3c1e 43000 systemd-coredump_240-4ubuntu1_amd64.deb b8aa90be032282bb1d997afe54983147ff3f3b42 13013784 systemd-dbgsym_240-4ubuntu1_amd64.ddeb 164e7024688d76d4a257d64964e615114ce8ce69 153180 systemd-journal-remote-dbgsym_240-4ubuntu1_amd64.ddeb 06c2d32579728163cd826bd03eda2945b73a47c7 60436 systemd-journal-remote_240-4ubuntu1_amd64.deb c7fd4ff895562382bfee27a7633880db47d8fe8a 9376 systemd-sysv_240-4ubuntu1_amd64.deb 547e41fccbe6518c5fec38d2373564740534dd9e 29328656 systemd-tests-dbgsym_240-4ubuntu1_amd64.ddeb dda31cd1e8eea3fb9d04c769cc6fe305bc2d5f33 3669612 systemd-tests_240-4ubuntu1_amd64.deb 5d1816f490970ba90cf97e9e4d778b9bac041490 18233 systemd_240-4ubuntu1_amd64.buildinfo ab5ac27ea3698b33e35ece8641579b50a2b40283 3327048 systemd_240-4ubuntu1_amd64.deb b6c34c7722a75efbaec7de9fbcdc1059d295813d 161406 systemd_240-4ubuntu1_amd64_translations.tar.gz 1203b9a9932bd2746d6e25fc8fadb1b56e994722 3451712 udev-dbgsym_240-4ubuntu1_amd64.ddeb c1056f8839cce3853792d31c43171384bb2e5491 337960 udev-udeb_240-4ubuntu1_amd64.udeb 8e4d4931021e879bff573d43cc6dbbb2da756800 1169256 udev_240-4ubuntu1_amd64.deb Checksums-Sha256: 1cca522e11fc26f48947c7b029903bd57f2570ced3dadc56a30bf6168025b01b 305868 libnss-myhostname-dbgsym_240-4ubuntu1_amd64.ddeb b681143a0a41e3aec2de78837d30b031dff861025d6c6b30c5b6f8955c40692c 44024 libnss-myhostname_240-4ubuntu1_amd64.deb fa1f5f58c9e21bb79e37974366cf6611734c9b0abfeca0eaae54a8f2326ff2fa 635528 libnss-mymachines-dbgsym_240-4ubuntu1_amd64.ddeb 6dd89097e14c60935b10b2db0bb10bf98bff2f72195e0bcae31469434d83f148 116368 libnss-mymachines_240-4ubuntu1_amd64.deb 71dc76e6da84c061ffa263a300306dfeb654bfe221adb99e77be02c9c0dbd16c 624512 libnss-resolve-dbgsym_240-4ubuntu1_amd64.ddeb 822ae30c5f82404f41fab04cbc199248429500d2e38ef4cf583744adcc3f2cc1 114540 libnss-resolve_240-4ubuntu1_amd64.deb 66f0c30f580c8d0f94d5ab0c30aa8a16f99cf97535c359e5b18b7360cea28627 629280 libnss-systemd-dbgsym_240-4ubuntu1_amd64.ddeb 8e56a88227d6283f827e230358b988830da8fba1a1096330790f0a48271f1bbc 114624 libnss-systemd_240-4ubuntu1_amd64.deb 2691c1568dbebdc96c2a50488f5dfbb42baa8114a7110b98ff1fc281206aea09 631852 libpam-systemd-dbgsym_240-4ubuntu1_amd64.ddeb c68943f4ed4b766c6badf066a9c265687d57e1681bdea3d1fc5febf02deb602b 118604 libpam-systemd_240-4ubuntu1_amd64.deb 6258703a2665f6260a0fe5021d442e7d9395132bc40ba93f8730702a74d4998a 230932 libsystemd-dev_240-4ubuntu1_amd64.deb 7990e580f435b0bf8849ed7aadf11645c6cb86a32e7a51bade3dcf7bc814c323 1161600 libsystemd0-dbgsym_240-4ubuntu1_amd64.ddeb b649dcdebf56ef22fd9ceb04d05ddc30f8c542ab5bf680cff77f5769c3abbfc7 249868 libsystemd0_240-4ubuntu1_amd64.deb c2cbf588fb1e5d8d1186fb9d9127af319a22d839b66139bbf3c65f8779e3da88 19016 libudev-dev_240-4ubuntu1_amd64.deb c46350fb17d6e3e614e429fbbef47976af236b2f2fb58fcd70efd273b700f1a0 402768 libudev1-dbgsym_240-4ubuntu1_amd64.ddeb af48e51fd20e41915d4b29b8d0844a6cc5e43b471fce5c423c3aef945b949a32 56592 libudev1-udeb_240-4ubuntu1_amd64.udeb 82d972c5ed51e5f5811e61606a98f79bac9d36c58a6228273d940a34699ab8a0 70980 libudev1_240-4ubuntu1_amd64.deb ed76204408eabb43f0ee6e8455f9d131ad13cb6036d09585c4b925b61ed66354 714520 systemd-container-dbgsym_240-4ubuntu1_amd64.ddeb c92aee5dca6db1838eec36cd1b6d53f6d7cec3b3b7e5e713f9d95055d1bde240 243688 systemd-container_240-4ubuntu1_amd64.deb 67a519fcb01b028810eecd27cf4791403cd7109c4d64329e888070d943b4126c 98504 systemd-coredump-dbgsym_240-4ubuntu1_amd64.ddeb 653fb05f27a95d6069ac3a304659f2b3f1ed20aa3da46315251513f50b2e2f55 43000 systemd-coredump_240-4ubuntu1_amd64.deb 6a6756da0571c911d29082fc1af506ffd8aea99d00ebf1c867b98f71a4274f35 13013784 systemd-dbgsym_240-4ubuntu1_amd64.ddeb 4324634610894f24bef6b98d6b870875b8416ef0225e602e0dfa3a88d93ffe2a 153180 systemd-journal-remote-dbgsym_240-4ubuntu1_amd64.ddeb 7dd37f3a235d228933078b3abeca0a9ffa83abbdb6541174dcf28836790957da 60436 systemd-journal-remote_240-4ubuntu1_amd64.deb 007a2b2c001c7c99e6c16391fb8a7d37e2546710d3885b31ed18ca674d7c15d7 9376 systemd-sysv_240-4ubuntu1_amd64.deb d2a410afb41da297cba8efde303490b570469c1129b3d88e306cb29d31ac9067 29328656 systemd-tests-dbgsym_240-4ubuntu1_amd64.ddeb 8023ce37d61eb898a83df873c246058acd2c8533aa8eea7067d0e53bec87d126 3669612 systemd-tests_240-4ubuntu1_amd64.deb 839d65a0b497057c04c386512fbc56205b7253fe69712f3ad094fc4a6fdff6ba 18233 systemd_240-4ubuntu1_amd64.buildinfo 5f6dbda530c9fb221853f65805bfb6b7e4d622aab902279a55c15ccee0804b53 3327048 systemd_240-4ubuntu1_amd64.deb 9734b65f4518d54e12075567104fc67805f55f05f996b584b57a47690889f123 161406 systemd_240-4ubuntu1_amd64_translations.tar.gz 81af99603ce23f187db5b0ee1a95e4f3f0cfde5fe66da361db010a61942d4ce9 3451712 udev-dbgsym_240-4ubuntu1_amd64.ddeb ec504b1c9ade014aaf64d8b8ba94f0c50bf307d7548329193c06d4cf08e26218 337960 udev-udeb_240-4ubuntu1_amd64.udeb f57d15a874bbebd99aadcdc9a7fc3a3f53d1cf53cbc2c1a49a66b0d4bff30abe 1169256 udev_240-4ubuntu1_amd64.deb Files: d54e26d1a8c783e1cfd7ef9fc4a91da0 305868 debug optional libnss-myhostname-dbgsym_240-4ubuntu1_amd64.ddeb 3ecf4fc4e658dc815f211611a7edbdb8 44024 admin optional libnss-myhostname_240-4ubuntu1_amd64.deb c4223a8b4d73eec45c78f8bfbb8ac3a7 635528 debug optional libnss-mymachines-dbgsym_240-4ubuntu1_amd64.ddeb fcefb7be3e69819b023003acc8dfa2d2 116368 admin optional libnss-mymachines_240-4ubuntu1_amd64.deb 5dfb30fb48c79f4fe91f7ed27f4afbcd 624512 debug optional libnss-resolve-dbgsym_240-4ubuntu1_amd64.ddeb 7638523275bb42cb3fff549f3164e3c8 114540 admin optional libnss-resolve_240-4ubuntu1_amd64.deb 3cc9a794a6e6c505f1d4536dac90cf97 629280 debug optional libnss-systemd-dbgsym_240-4ubuntu1_amd64.ddeb 8dd77acc54c00066e4e7d4be9d4f4add 114624 admin optional libnss-systemd_240-4ubuntu1_amd64.deb 1755ec54a117e039c15ea4654e0d8665 631852 debug optional libpam-systemd-dbgsym_240-4ubuntu1_amd64.ddeb e8726d5c881b94907b2d5c1bf4515835 118604 admin standard libpam-systemd_240-4ubuntu1_amd64.deb 4978c485dcad05a2294ccb3d4ccc8037 230932 libdevel optional libsystemd-dev_240-4ubuntu1_amd64.deb 11b999bfea0761d35e220d04697c74eb 1161600 debug optional libsystemd0-dbgsym_240-4ubuntu1_amd64.ddeb aa7fb532e853cd01a79bd2713924b9db 249868 libs optional libsystemd0_240-4ubuntu1_amd64.deb 74cf1c064f8897d15fb23e1030eb7b8c 19016 libdevel optional libudev-dev_240-4ubuntu1_amd64.deb 3ce5bb628b0779dddd135ab6a7184e61 402768 debug optional libudev1-dbgsym_240-4ubuntu1_amd64.ddeb 1601ced3aa4125f24fd1a73aab94e264 56592 debian-installer optional libudev1-udeb_240-4ubuntu1_amd64.udeb a032e3613431da836bebbe4ac8bcc56b 70980 libs optional libudev1_240-4ubuntu1_amd64.deb e2ca6b1975c43fa7c98b152a0780991b 714520 debug optional systemd-container-dbgsym_240-4ubuntu1_amd64.ddeb 18cd4c06cd305a38fe6149aaec5bd8b6 243688 admin optional systemd-container_240-4ubuntu1_amd64.deb 63029e4c18a94b7a99c5b37f4fcb4648 98504 debug optional systemd-coredump-dbgsym_240-4ubuntu1_amd64.ddeb eb0daa889e22402121f7ebd363b7252c 43000 admin optional systemd-coredump_240-4ubuntu1_amd64.deb a5c2b8a6ed59920b3ca6fee50b2851d3 13013784 debug optional systemd-dbgsym_240-4ubuntu1_amd64.ddeb 59c6cb08d33b32b680623a523ccb3ea4 153180 debug optional systemd-journal-remote-dbgsym_240-4ubuntu1_amd64.ddeb 0e35fc24a67552fc2a0a686ec7d20589 60436 admin optional systemd-journal-remote_240-4ubuntu1_amd64.deb 1a9238e8d62b07e9d17109062975891d 9376 admin important systemd-sysv_240-4ubuntu1_amd64.deb 162ccb656e34aae315a6fb6d64257867 29328656 debug optional systemd-tests-dbgsym_240-4ubuntu1_amd64.ddeb eb040ab507f29f298c024b2d9b454c38 3669612 admin optional systemd-tests_240-4ubuntu1_amd64.deb c6d00d94a566cd46e06c6af6d7e485d4 18233 admin optional systemd_240-4ubuntu1_amd64.buildinfo 963110c34090fcc6c2a46909a156df64 3327048 admin important systemd_240-4ubuntu1_amd64.deb 1050891dc15e3b19fbc28277e40bc6a0 161406 raw-translations - systemd_240-4ubuntu1_amd64_translations.tar.gz d004a6d37e2126ceaf274190a7c5fcef 3451712 debug optional udev-dbgsym_240-4ubuntu1_amd64.ddeb ba1cac6d3dddf936b4f0b40ae92d89a5 337960 debian-installer optional udev-udeb_240-4ubuntu1_amd64.udeb 25abf8808e610035d58df1cdabc00263 1169256 admin important udev_240-4ubuntu1_amd64.deb Original-Maintainer: Debian systemd Maintainers