=== modified file 'Makefile' --- Makefile 2009-02-15 09:09:27 +0000 +++ Makefile 2009-02-24 12:41:47 +0000 @@ -16,7 +16,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0.6 +version=1.0.7 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2009-02-13 09:03:22 +0000 +++ NEWS 2009-02-24 12:41:47 +0000 @@ -1,6 +1,10 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.0.7 (2009-02-24) +* Client +** Bug fix: Do not depend on GNU awk. + Version 1.0.6 (2009-02-13) * Server ** Fix bug where server would stop responding, with a zombie checker === modified file 'debian/changelog' --- debian/changelog 2009-02-13 09:03:22 +0000 +++ debian/changelog 2009-02-24 12:41:47 +0000 @@ -1,3 +1,9 @@ +mandos (1.0.7-1) unstable; urgency=low + + * New upstream release. + + -- Teddy Hogeborn Tue, 24 Feb 2009 12:58:06 +0100 + mandos (1.0.6-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2009-02-13 10:18:17 +0000 +++ mandos 2009-02-24 13:52:18 +0000 @@ -66,7 +66,7 @@ import ctypes import ctypes.util -version = "1.0.6" +version = "1.0.7" logger = logging.Logger('mandos') syslogger = (logging.handlers.SysLogHandler === modified file 'mandos-ctl' --- mandos-ctl 2009-02-13 09:03:22 +0000 +++ mandos-ctl 2009-02-24 12:41:47 +0000 @@ -31,7 +31,7 @@ server_path = '/' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.0.6" +version = "1.0.7" 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-02-13 09:03:22 +0000 +++ mandos-keygen 2009-02-24 12:41:47 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.0.6" +VERSION="1.0.7" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos.lsm' --- mandos.lsm 2009-02-15 09:28:06 +0000 +++ mandos.lsm 2009-02-24 12:41:47 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.0.6 -Entered-date: 2009-02-13 +Version: 1.0.7 +Entered-date: 2009-02-24 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 - 98K mandos_1.0.6.orig.tar.gz + 98K mandos_1.0.7.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 98K mandos_1.0.6.orig.tar.gz + 98K mandos_1.0.7.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.