Accepted:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 05 Jul 2014 14:20:15 +0200 Source: systemd Binary: systemd systemd-sysv libpam-systemd libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python-systemd systemd-dbg Architecture: source amd64 Version: 204-14~bpo70+1 Distribution: wheezy-backports Urgency: medium Maintainer: Debian systemd Maintainers <[email protected]> Changed-By: Michael Biebl <[email protected]> Description: gir1.2-gudev-1.0 - libgudev-1.0 introspection data libgudev-1.0-0 - GObject-based wrapper library for libudev libgudev-1.0-dev - libgudev-1.0 development files libpam-systemd - system and service manager - PAM module libsystemd-daemon-dev - systemd utility library - development files libsystemd-daemon0 - systemd utility library libsystemd-id128-0 - systemd 128 bit ID utility library libsystemd-id128-dev - systemd 128 bit ID utility library - development files libsystemd-journal-dev - systemd journal utility library - development files libsystemd-journal0 - systemd journal utility library libsystemd-login-dev - systemd login utility library - development files libsystemd-login0 - systemd login utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) python-systemd - python bindings for systemd systemd - system and service manager systemd-dbg - system and service manager (debug symbols) systemd-sysv - system and service manager - SysV links udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 645466 648325 655924 690892 705792 706221 713877 717404 717405 720017 735563 738862 739018 739113 742724 743158 746351 747741 748355 751472 751589 752259 752591 752605 752742 752992 Changes: systemd (204-14~bpo70+1) wheezy-backports; urgency=medium . * Rebuild for wheezy-backports. . systemd (204-14) unstable; urgency=medium . * Fix SIGABRT in insserv generator caused by incorrect usage of strcat(). (Closes: #752992) * Mark -dev packages as Multi-Arch: same. (Closes: #720017) . systemd (204-13) unstable; urgency=medium . * Switch back to load the sg module via the kmod builtin. The problem was not that the kmod builtin is faster then modprobe but rather the incorrect usage of the "=" assignment operator. We need to use "+=" here, so the sg module is loaded in addition to other scsi modules, which are loaded via the modalias rule. Thanks to Tommaso Colombo for the analysis. * Cherry-pick upstream fix which prevents systemd from entering an infinite loop when trying to break an ordering cycle. (Closes: #752259) * Update insserv generator to not create any drop-in files for services where the corresponding SysV init script does not exist. * Drop the check for /sys/kernel/uevent_helper from postinst and the SysV init script and do not unconditionally overwrite it in the initramfs hook. Since a long time now udev has been using the netlink interface to communicate with the kernel and with Linux 3.16 it is possible to disable CONFIG_UEVENT_HELPER completely. (Closes: #752742) . systemd (204-12) unstable; urgency=medium . [ Martin Pitt ] * Change the sg loading rule (for Debian #657948) back to using modprobe. kmod is too fast and then sg races with sd, causing the latter to not see SCSI disks. (Closes: #752591, #752605) . [ Michael Biebl ] * Update udev bug-script to attach instead of paste extra info if a new enough reportbug version is available. . systemd (204-11) unstable; urgency=medium . [ Martin Pitt ] * Explain patch management in debian/README.source. (Closes: #739113) * Replace "Always probe cpu support drivers" patch with cherry-picked upstream fix which is more general. * Advertise hibernation only if there's enough free swap. Patches backported from current upstream. (LP: #1313522) * Fix typo in sg loading rule to make it actually work. . [ Michael Biebl ] * Make no-patch-numbers the default for gbp-pq. * Cherry-pick upstream fix to properly handle multiline syslog messages. (Closes: #746351) * Cherry-pick upstream fix for libudev which fixes a memleak in parent_add_child(). * Drop "-b debian" from Vcs-Git since we use the master branch for packaging now. * Drop Conflicts: sysvinit (<< 2.88dsf-44~) from systemd-sysv since this breaks dist-upgrades from wheezy when switching from sysvinit to systemd-sysv as default init. While downgrading the Pre-Depends in sysvinit would have been an alternative, dropping the Conflicts and only keeping the Replaces was deemed the lesser evil. (Closes: #748355) * Use Conflicts instead of Breaks against sysvinit-core. This avoids /sbin/init going missing when switching from systemd-sysv to sysvinit. While at it, add a Replaces: upstart. (Closes: #751589) * Make the SysV compat tools try both /run/initctl and /dev/initctl. This makes them usable under sysvinit as PID 1 without requiring any symlinks. * Various ifupdown integration fixes - Use DefaultDependencies=no in [email protected] so the service can be started as early as possible. - Create the ifupdown runtime directory in [email protected] as we can no longer rely on the networking service to do that for us. - Don't stop [email protected] on shutdown but let the networking service take care of stopping all hotplugged interfaces. - Only start [email protected] for interfaces configured as allow-hotplug. . [ Michael Stapelberg ] * Clarify that “systemd” does not influence init whereas “systemd-sysv” does (Closes: #747741) . [ Ansgar Burchardt ] * Don't use "set +e; set +u" unconditionally in the lsb init-functions hook as this might change the behaviour of existing SysV init scripts. (Closes: #751472) . systemd (204-10) unstable; urgency=medium . * In the udeb's udev.startup, make sure that /dev/pts exists. * systemd-logind-launch: Set the #files ulimit, for unprivileged LXC containers. * Drop udev.NEWS, it only applies to pre-squeeze. * Remove /var/log/udev on purge. * Always probe cpu support drivers. (LP #1207705) * On Dell PowerEdge systems, the iDRAC7 and later support a USB Virtual NIC for management. Name this interface "idrac" to avoid confusion with "real" network interfaces. * Drop numerical prefixes from patches, to avoid future diff noise when removing, cherry-picking, and merging patches. From now on, always use "gbp-pq export --no-patch-numbers" to update them. . systemd (204-9) unstable; urgency=medium . * The "Flemish Beef and Beer Stew" release. . [ Steve Langasek ] * Do proper refcounting of the PAM module package on prerm, so that we don't drop the module from the PAM config when uninstalling a foreign-arch package. Related to Ubuntu bug #1295521. . [ Martin Pitt ] * debian/udev.udev-finish.upstart: Fix path to tmp-rules, debian/extra/rule_generator.functions creates them in /run/udev/. * rules: Remove the kernel-install bits; we don't want that in Debian and thus it shouldn't appear in dh_install --list-missing output. * Ship sd-shutdown.h in libsystemd-daemon-dev. * Run dh_install with --fail-missing, to avoid forgetting files when we move to new versions. * Mount /dev/pts with the correct permissions in the udev, to avoid needing pt_chown (not available on all architectures). Thanks Adam Conrad. * Add new block of Windows Azure ethernet hardware address to 75-persistent-net-generator.rules. (LP: #1274348, Closes: #739018) * Drop our Debian specific 60-persistent-storage{,-tape}.rules and use the upstream rules. They are compatible and do a superset of the functionality. (Closes: #645466) * Drop our Debian specific 80-drivers.rules and use the upstream rules with a patch for the sg module (see #657948). These now stop calling modprobe and use the kmod builtin, giving some nice boot speed improvement. (Closes: #717404) * Drop our Debian specific 50-udev-default.rules and 91-permissions.rules and use the upstream rules with a patch for the remaining Debian specific default device permissions. Many thanks to Marco d'Itri for researching which Debian-specific rules are obsolete! Amongst other things, this now also reads the hwdb info for USB devices (Closes: #717405) and gets rid of some syntax errors (Closes: #706221) * Set default polling interval on removable devices as well, for kernels which have "block" built in instead of being a module. (Closes: #713877) * Make sd_login_monitor_new() work for logind without systemd. * Cherry-pick upstream fix for polkit permissions for rebooting with multiple sessions. * Kill /etc/udev/links.conf, create_static_nodes, and associated code. It's obsolete with devtmpfs (which is required now), and doesn't run with systemd or upstart anyway. * Drop unnecessary udev.dirs. * Add autopkgtests for smoke-testing logind, hostnamed, timedated, localed, and a compile/link/run test against libsystemd-login-dev. . [ Marco d'Itri ] * preinst: check for all the system calls required by modern releases of udev. (Closes: #648325) * Updated fbdev-blacklist.conf for recent kernels. * Do not blacklist viafb because it is required on the OLPC XO-1.5. (Closes: #705792) * Remove write_cd_rules and the associated rules which create "persistent" symlinks for CD/DVD devices and replace them with more rules in 60-cdrom_id, which will create symlinks for one at random among the devices installed. Since the common case is having a single device then everything will work out just fine most of the times... (Closes: #655924) * Fix write_net_rules for systemd and sysvinit users by copying the temporary rules from /run/udev/ to /etc/udev/. (Closes: #735563) * Do not install sysctl.d/50-default.conf because the systemd package should not change kernel policies, at least until it will become the only supported init system. . [ Michael Stapelberg ] * Add systemd-dbg package, thanks Daniel Schaal (Closes: #742724). * Switch from gitpkg to git-buildpackage. Update README.source accordingly. * Make libpam-systemd depend on systemd-sysv | systemd-shim. Packages that need logind functionality should depend on libpam-systemd. . [ Michael Biebl ] * Do not send potentially private fstab information without prior user confirmation. (Closes: #743158) * Add support for LSB facilities defined by insserv. Parse /etc/insserv.conf.d content and /etc/insserv.conf and generate systemd unit drop-in files to add corresponding dependencies. Also ship targets for the Debian specific $x-display-manager and $mail-transport-agent system facilities. (Closes: #690892) * Do not accidentally re-enable /var/tmp cleaning when migrating the TMPTIME setting from /etc/default/rcS. Fix up existing broken configurations. (Closes: #738862) Checksums-Sha1: a022e72d20039295e55a07eea11d2f5be582ce97 3692 systemd_204-14~bpo70+1.dsc e54eb8eba9c66cd11d92621e59abf5a65a4eabdf 126308 systemd_204-14~bpo70+1.debian.tar.gz a7875f5f5115e693d48d81364bdef32b8bb1410a 2218678 systemd_204-14~bpo70+1_amd64.deb b3db9a2e302a431316f8cfb6bcdb047656ed1b67 24620 systemd-sysv_204-14~bpo70+1_amd64.deb 68baf3d94f83f265803462a8d2d35ce77b2a5aba 46404 libpam-systemd_204-14~bpo70+1_amd64.deb 549f6e9dd8ad98527017a325901fea2ce6df7735 45636 libsystemd-login0_204-14~bpo70+1_amd64.deb 3d8aab9fa8ea36e16b85141326baa5e03c03d2db 34818 libsystemd-login-dev_204-14~bpo70+1_amd64.deb 8fb650b1b6b2679fe8d1cec83db37fc3e848782f 25140 libsystemd-daemon0_204-14~bpo70+1_amd64.deb 2347999c678c01ed1dffd8793085e0c8ea4ce04c 36986 libsystemd-daemon-dev_204-14~bpo70+1_amd64.deb 27f07ae980244fc94ea4d22737e8b27732149eb3 74232 libsystemd-journal0_204-14~bpo70+1_amd64.deb c1964e39a16b9c1c6be34d640c7d4f86b8871db7 50332 libsystemd-journal-dev_204-14~bpo70+1_amd64.deb 70b90d16bf6d553e5cfd55907bac745c1092661e 31572 libsystemd-id128-0_204-14~bpo70+1_amd64.deb 3f17af107dc0b6d3fbd40aff56e600e13e851f03 27096 libsystemd-id128-dev_204-14~bpo70+1_amd64.deb da8fbdc0d0670dffc4f37466917101116d1986f7 1089668 udev_204-14~bpo70+1_amd64.deb 80de8fbd88a485b644fca7a8b0d1a86cfff03194 54824 libudev1_204-14~bpo70+1_amd64.deb 0ada42f46e51a76295bf68245528ae704b6d3455 27440 libudev-dev_204-14~bpo70+1_amd64.deb 96d1c275dcea3ad09540a0f35877092b1c64ff68 139646 udev-udeb_204-14~bpo70+1_amd64.udeb d50e5a7880dbaec02360ec4111c261b0b66f2e5b 29714 libudev1-udeb_204-14~bpo70+1_amd64.udeb 281d30091a3cc00208c732b080727e6e51b65404 33732 libgudev-1.0-0_204-14~bpo70+1_amd64.deb ea7e1002bb5f82e1ab5c03f8e2b7e1880534c1a5 3090 gir1.2-gudev-1.0_204-14~bpo70+1_amd64.deb 682e66e50bf6fd8a52508cf0d5e5cdeac3dab25d 31968 libgudev-1.0-dev_204-14~bpo70+1_amd64.deb f22cd6808707d9cf2940c75c4c421ccdfc1e3b84 64012 python-systemd_204-14~bpo70+1_amd64.deb 4654e44b3d9e3d39f3df68be08ec8469f4760461 15652668 systemd-dbg_204-14~bpo70+1_amd64.deb Checksums-Sha256: 96bfb7f066a0612b087fc2dfa92bd23c0a81162e7ccae2eebcb260a1e0076e4e 3692 systemd_204-14~bpo70+1.dsc 4acce0c875426a2225374cb48f273fe205d2c16397571412b7c6f63d9673c11b 126308 systemd_204-14~bpo70+1.debian.tar.gz bea27aa38950476952eee8047e0302d5908f85cdf414e29bea525497b1d28abe 2218678 systemd_204-14~bpo70+1_amd64.deb a819611be90c63e61677a630e11882ce1bb0edb5c7fe6fdd4d3d6ba96cb40cf8 24620 systemd-sysv_204-14~bpo70+1_amd64.deb b7eb6a52819a349dd26b43b7e9246be8f441bb4f8fde2e4dde3fc2ff92a3625b 46404 libpam-systemd_204-14~bpo70+1_amd64.deb c8677f2a7ed667179df431dffd0f14ae095bb7107ec6cf586fba6e7cf3b54fd1 45636 libsystemd-login0_204-14~bpo70+1_amd64.deb d324d7d5838db586b41b809e3d896d07f3c1b685a61d81ea22b4d578166e5ee4 34818 libsystemd-login-dev_204-14~bpo70+1_amd64.deb 9da9ce789350184ab3da6f692b9462e24660c9eb805183dbd2d8b17442e5334a 25140 libsystemd-daemon0_204-14~bpo70+1_amd64.deb 0a93824c55467558ba321ed3a4fff374072e58649dea0e581543e49511a60d42 36986 libsystemd-daemon-dev_204-14~bpo70+1_amd64.deb 9cf6387b0b68a8546f5e0ab261b67e613ce2cbc64a625ef5932c7e27eafe457a 74232 libsystemd-journal0_204-14~bpo70+1_amd64.deb 7e9ee8070d123b8a5fa6a101c901cbc60b411df7ae0e0954f9345dde9cf6982f 50332 libsystemd-journal-dev_204-14~bpo70+1_amd64.deb dfcbb906dc26250525507a11c27c3b62f64736e13f2815ac3bd6f4182d963ebb 31572 libsystemd-id128-0_204-14~bpo70+1_amd64.deb d314b10c3689fa9d9399b42a1cad58ef64676117d6d40d5b7fe349a627028fda 27096 libsystemd-id128-dev_204-14~bpo70+1_amd64.deb fba235da5477e2bcf72d7abba96e25386fc21af650409589675653376f1af561 1089668 udev_204-14~bpo70+1_amd64.deb 4dd09ae61242dce351ce7339165e8515374f769274e91065517d2332492c9bda 54824 libudev1_204-14~bpo70+1_amd64.deb f6b251e6a52577f40827ecd6e0033fef7711ca29d1139de093ba83c9d89f9cb5 27440 libudev-dev_204-14~bpo70+1_amd64.deb e952b048c64fcd9790c7373dcc7270b1a550690598b026b9388681e9236dec17 139646 udev-udeb_204-14~bpo70+1_amd64.udeb 00c4b7acd4a62d1198e1a1383186d0c0fedda954a570959da79df0c1f715eb74 29714 libudev1-udeb_204-14~bpo70+1_amd64.udeb f331aa317ae81facc04949a3fcac38282b54dc71a7061805bfaf58b91ee12ec1 33732 libgudev-1.0-0_204-14~bpo70+1_amd64.deb f60507a5aa79904785ba5404fb40b57b7790913c83bb2589e71587fbedb2c189 3090 gir1.2-gudev-1.0_204-14~bpo70+1_amd64.deb c302bbdd089c24c09b22ec37c6cec2f487dee242abf777103be1205bf544c9c3 31968 libgudev-1.0-dev_204-14~bpo70+1_amd64.deb 164ea088df65247727801606e3506c701aeb37e6d35696a7936c9fc506f5c101 64012 python-systemd_204-14~bpo70+1_amd64.deb 2037e94675731df4d7b5a58087ab872566c83f21af8edcc064420baec5a392fd 15652668 systemd-dbg_204-14~bpo70+1_amd64.deb Files: 39438c1ed7abd28567989a13a0bf311f 3692 admin optional systemd_204-14~bpo70+1.dsc b7adc3b94e8fb1a4e8e7420502cd8f19 126308 admin optional systemd_204-14~bpo70+1.debian.tar.gz a0b5f2117edf692f44e5bcce0c4d39ad 2218678 admin optional systemd_204-14~bpo70+1_amd64.deb fc7036772f050de05ebbe1e40627a9fe 24620 admin extra systemd-sysv_204-14~bpo70+1_amd64.deb 5fe2da10b41c9342efad3cd1e8b21f63 46404 admin optional libpam-systemd_204-14~bpo70+1_amd64.deb 06ddefdc2e6a34afd5b2213b9d4807a0 45636 libs optional libsystemd-login0_204-14~bpo70+1_amd64.deb 71b04880c959be3fdef17228e4135a5e 34818 libdevel optional libsystemd-login-dev_204-14~bpo70+1_amd64.deb bd6f31f1166f628f988c32fc882278ff 25140 libs optional libsystemd-daemon0_204-14~bpo70+1_amd64.deb c9b75e9cfa0ac45a0e506c6b73998b48 36986 libdevel optional libsystemd-daemon-dev_204-14~bpo70+1_amd64.deb 7711dcb68ac45c36c9344c26f8c6630e 74232 libs optional libsystemd-journal0_204-14~bpo70+1_amd64.deb d477589c648854046cbbc39b334ccd8e 50332 libdevel optional libsystemd-journal-dev_204-14~bpo70+1_amd64.deb b17e46e20d9b73b975da9ade5a1494c7 31572 libs optional libsystemd-id128-0_204-14~bpo70+1_amd64.deb 4ebc62a95f6e76c9e26219f93adf6f74 27096 libdevel optional libsystemd-id128-dev_204-14~bpo70+1_amd64.deb 8011c55c951da98e9cace86dda8196a9 1089668 admin important udev_204-14~bpo70+1_amd64.deb 017f64fd95d726786bd26fec4acfd042 54824 libs important libudev1_204-14~bpo70+1_amd64.deb e60359613bab791153bb5e4ec0c5178e 27440 libdevel optional libudev-dev_204-14~bpo70+1_amd64.deb e162cd3faaae9a175141056c014b3e70 139646 debian-installer optional udev-udeb_204-14~bpo70+1_amd64.udeb 735467ec6beefe6165213d72375ff6e9 29714 debian-installer optional libudev1-udeb_204-14~bpo70+1_amd64.udeb 60d53415d13f0b3be2cff8ebd72bde82 33732 libs optional libgudev-1.0-0_204-14~bpo70+1_amd64.deb 135e68dcfe9a173a2bc4c00c60660cdc 3090 introspection optional gir1.2-gudev-1.0_204-14~bpo70+1_amd64.deb 1128bea302cfc927d3001785e80e0167 31968 libdevel optional libgudev-1.0-dev_204-14~bpo70+1_amd64.deb 4ed097686f1f7b6f855d7fa805b437c2 64012 python optional python-systemd_204-14~bpo70+1_amd64.deb 4c0a5f823588cf4340dcfc6876f5f286 15652668 debug extra systemd-dbg_204-14~bpo70+1_amd64.deb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTt/CeAAoJEGrh3w1gjyLcjr8QAJysW33/waI0tvEl++HH4U6T 279aD0CmZiev9KWFsJQrlr2EUrhoopUHPOwKO31+gK4HVMLrAuUhLW9Cg8cSaH6s XsFbcNtNM/5jsWwEgnAgvEcITVM+hRwbGxgsQqe2sUtL39AHZ2xVqvgnkIh1MLZA zPMW8h089HPdeZBl4lJYE5ybtD+zLoX99eotAiimwOnAs9mQ9/tZyhrovLYLSgRM ip2dleMCsrpnITnLcpOI9t9UXD5KFzSyldCyr5Sm8k4ApP/s8efFcnsEuXvZ5J03 Y5Uk3PQSCY1zoz98zBVamG0khPPy6gbc4hf3i8CIh3NmX6IW9WSJgvg77O9EZqmk QIMeDFW9/pi2Mo/HISCOeXNDYRinGnw2P3bwrDHgerBiFDxBTtwiS2fWjlWA0SoQ BE5FyB9MzJfeBOssH6FNfD7cwxApBR1kGqipyMv+hPLSYASQzKyVZixLeP6mKKbo j1czWm/ZvRzJcymROZMZjPAVMWaEMMpoxhJ86xhvgRxlC6vPigrD0Z9w+r9oq5oM pO6kRVU+flq5Dntb1+ZHW5lad1/tWFhgAO86IIEl76O80NymH7dPN9+feNG1AOMf in1FpsElMZkNChNpEuh9ZZHRe7Zco+kOHjIb4LAuWtQ0RbtGsv1WfghHxgcezasB nTWElBn6UvcUT/aBCipY =XPUK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
