~ubuntu-branches/debian/jessie/systemd/jessie

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Tollef Fog Heen, Tollef Fog Heen, Michael Biebl
  • Date: 2012-04-03 19:59:17 UTC
  • mfrom: (1.1.10) (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120403195917-l532urrbg4pkreas
Tags: 44-1
[ Tollef Fog Heen ]
* New upstream version.
  - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
    archs
  - Backport 5a2a2a1: journal: react with immediate rotation to a couple
    of more errors
  - Backport 693ce21: util: never follow symlinks in rm_rf_children()
    Fixes CVE-2012-1174, closes: #664364
* Drop output message from init-functions hook, it's pointless.
* Only rmdir /lib/init/rw if it exists.
* Explicitly order debian-fixup before sysinit.target to prevent a
  possible race condition with the creation of sockets.  Thanks to
  Michael Biebl for debugging this.
* Always restart the initctl socket on upgrades, to mask sysvinit
  removing it.

[ Michael Biebl ]
* Remove workaround for non-interactive sessions from pam config again.
* Create compat /dev/initctl symlink in case we are upgrading from a system
  running a newer version of sysvinit (using /run/initctl) and sysvinit is
  replaced with systemd-sysv during the upgrade. Closes: #663219
* Install new man pages.
* Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
systemd (44-1) unstable; urgency=low
 
2
 
 
3
  [ Tollef Fog Heen ]
 
4
  * New upstream version.
 
5
    - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
 
6
      archs
 
7
    - Backport 5a2a2a1: journal: react with immediate rotation to a couple
 
8
      of more errors
 
9
    - Backport 693ce21: util: never follow symlinks in rm_rf_children()
 
10
      Fixes CVE-2012-1174, closes: #664364
 
11
  * Drop output message from init-functions hook, it's pointless.
 
12
  * Only rmdir /lib/init/rw if it exists.
 
13
  * Explicitly order debian-fixup before sysinit.target to prevent a
 
14
    possible race condition with the creation of sockets.  Thanks to
 
15
    Michael Biebl for debugging this.
 
16
  * Always restart the initctl socket on upgrades, to mask sysvinit
 
17
    removing it.
 
18
 
 
19
  [ Michael Biebl ]
 
20
  * Remove workaround for non-interactive sessions from pam config again.
 
21
  * Create compat /dev/initctl symlink in case we are upgrading from a system
 
22
    running a newer version of sysvinit (using /run/initctl) and sysvinit is
 
23
    replaced with systemd-sysv during the upgrade. Closes: #663219
 
24
  * Install new man pages.
 
25
  * Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323
 
26
 
 
27
 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 03 Apr 2012 19:59:17 +0200
 
28
 
 
29
systemd (43-1) experimental; urgency=low
 
30
 
 
31
  [ Tollef Fog Heen ]
 
32
  * Target upload at experimental due to libkmod dependency
 
33
  * New upstream release
 
34
    - Update bash-completion for new verbs and arguments. Closes: #650739
 
35
    - Fixes local DoS (CVE-2012-1101).  Closes: #662029
 
36
    - No longer complains if the kernel lacks audit support.  Closes: #642503
 
37
  * Fix up git-to-source package conversion script which makes gitpkg
 
38
    happier.
 
39
  * Add libkmod-dev to build-depends
 
40
  * Add symlink from /bin/systemd to /lib/systemd/systemd.
 
41
  * Add --with-distro=debian to configure flags, due to no /etc/os-release
 
42
    yet.
 
43
  * Add new symbols for libsystemd-login0 to symbols file.
 
44
  * Install a tmpfiles.d file for the /dev/initctl → /run/initctl
 
45
    migration.  Closes: #657979
 
46
  * Disable coredump handling, it's not ready yet.
 
47
  * If /run is a symlink, don't try to do the /var/run → /run migration.
 
48
    Ditto for /var/lock → /run/lock.  Closes: #647495
 
49
 
 
50
  [ Michael Biebl ]
 
51
  * Add Build-Depends on liblzma-dev for journal log compression.
 
52
  * Add Build-Depends on libgee-dev, required to build systemadm.
 
53
  * Bump Standards-Version to 3.9.2. No further changes.
 
54
  * Add versioned Build-Depends on automake and autoconf to ensure we have
 
55
    recent enough versions. Closes: #657284
 
56
  * Add packages for libsystemd-journal and libsystemd-id128.
 
57
  * Update symbols file for libsystemd-login.
 
58
  * Update configure flags, use rootprefix instead of rootdir.
 
59
  * Copy intltool files instead of symlinking them.
 
60
  * Re-indent init-functions script.
 
61
  * Remove workarounds for services using X-Interactive. The LSB X-Interactive
 
62
    support turned out to be broken and has been removed upstream so we no
 
63
    longer need any special handling for those type of services.
 
64
  * Install new systemd-journalctl, systemd-cat and systemd-cgtop binaries.
 
65
  * Install /var/lib/systemd directory.
 
66
  * Install /var/log/journal directory where the journal files are stored
 
67
    persistently.
 
68
  * Setup systemd-journald to not read from /proc/kmsg (ImportKernel=no).
 
69
  * Avoid error messages from systemctl in postinst if systemd is not running
 
70
    by checking for /sys/fs/cgroup/systemd before executing systemctl.
 
71
    Closes: #642749
 
72
  * Stop installing lib-init-rw (auto)mount units and try to cleanup
 
73
    /lib/init/rw in postinst. Bump dependency on initscripts accordingly.
 
74
    Closes: #643699
 
75
  * Disable pam_systemd for non-interactive sessions to work around an issue
 
76
    with sudo.
 
77
  * Use new dh_installdeb maintscript facility to handle obsolete conffiles.
 
78
    Bump Build-Depends on debhelper accordingly.
 
79
  * Rename bash completion file systemctl-bash-completion.sh →
 
80
    systemd-bash-completion.sh.
 
81
  * Update /sbin/init symlink. The systemd binary was moved to $pkglibdir.
 
82
 
 
83
 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 07 Feb 2012 21:36:34 +0100
 
84
 
1
85
systemd (37-1.1) unstable; urgency=low
2
86
 
3
87
  * Non-maintainer upload with Tollef's consent.