=== modified file 'Makefile' --- Makefile 2010-09-23 20:14:08 +0000 +++ Makefile 2010-09-28 18:57:31 +0000 @@ -23,7 +23,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0.14 +version=1.2 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2010-09-09 18:16:14 +0000 +++ NEWS 2010-09-28 18:57:31 +0000 @@ -1,6 +1,33 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.2 (2010-09-28) +* Client: +** New "plymouth" plugin to ask for a password using the Plymouth + graphical boot system. +** The Mandos client now automatically chooses a network interface if + the DEVICE setting in /etc/initramfs-tools/initramfs.conf is set to + the empty string. This is also the new default instead of "eth0". +** The Mandos client --connect option now loops indefinitely until a + password is received from the specified server. +** Bug fix: Quote directory correctly in mandos-keygen with --password +** Bug fix: don't use "echo -e" in mandos-keygen; unsupported by dash. +* Server: +** Terminology change: clients are now "ENABLED" or "DISABLED", not + "valid" or "invalid". +** New D-Bus API; see the file "DBUS-API". +** New control utilities using the new D-Bus API: + + mandos-ctl A command-line based utility + + mandos-monitor A text-based GUI interface +** New feature: manual interactive approval or denying of clients on a + case-by-case basis. +** New --debuglevel option to control logging +** Will not write PID file if --debug is passed +** Bug fix: Avoid race conditions with short "interval" values or + fast checkers. +** Bug fix: Don't try to bind to a network interface when none is + specified + Version 1.0.14 (2009-10-25) Enable building without -pie and -fPIE if BROKEN_PIE is set. === modified file 'common.ent' --- common.ent 2010-09-09 18:16:14 +0000 +++ common.ent 2010-09-28 18:57:31 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2010-09-09 18:16:14 +0000 +++ debian/changelog 2010-09-28 18:57:31 +0000 @@ -1,3 +1,22 @@ +mandos (1.2-1) unstable; urgency=low + + * New upstream release. + * Makefile (LINK_FORTIFY_LD): Remove "-fPIE". (Closes: #557076) + * debian/control: Add gnupg dependency to "mandos-client" and removed it + from "mandos". Added dependency on "python-urwid" "mandos" since the + new "mandos-monitor" utility needs it, and on "python (>=2.6) | + python-multiprocessing" since the Mandos server now uses it. + * debian/rules: Set BROKEN_PIE on mips and mipsel if a known buggy + version of binutils is used. + * debian/mandos.docs: Also install "/usr/share/doc/mandos/DBUS-API". + * debian/mandos.dirs: Added "etc/dbus-1/system.d". + * debian/mandos-client.README.Debian: Update info about DEVICE setting + of initramfs.conf. + * debian/mandos-client.README.Debian: Remove warning about --connect not + looping, since it now does. + + -- Teddy Hogeborn Tue, 28 Sep 2010 20:46:11 +0200 + mandos (1.0.14-1) unstable; urgency=low (HIGH on mips and mipsel) * New upstream release. === modified file 'mandos' --- mandos 2010-09-27 17:39:03 +0000 +++ mandos 2010-09-28 18:57:31 +0000 @@ -81,7 +81,7 @@ SO_BINDTODEVICE = None -version = "1.0.14" +version = "1.2" #logger = logging.getLogger(u'mandos') logger = logging.Logger(u'mandos') === modified file 'mandos-ctl' --- mandos-ctl 2010-09-26 18:32:58 +0000 +++ mandos-ctl 2010-09-28 18:57:31 +0000 @@ -57,7 +57,7 @@ server_path = '/' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.0.14" +version = "1.2" def timedelta_to_milliseconds(td): "Convert a datetime.timedelta object to milliseconds" === modified file 'mandos-keygen' --- mandos-keygen 2010-09-26 18:32:58 +0000 +++ mandos-keygen 2010-09-28 18:57:31 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.0.14" +VERSION="1.2" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos-monitor' --- mandos-monitor 2010-09-27 16:27:13 +0000 +++ mandos-monitor 2010-09-28 18:57:31 +0000 @@ -51,7 +51,7 @@ domain = 'se.bsnet.fukt' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.0.15" +version = "1.2" # Always run in monochrome mode urwid.curses_display.curses.has_colors = lambda : False === modified file 'mandos.lsm' --- mandos.lsm 2010-09-14 18:22:03 +0000 +++ mandos.lsm 2010-09-28 18:57:31 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.0.14 -Entered-date: 2010-09-14 +Version: 1.2 +Entered-date: 2010-09-28 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 - 103K mandos_1.0.14.orig.tar.gz + 132K mandos_1.2.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 103K mandos_1.0.14.orig.tar.gz + 132K mandos_1.2.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.