=== modified file 'Makefile' --- Makefile 2016-02-21 14:24:01 +0000 +++ Makefile 2016-02-28 15:11:35 +0000 @@ -44,7 +44,7 @@ OPTIMIZE=-Os -fno-strict-aliasing LANGUAGE=-std=gnu11 htmldir=man -version=1.7.1 +version=1.7.2 SED=sed USER=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2015-10-24 17:48:13 +0000 +++ NEWS 2016-02-28 15:11:35 +0000 @@ -1,6 +1,14 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.7.2 (2016-02-28) +* Server +** Stop using python-gnutls library; it was not updated to GnuTLS 3.3. +** Bug fix: Only send D-Bus signal ClientRemoved if using D-Bus. +** Use GnuPG 2 if available. +* Client +** Compile with various sanitizing flags. + Version 1.7.1 (2015-10-24) * Client ** Bug fix: Can now really find Mandos server even if the server has === modified file 'common.ent' --- common.ent 2015-10-24 17:48:13 +0000 +++ common.ent 2016-02-28 15:11:35 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2015-12-05 01:29:53 +0000 +++ debian/changelog 2016-02-28 15:11:35 +0000 @@ -1,3 +1,27 @@ +mandos (1.7.2-1) unstable; urgency=medium + + * New upstream release. + * Fix "Uses unneeded and obsolete version specific python packages" + by removing version-specific dependencies (Closes: #811159) + * debian/control (Source: mandos/Build-Depends): Add (>= 3.3.0) to + "libgnutls28-dev" and "gnutls-dev". + (Source: mandos/Build-Depends-Indep): Remove "python2.7-gnutls", + "python2.7", "python2.7-dbus", "python2.7-avahi", and + "python2.7-gobject"; replace with "python (>= 2.7), python (<< 3)", + "python-dbus", "python-avahi", "python-gobject | python-gi". + (Package: mandos/Depends): Remove "python-gnutls" and + "python2.7-gnutls", add "libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= + 3.3.0)". Add "python (<< 3)". Remove "python2.7-dbus", + "python2.7-avahi", "python2.7-gobject", and "python2.7-urwid". + Replace "python-gobject" with "python-gobject | python-gi" and "gnupg + (<< 2)" with "gnupg". + (Package: mandos-client/Depends): Replace + "gnupg (<< 2)" with "gnupg". + (Source: mandos/Standards-Version): Change to 3.9.7. + * debian/copyright (Copyright): Update copyright year. + + -- Teddy Hogeborn Sun, 28 Feb 2016 16:09:01 +0100 + mandos (1.7.1-2) unstable; urgency=medium * debian/control (Package: mandos/Depends): Fix "Please drop versioned === modified file 'debian/control' --- debian/control 2016-02-28 14:33:54 +0000 +++ debian/control 2016-02-28 15:11:35 +0000 @@ -19,9 +19,8 @@ Architecture: all Depends: ${misc:Depends}, python (>= 2.7), python (<< 3), libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0), - python-dbus, python-dbus, python-avahi, - python-gobject | python-gi, avahi-daemon, adduser, - python-urwid, gnupg + python-dbus, python-avahi, python-gobject | python-gi, + avahi-daemon, adduser, python-urwid, gnupg Recommends: ssh-client | fping Description: server giving encrypted passwords to Mandos clients This is the server part of the Mandos system, which allows === modified file 'mandos' --- mandos 2016-02-28 14:22:10 +0000 +++ mandos 2016-02-28 15:11:35 +0000 @@ -98,7 +98,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.7.1" +version = "1.7.2" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2016-02-28 14:22:10 +0000 +++ mandos-ctl 2016-02-28 15:11:35 +0000 @@ -72,7 +72,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.7.1" +version = "1.7.2" try: === modified file 'mandos-keygen' --- mandos-keygen 2016-02-28 14:22:10 +0000 +++ mandos-keygen 2016-02-28 15:11:35 +0000 @@ -21,7 +21,7 @@ # Contact the authors at . # -VERSION="1.7.1" +VERSION="1.7.2" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2016-02-28 14:22:10 +0000 +++ mandos-monitor 2016-02-28 15:11:35 +0000 @@ -60,7 +60,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.7.1" +version = "1.7.2" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2015-10-24 17:48:13 +0000 +++ mandos.lsm 2016-02-28 15:11:35 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.7.1 -Entered-date: 2015-10-24 +Version: 1.7.2 +Entered-date: 2016-02-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@recompile.se (Teddy Hogeborn), belorn@recompile.se (Björn Påhlsson) Primary-site: http://www.recompile.se/mandos - 169K mandos_1.7.1.orig.tar.gz + 171K mandos_1.7.2.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 169K mandos_1.7.1.orig.tar.gz + 171K mandos_1.7.2.orig.tar.gz Platforms: Requires GCC, GNU libC, Avahi, GnuPG, Python 2.7, and various other libraries. While made for Debian GNU/Linux, it is probably portable to other