=== modified file 'Makefile' --- Makefile 2009-09-17 11:47:22 +0000 +++ Makefile 2009-09-17 13:18:08 +0000 @@ -16,7 +16,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0.11 +version=1.0.12 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2009-09-17 11:47:22 +0000 +++ NEWS 2009-09-17 13:18:08 +0000 @@ -1,6 +1,22 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.0.12 (2009-09-17) +* Client +** Bug fix: Allow network interface renaming by "udev" by taking down + the network interface after using it. +** Bug fix: User-supplied plugins are now installed correctly. +** Bug fix: If usplash was used but the password was instead provided + by the Mandos server, the usplash daemon used to ignore the first + command passed to it. This has been fixed. +** Bug fix: Make the "--userid" and "--groupid" options in + "plugin-runner.conf" work. +* Server +** Bug fix: Fix the LSB header in the init.d script to make dependency + based booting work. +** A client receiving its password now also counts as if a checker was + run successfully (i.e. the timeout timer is reset). + Version 1.0.11 (2009-05-23) * Client ** Bug fix: Use "pkg-config" instead of old "libgnutls-config". === modified file 'common.ent' --- common.ent 2009-09-17 11:47:22 +0000 +++ common.ent 2009-09-17 13:18:08 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2009-09-17 11:47:22 +0000 +++ debian/changelog 2009-09-17 13:18:08 +0000 @@ -1,3 +1,19 @@ +mandos (1.0.12-1) unstable; urgency=low + + * New upstream release. + * init.d-mandos: Correct dependencies (Closes: #546928) + * debian/control (Standards-Version): Changed to "3.8.3". + * debian/mandos-client.README.Debian: Improved wording and formatting. + Updated location of nfsroot.txt. + * debian/mandos.README.Debian: Improved wording and formatting. + * debian/mandos-client.postinst (configure): Don't look for user and + group with the old name if upgrading from a new enough version. + * debian/mandos.postinst (configure): - '' - + * debian/mandos-client.README.Debian: Added text about non-usability of + pseudo-network interfaces. + + -- Teddy Hogeborn Thu, 17 Sep 2009 15:03:59 +0200 + mandos (1.0.11-1) unstable; urgency=low * debian/control (Standards-Version): Changed to "3.8.1". === modified file 'mandos' --- mandos 2009-09-17 11:47:22 +0000 +++ mandos 2009-09-17 13:18:08 +0000 @@ -77,7 +77,7 @@ SO_BINDTODEVICE = None -version = "1.0.11" +version = "1.0.12" logger = logging.Logger(u'mandos') syslogger = (logging.handlers.SysLogHandler === modified file 'mandos-ctl' --- mandos-ctl 2009-09-17 11:47:22 +0000 +++ mandos-ctl 2009-09-17 13:18:08 +0000 @@ -31,7 +31,7 @@ server_path = '/' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.0.11" +version = "1.0.12" bus = dbus.SystemBus() mandos_dbus_objc = bus.get_object(busname, server_path) mandos_serv = dbus.Interface(mandos_dbus_objc, === modified file 'mandos-keygen' --- mandos-keygen 2009-09-17 11:47:22 +0000 +++ mandos-keygen 2009-09-17 13:18:08 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.0.11" +VERSION="1.0.12" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos.lsm' --- mandos.lsm 2009-09-17 11:47:22 +0000 +++ mandos.lsm 2009-09-17 13:18:08 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.0.11 -Entered-date: 2009-05-23 +Version: 1.0.12 +Entered-date: 2009-09-17 Description: The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote and/or unattended reboots. @@ -12,9 +12,9 @@ Maintained-by: teddy@fukt.bsnet.se (Teddy Hogeborn), belorn@fukt.bsnet.se (Björn Påhlsson) Primary-site: http://www.fukt.bsnet.se/mandos - 99K mandos_1.0.11.orig.tar.gz + 103K mandos_1.0.12.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 99K mandos_1.0.11.orig.tar.gz + 103K mandos_1.0.12.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.5, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other distributions, but not other Unixes.