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: armhf armhf_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: 45024e7f49c17cc6420b8ec44865a604892fd008 300384 libnss-myhostname-dbgsym_240-4ubuntu1_armhf.ddeb 94b46bd68525b9bda4b517f42bb35ce4bbd7b08e 40064 libnss-myhostname_240-4ubuntu1_armhf.deb ea309f72f864b310ef1c540ce9a29c0f5f059304 615592 libnss-mymachines-dbgsym_240-4ubuntu1_armhf.ddeb 2ded2a544177014207e1d718eab80a97b3204008 102604 libnss-mymachines_240-4ubuntu1_armhf.deb 5f34a9fefc0b579769c3a502389ef04ecd24d150 605892 libnss-resolve-dbgsym_240-4ubuntu1_armhf.ddeb a873656f0e9b9149fa4a50f51b48639ebc173750 100756 libnss-resolve_240-4ubuntu1_armhf.deb e74a64bf30c490fe2dc1e9348c9f2eccf613c4c4 610392 libnss-systemd-dbgsym_240-4ubuntu1_armhf.ddeb 001a36faa8774f729f878756773ff790bab21b04 100596 libnss-systemd_240-4ubuntu1_armhf.deb 7f5816389afeaa9052cb2f2f75de492ce4491934 612660 libpam-systemd-dbgsym_240-4ubuntu1_armhf.ddeb 558f5b658f4b32c81aba53526365c86bc6a52722 104888 libpam-systemd_240-4ubuntu1_armhf.deb 831b6e8cf1ac8242f0a3b53ad9d5650d322e239e 230924 libsystemd-dev_240-4ubuntu1_armhf.deb bd24521e697f933673f1c9b92bc5f3fc8d19bb1a 1123256 libsystemd0-dbgsym_240-4ubuntu1_armhf.ddeb 7ed3eb16f9606deaef19666c0c1a367f68995b10 227056 libsystemd0_240-4ubuntu1_armhf.deb 30489d310622ebf8d820b8018bd2e0ebccf747e0 19016 libudev-dev_240-4ubuntu1_armhf.deb 23de666f015f75dfeb9b9f7983703f66add16d51 394048 libudev1-dbgsym_240-4ubuntu1_armhf.ddeb 4c91aef74c958410be42e44c2e63e17a96739349 49400 libudev1-udeb_240-4ubuntu1_armhf.udeb 4cad9897bdb6b3229452de6f6060e1350850da0f 64064 libudev1_240-4ubuntu1_armhf.deb 39d4c10499cda066fc97d5d62fad2b81f5ed0ae6 687248 systemd-container-dbgsym_240-4ubuntu1_armhf.ddeb 0bf551bc0ffdc0fd82cf4d9e12a8f564b70380a9 233204 systemd-container_240-4ubuntu1_armhf.deb 4463fe48e684b8e499cb51faf3164972c4b91883 95832 systemd-coredump-dbgsym_240-4ubuntu1_armhf.ddeb ce5fd2665e41ddf44c29d07b1912ee95d411944d 41548 systemd-coredump_240-4ubuntu1_armhf.deb b69f22cac67af864f87477918a35013c2ca927fa 12585204 systemd-dbgsym_240-4ubuntu1_armhf.ddeb 836c20e07958d3f3fdd188fc157378f9f0834186 149696 systemd-journal-remote-dbgsym_240-4ubuntu1_armhf.ddeb dbe97dfa326fb3d033af3eb3be5442bfddbf291c 58776 systemd-journal-remote_240-4ubuntu1_armhf.deb 68445dcabfae0a0f9f9452ebbaa52c6d9294fbe7 9376 systemd-sysv_240-4ubuntu1_armhf.deb cb4b4f51a3bd7e601b4125760b633de56178d7ff 28500504 systemd-tests-dbgsym_240-4ubuntu1_armhf.ddeb b1fc91e9a85fbed63f872e410183f820a026e0fe 3184332 systemd-tests_240-4ubuntu1_armhf.deb ecf97c2a95694cfc3b2e4abcdab09877b79124e0 18079 systemd_240-4ubuntu1_armhf.buildinfo d4bfb50e9973c139cbcc169f295f8baac2817470 3151604 systemd_240-4ubuntu1_armhf.deb 7c4ffbdcc9be06c04fcb943d8c7c0f71434f7332 157463 systemd_240-4ubuntu1_armhf_translations.tar.gz 0a8c1ee2e0f6ca8cb48fc763e9b9d2e7706ef6e0 3397132 udev-dbgsym_240-4ubuntu1_armhf.ddeb e5560dddb89e18800db8aedba538453d137d145a 315376 udev-udeb_240-4ubuntu1_armhf.udeb f3e1dcd77e233144a287866468990271e390dce7 1144880 udev_240-4ubuntu1_armhf.deb Checksums-Sha256: 9231eae559096f75e842d2b0142ad63c02972c45851456d3e35fa785dad65f8a 300384 libnss-myhostname-dbgsym_240-4ubuntu1_armhf.ddeb 0eb5c2dc63ffae4a3d0684ebac8078fe5f5d5527bb0de7c0eea2f38e638fc3e9 40064 libnss-myhostname_240-4ubuntu1_armhf.deb a397b3216a9a221a7673d3f9d255ac8e3fd2cd9d05bc4fe60eed01455297d6f5 615592 libnss-mymachines-dbgsym_240-4ubuntu1_armhf.ddeb a94603cb6ab4b97c8dd6d05d9bc50ab8d1976a30d2d6c3082e2a446fdbba22ec 102604 libnss-mymachines_240-4ubuntu1_armhf.deb 69c2e36a7e0056ae699155c000a03ff006e6aca1aef9de278f20f58bbb544173 605892 libnss-resolve-dbgsym_240-4ubuntu1_armhf.ddeb 7b583030cc397ea18cf25d1ddd71617e045cd7329e9a8a7f853e0c91d29add36 100756 libnss-resolve_240-4ubuntu1_armhf.deb f0a00744e242e33d6874370d3c1343356be34c9e425940ba92e264a79a491c61 610392 libnss-systemd-dbgsym_240-4ubuntu1_armhf.ddeb 6bdd0e1ed48d6b95648b5ae5e23d7eedb0fa144513e753044d5f0f297577da1b 100596 libnss-systemd_240-4ubuntu1_armhf.deb 514597c9d9c292bc4e01d95e763fca30de8249f9866e485fd626d4cb9888dc0a 612660 libpam-systemd-dbgsym_240-4ubuntu1_armhf.ddeb d7e39bbd3c72ab3c03fbbf8c79f922b5d7e430c7df457d43a0fd2f912e293cff 104888 libpam-systemd_240-4ubuntu1_armhf.deb 41f6c0d5ab72cdd718084dd4788edc390470c9f7b307c7eda563d1c2b8692cec 230924 libsystemd-dev_240-4ubuntu1_armhf.deb 07bc8609d3842b15997f7074727877eabeda726fc43f2d611ba67fc953d3db07 1123256 libsystemd0-dbgsym_240-4ubuntu1_armhf.ddeb c7fee5987419ff2887faae190e097125ac5c6d4cf9029f0217c13059fcc26bbf 227056 libsystemd0_240-4ubuntu1_armhf.deb 4df50bf90b98f4a2e95aeeb21f883c6fbe52f3d32e67d6c8eca0f6d0015f1ba3 19016 libudev-dev_240-4ubuntu1_armhf.deb b0e6ea06d850c699f1245f7f571bba4394f2aaa2dcff13fb7e18bf6afab25396 394048 libudev1-dbgsym_240-4ubuntu1_armhf.ddeb 90dec2eee89d60d343cc6e77d2bbb6a1e25230bc0df280e7f49192af436b1bc5 49400 libudev1-udeb_240-4ubuntu1_armhf.udeb da44e3cfa15a3c412e98bd2bb2e36ff256850709bde8177f18cd96837461fb83 64064 libudev1_240-4ubuntu1_armhf.deb fcb64292b549dc05d47e559d1ea6b1889e71e35dd3c54bd23bce7daa14236c90 687248 systemd-container-dbgsym_240-4ubuntu1_armhf.ddeb 7c530fb9741a392a6ce7154ecebd16d7a8b5c8da2e232408f68958ee5219b938 233204 systemd-container_240-4ubuntu1_armhf.deb 05df971e398c243e9d866467f10ee76fbb323eb7f4b6d7bf899ea5a22cd9b8d3 95832 systemd-coredump-dbgsym_240-4ubuntu1_armhf.ddeb d1fefe287ec4e617ebff9a83180201af00494a913b21d748f056cd792d7c7e4e 41548 systemd-coredump_240-4ubuntu1_armhf.deb ab9027283503bf1be60ccef400cb93b16ae76d9c998bf8228bd190a156967eed 12585204 systemd-dbgsym_240-4ubuntu1_armhf.ddeb e31f34d3c5e5c814d3863c96cc24ae6fb9ca6bfdb229a4dd9d7a3a876fbf1fdf 149696 systemd-journal-remote-dbgsym_240-4ubuntu1_armhf.ddeb da79683dfe58c73bed09b42be237a77f64617b5ea512cf967d398a459cbfe110 58776 systemd-journal-remote_240-4ubuntu1_armhf.deb e2962cd657d15619bb667cf78c1a51129332c47092cfba1a8894633fa423698a 9376 systemd-sysv_240-4ubuntu1_armhf.deb 152b869f7676e8615fb55a53b2dd5ca6bcedb156adbdc73ca313d815b4d94865 28500504 systemd-tests-dbgsym_240-4ubuntu1_armhf.ddeb b25a20373b03aa9deea7e79f6ced62f984bd8382f958262194f7a101a2ec7ae1 3184332 systemd-tests_240-4ubuntu1_armhf.deb e27d38e778fc5c84fab6729413983f208ce55139616c5e6be28778d172b57bc2 18079 systemd_240-4ubuntu1_armhf.buildinfo 45282b108547a031802e70ddcb5e944fe83c1875541294ebd4974e493b18542f 3151604 systemd_240-4ubuntu1_armhf.deb c76450ef5030f3ae6722293b9a94c373ce6efacff2f3836fd0f9d5375d34c959 157463 systemd_240-4ubuntu1_armhf_translations.tar.gz a679a4c4b82ac6a9e75d9fa71fc71840cc987acd14633574fc4286dc03fa31a3 3397132 udev-dbgsym_240-4ubuntu1_armhf.ddeb 5e80a6d051e2806811977895a156910586344edb4c39186dce5e33dbb2d9edd7 315376 udev-udeb_240-4ubuntu1_armhf.udeb c1683879d86d6df780b31c93e511c49d5a011f6522a671686f2e99ae4619ffd1 1144880 udev_240-4ubuntu1_armhf.deb Files: 90fb7feab1ea6b870572f6a5333259b6 300384 debug optional libnss-myhostname-dbgsym_240-4ubuntu1_armhf.ddeb d8c3f34e265aaddcbc2aa400b3829cc1 40064 admin optional libnss-myhostname_240-4ubuntu1_armhf.deb 321508c5c7464500a0e02aee7e216ef6 615592 debug optional libnss-mymachines-dbgsym_240-4ubuntu1_armhf.ddeb 1b51da58ba3c15c1851d60c1bb5c2183 102604 admin optional libnss-mymachines_240-4ubuntu1_armhf.deb 6f032ca3a458c103fc1f04e4ea6b9954 605892 debug optional libnss-resolve-dbgsym_240-4ubuntu1_armhf.ddeb 80dec2fb75f3256ac12f0f70a475d61a 100756 admin optional libnss-resolve_240-4ubuntu1_armhf.deb 349428db7257d048853b79bd93e87cf2 610392 debug optional libnss-systemd-dbgsym_240-4ubuntu1_armhf.ddeb cd0b4980bde3bd0bc2fefd232764a899 100596 admin optional libnss-systemd_240-4ubuntu1_armhf.deb 9cac861cbf3b42afb18aaf9be4136e7f 612660 debug optional libpam-systemd-dbgsym_240-4ubuntu1_armhf.ddeb f33064cf5b31e3515964cb95d402db5b 104888 admin standard libpam-systemd_240-4ubuntu1_armhf.deb 5879287898c717a234d1e44f91a0dc9c 230924 libdevel optional libsystemd-dev_240-4ubuntu1_armhf.deb a7fca7cfa64defeb94afdf5315172a06 1123256 debug optional libsystemd0-dbgsym_240-4ubuntu1_armhf.ddeb 2f3e318dcf41821f5c3e369f078df1c7 227056 libs optional libsystemd0_240-4ubuntu1_armhf.deb 03bc28fdc609b32510b7ceb1ea7b474a 19016 libdevel optional libudev-dev_240-4ubuntu1_armhf.deb e0f2ec44f921d17a8369156ce49a4667 394048 debug optional libudev1-dbgsym_240-4ubuntu1_armhf.ddeb d45e51d9b9e86876b967edacf8b6c494 49400 debian-installer optional libudev1-udeb_240-4ubuntu1_armhf.udeb 32fe156383138976c0e149d8c6be8fad 64064 libs optional libudev1_240-4ubuntu1_armhf.deb 6fdba000126934a563c519c3e9638985 687248 debug optional systemd-container-dbgsym_240-4ubuntu1_armhf.ddeb 5c6c502f1836fad5758ffa888b7bf638 233204 admin optional systemd-container_240-4ubuntu1_armhf.deb 35a2cb3e826ca2508f750fdb5e1bd572 95832 debug optional systemd-coredump-dbgsym_240-4ubuntu1_armhf.ddeb 337b485d3345d68a963b20a89e319a20 41548 admin optional systemd-coredump_240-4ubuntu1_armhf.deb 9cda6014386e16065a5e31ed092adde2 12585204 debug optional systemd-dbgsym_240-4ubuntu1_armhf.ddeb c14b5d45d803d396a552e9455b69ff42 149696 debug optional systemd-journal-remote-dbgsym_240-4ubuntu1_armhf.ddeb 41cceb98c953f8a7b7233421866ded2f 58776 admin optional systemd-journal-remote_240-4ubuntu1_armhf.deb dd81fedcc68df5aabe5baaea571abf68 9376 admin important systemd-sysv_240-4ubuntu1_armhf.deb ddf30e825de1164c08d8a282f32165e0 28500504 debug optional systemd-tests-dbgsym_240-4ubuntu1_armhf.ddeb 8f16c98f9d4dfc90b0d75d0014a0aedf 3184332 admin optional systemd-tests_240-4ubuntu1_armhf.deb 53a02be7c1a9532ef57d31589b9596c4 18079 admin optional systemd_240-4ubuntu1_armhf.buildinfo e0ec73650766ed39690f6c653d617fd0 3151604 admin important systemd_240-4ubuntu1_armhf.deb 5642bdc8b7179bfb732f4e23b614f10c 157463 raw-translations - systemd_240-4ubuntu1_armhf_translations.tar.gz 9bec3eb13d50cc5baf7aec5351eac2af 3397132 debug optional udev-dbgsym_240-4ubuntu1_armhf.ddeb df90b03c02bb531fede14a3844423c59 315376 debian-installer optional udev-udeb_240-4ubuntu1_armhf.udeb d012e57b49a08e8ce48ca03426a02795 1144880 admin important udev_240-4ubuntu1_armhf.deb Original-Maintainer: Debian systemd Maintainers