=== modified file 'Makefile' --- Makefile 2008-12-28 10:20:47 +0000 +++ Makefile 2009-01-06 02:42:53 +0000 @@ -15,7 +15,7 @@ OPTIMIZE=-Os LANGUAGE=-std=gnu99 htmldir=man -version=1.0.2 +version=1.0.3 SED=sed ## Use these settings for a traditional /usr/local install === modified file 'NEWS' --- NEWS 2008-10-17 18:56:25 +0000 +++ NEWS 2009-01-06 02:42:53 +0000 @@ -1,6 +1,18 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.0.3 (2009-01-06) +* Server +** Now tries to change to user and group "_mandos" before falling back + to trying the old values "mandos", "nobody:nogroup", and "65534". +** Now does not abort on startup even if no clients are defined in + clients.conf. + +* Client +** Plugins named "*.dpkg-bak" are now ignored. +** Hopefully fixed compilation failure on some architectures where the + C compiler does not recognize the "-z" option as a linker option. + Version 1.0.2 (2008-10-17) * mandos-keygen now signs the encrypted key blobs. This signature is not currently verified by mandos-client, but this may change in the === modified file 'debian/changelog' --- debian/changelog 2008-10-17 18:56:25 +0000 +++ debian/changelog 2009-01-06 02:42:53 +0000 @@ -1,3 +1,16 @@ +mandos (1.0.3-1) unstable; urgency=low + + * New upstream release. + * Second try to close ITP: (Closes: #500727: ITP) + * Fix FTBFS for some architectures: (Closes: #509398) + * Remove debconf note: (Closes: #509653: Debconf abuse) + * Add NEWS file to /usr/share/doc directories. + * Use and create "_mandos" user+group. Rename old user+group created by + older versions of this package. + * Fix manual pages by adding build-depend on "docbook-xml". + + -- Teddy Hogeborn Tue, 06 Jan 2009 01:21:20 +0100 + mandos (1.0.2-1) unstable; urgency=low * New upstream release. === modified file 'mandos' --- mandos 2009-01-04 21:54:55 +0000 +++ mandos 2009-01-06 02:42:53 +0000 @@ -66,7 +66,7 @@ import ctypes import ctypes.util -version = "1.0.2" +version = "1.0.3" logger = logging.Logger('mandos') syslogger = (logging.handlers.SysLogHandler === modified file 'mandos-keygen' --- mandos-keygen 2009-01-04 21:54:55 +0000 +++ mandos-keygen 2009-01-06 02:42:53 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.0.2" +VERSION="1.0.3" KEYDIR="/etc/keys/mandos" KEYTYPE=DSA === modified file 'mandos.lsm' --- mandos.lsm 2008-12-10 01:26:02 +0000 +++ mandos.lsm 2009-01-06 02:42:53 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.0.2 -Entered-date: 2008-10-28 +Version: 1.0.3 +Entered-date: 2009-01-06 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 - 89K mandos_1.0.2.orig.tar.gz + 92K mandos_1.0.3.orig.tar.gz Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos - 89K mandos_1.0.2.orig.tar.gz + 92K mandos_1.0.3.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.4, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other distributions, but not other Unixes.