=== modified file 'Makefile' --- Makefile 2019-02-10 10:46:24 +0000 +++ Makefile 2019-02-11 06:31:42 +0000 @@ -40,7 +40,7 @@ OPTIMIZE:=-Os -fno-strict-aliasing LANGUAGE:=-std=gnu11 htmldir:=man -version:=1.8.2 +version:=1.8.3 SED:=sed USER:=$(firstword $(subst :, ,$(shell getent passwd _mandos || getent passwd nobody || echo 65534))) === modified file 'NEWS' --- NEWS 2019-02-10 10:46:24 +0000 +++ NEWS 2019-02-11 06:31:42 +0000 @@ -1,6 +1,9 @@ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. +Version 1.8.3 (2019-02-11) +* No user-visible changes. + Version 1.8.2 (2019-02-10) * Client ** In mandos-keygen, ignore failures to remove files in some cases. === modified file 'common.ent' --- common.ent 2019-02-10 10:46:24 +0000 +++ common.ent 2019-02-11 06:31:42 +0000 @@ -1,3 +1,3 @@ - + === modified file 'debian/changelog' --- debian/changelog 2019-02-10 10:46:24 +0000 +++ debian/changelog 2019-02-11 06:31:42 +0000 @@ -1,3 +1,22 @@ +mandos (1.8.3-1) unstable; urgency=medium + + * New upstream release. + * debian/watch: Make the ".orig" file name suffix non-optional; + otherwise uscan thinks that ".orig" is part of the version number. + * debian/control (Build-Depends): Changed GnuTLS dependencies; move + 3.6.6 alternative to first in list, and remove dependencies on the + virtual package "gnutls-dev", since we need the version restrictions. + (Package: mandos/Depends): Remove dependency on libgnutls28-dev + package. + (Package: mandos/Suggests): New; set to "libc6-dev, c-compiler". (Used + to find value of "SO_BINDTODEVICE"). + (Package: mandos-client/Depends): Don't depend on openssl anymore; + instead depend on either a gnutls-bin (>= 3.6.6) (in which case TLS + key generation will work), or on libgnutls30 (<< 3.6.0) (in which case + TLS key generation will not be needed). + + -- Teddy Hogeborn Mon, 11 Feb 2019 07:30:32 +0100 + mandos (1.8.2-1) unstable; urgency=medium * New upstream release. === modified file 'mandos' --- mandos 2019-02-10 10:46:24 +0000 +++ mandos 2019-02-11 06:31:42 +0000 @@ -115,7 +115,7 @@ if sys.version_info.major == 2: str = unicode -version = "1.8.2" +version = "1.8.3" stored_state_file = "clients.pickle" logger = logging.getLogger() === modified file 'mandos-ctl' --- mandos-ctl 2019-02-10 10:46:24 +0000 +++ mandos-ctl 2019-02-11 06:31:42 +0000 @@ -76,7 +76,7 @@ server_path = "/" server_interface = domain + ".Mandos" client_interface = domain + ".Mandos.Client" -version = "1.8.2" +version = "1.8.3" try: === modified file 'mandos-keygen' --- mandos-keygen 2019-02-10 10:46:24 +0000 +++ mandos-keygen 2019-02-11 06:31:42 +0000 @@ -23,7 +23,7 @@ # Contact the authors at . # -VERSION="1.8.2" +VERSION="1.8.3" KEYDIR="/etc/keys/mandos" KEYTYPE=RSA === modified file 'mandos-monitor' --- mandos-monitor 2019-02-10 10:46:24 +0000 +++ mandos-monitor 2019-02-11 06:31:42 +0000 @@ -59,7 +59,7 @@ domain = 'se.recompile' server_interface = domain + '.Mandos' client_interface = domain + '.Mandos.Client' -version = "1.8.2" +version = "1.8.3" try: dbus.OBJECT_MANAGER_IFACE === modified file 'mandos.lsm' --- mandos.lsm 2019-02-10 10:46:24 +0000 +++ mandos.lsm 2019-02-11 06:31:42 +0000 @@ -1,7 +1,7 @@ Begin4 Title: Mandos -Version: 1.8.2 -Entered-date: 2019-02-10 +Version: 1.8.3 +Entered-date: 2019-02-11 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: https://www.recompile.se/mandos - 182K mandos_1.8.2.orig.tar.gz + 182K mandos_1.8.3.orig.tar.gz Alternate-site: ftp://ftp.recompile.se/pub/mandos - 182K mandos_1.8.2.orig.tar.gz + 182K mandos_1.8.3.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