=== modified file 'debian/mandos-client.postinst' --- debian/mandos-client.postinst 2016-03-19 04:21:00 +0000 +++ debian/mandos-client.postinst 2016-06-23 19:46:41 +0000 @@ -90,7 +90,7 @@ create_key "$@" create_dh_params "$@" || : update_initramfs "$@" - if dpkg --compare-versions "$2" lt-nl "1.7.7-1"; then + if dpkg --compare-versions "$2" lt-nl "1.7.10-1"; then PLUGINHELPERDIR=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugin-helpers if ! dpkg-statoverride --list "$PLUGINHELPERDIR" \ >/dev/null 2>&1; then === modified file 'debian/rules' --- debian/rules 2016-03-19 03:19:04 +0000 +++ debian/rules 2016-06-23 19:46:41 +0000 @@ -22,6 +22,7 @@ override_dh_fixperms-arch: dh_fixperms --exclude etc/keys/mandos \ --exclude etc/mandos/plugins.d \ + --exclude etc/mandos/plugin-helpers \ --exclude usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugins.d \ --exclude usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH 2>/dev/null)/mandos/plugin-helpers \ --exclude usr/share/doc/mandos-client/examples/network-hooks.d === modified file 'mandos' --- mandos 2016-06-22 05:30:59 +0000 +++ mandos 2016-06-23 19:07:23 +0000 @@ -2453,6 +2453,7 @@ """This overrides the normal server_bind() function to bind to an interface if one was specified, and also NOT to bind to an address or port if they were not specified.""" + global SO_BINDTODEVICE if self.interface is not None: if SO_BINDTODEVICE is None: # Fall back to a hard-coded value which seems to be === modified file 'mandos-clients.conf.xml' --- mandos-clients.conf.xml 2016-03-05 21:42:56 +0000 +++ mandos-clients.conf.xml 2016-06-23 19:19:33 +0000 @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ /etc/mandos/clients.conf"> - + %common; ]> @@ -230,7 +230,7 @@ This option sets the OpenPGP fingerprint that identifies the public key that clients authenticate themselves with - through TLS. The string needs to be in hexidecimal form, + through TLS. The string needs to be in hexadecimal form, but spaces or upper/lower case are not significant.