-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2012-8164 2012-05-19 21:15:21 --------------------------------------------------------------------------------
Name : systemd Product : Fedora 16 Version : 37 Release : 25.fc16 URL : http://www.freedesktop.org/wiki/Software/systemd Summary : A System and Service Manager Description : systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit. -------------------------------------------------------------------------------- Update Information: This systemd update fixes several bugs and adds two minor enhancements to ease the use of new unit files in F16: * support `RequiredBy=` in the `[Install]` section * avoid warnings about unknown `Documentation=` tags -------------------------------------------------------------------------------- ChangeLog: * Wed May 23 2012 Michal Schmidt <[email protected]> - 37-25 - Backported support for RequireBy= in [Install] - Silently ignore Documentation= tags in F16. * Tue May 22 2012 Michal Schmidt <[email protected]> - 37-24 - Fix auto-restart handling (#817968, fdo#45511) * Tue May 22 2012 Michal Schmidt <[email protected]> - 37-23 - Revert the ReleaseSession patch (#823485) * Mon May 21 2012 Michal Schmidt <[email protected]> - 37-22 - Fix another cause of "Failed to issue method call" (#814966) * Sat May 19 2012 Michal Schmidt <[email protected]> - 37-21 - bash-completion: Failed to issue method call (#814966) * Sat May 5 2012 Michal Schmidt <[email protected]> - 37-20 - Added many patches from current upstream to fix mainly: - Loss of ordering with restart jobs and the behavior of try-restart while the service is inactive with a pending job (#753586). - Assertion in systemd-analyze while boot is still in progress (#701669). - systemd-tmpfiles preservation of atime on subdirectories (#810257). - Requires= dependencies were not started by systemctl restart (#802770). - As a dependency for #753586, a refactoring of the transaction code is included. It also fixes several bugs. - A few low-risk or cosmetic fixes are included too. * Tue Apr 17 2012 Michal Schmidt <[email protected]> - 37-19 - cryptsetup: emit a change uevent after mkswap to workaround the lack of udev watches on dm devices in F16. (#711394) * Tue Mar 20 2012 Michal Schmidt <[email protected]> - 37-18 - enforce UTF8 validity of configuration data to avoid crashing in dbus - util: add brute-force fallback for close_all_fds() (#784921) - conf-parser: warn if an assignment is place outside of a section (#783134) - mount: fix assertion (#768523) - make sure that the name for per-connection services are unique (fdo#45297) - nspawn: mount /etc/timezone into nspawn environment too - minor documentation fixes * Fri Mar 16 2012 Michal Schmidt <[email protected]> - 37-17 - CVE-2012-1174 (#804118) * Tue Mar 6 2012 Michal Schmidt <[email protected]> - 37-16 - From upstream: - avoid socket tarpits when the service keeps failing - get rid of awk, sed, grep in bash completion - and minor fixes * Thu Mar 1 2012 Michal Schmidt <[email protected]> - 37-15 - logind: move X11 socket * Mon Feb 27 2012 Michal Schmidt <[email protected]> - 37-14 - A few fixes from upstream: - PrivateTmp permissions (#790522) - timedated without ntp installed (#790260) - logind: allow PowerOff and Reboot via polkit - loading empty files in read_one_line_file() (fdo#45362) - fix cgit URLs in manpages * Thu Feb 9 2012 Michal Schmidt <[email protected]> - 37-13 - Minor fixes and some manpage updates from upstream. * Sun Jan 29 2012 Michal Schmidt <[email protected]> - 37-12 - Avoid a glitch with plymouth (#785548). - Fix logind capabilities. * Thu Jan 26 2012 Michal Schmidt <[email protected]> - 37-11 - Fix automount regression. * Sat Jan 21 2012 Michal Schmidt <[email protected]> - 37-10 - Fix occasionally failing socket units with Accept=yes (#783344). * Fri Jan 20 2012 Michal Schmidt <[email protected]> - 37-9 - Fix a crash related to pid file watch and daemon-reload (#783118). - Added Conflicts with known broken spamassassin. * Tue Jan 17 2012 Michal Schmidt <[email protected]> - 37-8 - Shut up another logind message (#727315). * Sat Jan 14 2012 Michal Schmidt <[email protected]> - 37-7 - Fix for quota and a couple of other issues. * Wed Jan 11 2012 Michal Schmidt <[email protected]> - 37-6 - Fixes and low-risk enhancements (no journald) from upstream v38. * Fri Dec 2 2011 Karsten Hopp <[email protected]> - 37-5 - add upstream patch for bugzilla 744415, encrypted filesystem passphrases fail on runtime systems in hvc consoles * Tue Nov 15 2011 Michal Schmidt <[email protected]> - 37-4 - Run authconfig if /etc/pam.d/system-auth is not a symlink. - Resolves: #753160 * Wed Nov 2 2011 Michal Schmidt <[email protected]> - 37-3 - Fix remote-fs-pre.target and its ordering. - Resolves: #749940 * Wed Oct 19 2011 Michal Schmidt <[email protected]> - 37-2 - A couple of fixes from upstream: - Fix a regression in bash-completion reported in Bodhi. - Fix a crash in isolating. - Resolves: #717325 * Tue Oct 11 2011 Lennart Poettering <[email protected]> - 37-1 - New upstream release - Resolves: #744726, #718464, #713567, #713707, #736756 * Thu Sep 29 2011 Michal Schmidt <[email protected]> - 36-5 - Undo the workaround. Kay says it does not belong in systemd. - Unresolves: #741655 * Thu Sep 29 2011 Michal Schmidt <[email protected]> - 36-4 - Workaround for the crypto-on-lvm-on-crypto disk layout - Resolves: #741655 -------------------------------------------------------------------------------- References: [ 1 ] Bug #753586 - try-restart of a service scheduled to start disturbs its ordering (should be a NOP) https://bugzilla.redhat.com/show_bug.cgi?id=753586 [ 2 ] Bug #701669 - AssertionError in systemd-analyze when invoked while boot is still in progress https://bugzilla.redhat.com/show_bug.cgi?id=701669 [ 3 ] Bug #810257 - systemd-tmpfiles does not preserve atime of subdirectories https://bugzilla.redhat.com/show_bug.cgi?id=810257 [ 4 ] Bug #802770 - Systemd starts a "Requires" dependency on "start" but not on "restart" https://bugzilla.redhat.com/show_bug.cgi?id=802770 [ 5 ] Bug #814966 - autocompletion: restart -> Failed to issue method call https://bugzilla.redhat.com/show_bug.cgi?id=814966 [ 6 ] Bug #817968 - Automatic restart of service causes its BoundBy dependencies to stop but not start again https://bugzilla.redhat.com/show_bug.cgi?id=817968 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update systemd' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
