Package: systemd / 44-11+deb7u4

Metadata

Package Version Patches format
systemd 44-11+deb7u4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
v44..upstream fixes_44 11 | (download)

Makefile.am | 7 2 + 5 - 0 !
TODO | 2 2 + 0 - 0 !
man/systemd.path.xml | 2 1 + 1 - 0 !
man/systemd.socket.xml | 2 1 + 1 - 0 !
man/systemd.unit.xml | 2 1 + 1 - 0 !
src/cgtop.c | 17 11 + 6 - 0 !
src/journal/journal-file.c | 12 9 + 3 - 0 !
src/journal/journald.c | 41 34 + 7 - 0 !
src/service.c | 48 39 + 9 - 0 !
src/systemctl.c | 2 1 + 1 - 0 !
src/util.c | 3 2 + 1 - 0 !
units/media.mount | 16 0 + 16 - 0 !
12 files changed, 103 insertions(+), 51 deletions(-)

---
debian changes | (download)

.dir-locals.el | 7 7 + 0 - 0 !
.mailmap | 4 4 + 0 - 0 !
.vimrc | 4 4 + 0 - 0 !
CODING_STYLE | 27 27 + 0 - 0 !
Makefile.am | 6 4 + 2 - 0 !
autogen.sh | 56 56 + 0 - 0 !
man/systemd.mount.xml | 4 2 + 2 - 0 !
po/pl.po | 175 175 + 0 - 0 !
src/99-systemd.rules.in | 1 1 + 0 - 0 !
src/Makefile | 28 28 + 0 - 0 !
src/journal/systemd-journald.conf | 2 1 + 1 - 0 !
src/locale/generate-kbd-model-map | 33 33 + 0 - 0 !
src/login/70-uaccess.rules | 1 1 + 0 - 0 !
src/login/71-seat.rules | 1 1 + 0 - 0 !
src/login/73-seat-late.rules.in | 1 1 + 0 - 0 !
src/login/logind-session.c | 2 1 + 1 - 0 !
src/manager.c | 41 41 + 0 - 0 !
src/mount.c | 2 1 + 1 - 0 !
src/service.c | 2 1 + 1 - 0 !
src/special.h | 2 1 + 1 - 0 !
tmpfiles.d/legacy.conf | 4 2 + 2 - 0 !
tmpfiles.d/tmp.conf | 4 2 + 2 - 0 !
units/remote-fs.target | 1 1 + 0 - 0 !
23 files changed, 395 insertions(+), 13 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 systemd (44-11) unstable; urgency=low
 .
   * Team upload.
   * Run debian-enable-units.service after sysinit.target to ensure our tmp
     files aren't nuked by systemd-tmpfiles.
   * The mountoverflowtmp SysV init script no longer exists so remove that
secfixes | (download)

src/hostname/hostnamed.c | 8 8 + 0 - 0 !
src/journal/journald.c | 10 8 + 2 - 0 !
src/locale/localed.c | 14 13 + 1 - 0 !
src/polkit.c | 32 6 + 26 - 0 !
src/util.c | 37 37 + 0 - 0 !
src/util.h | 3 3 + 0 - 0 !
6 files changed, 75 insertions(+), 29 deletions(-)

---