After updating this package the name resolution does not work properly anymore.
Patching /etc/nsswitch.conf resolves this issue:
$this->bbcode_second_pass_code('', '--- a/nsswitch.conf
+++ b/nsswitch.conf
@@ -6,7 +6,7 @@
 publickey: files
-hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
+hosts: files mymachines resolve dns myhostname
 networks: files
 protocols: files')
Tested on: Raspberry Pi3
			
		