From 7a4e51344423ee3309c258087a69dac29bf30b51 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 1 Jul 2017 19:36:46 +0200 Subject: Ensure fdopen is called with an integer. --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 0674c4a..27e1dfd 100644 --- a/Changelog +++ b/Changelog @@ -30,6 +30,9 @@ lacme (0.3) upstream; --version. - client: remove potential race when creating ACME challenge response files. + - When using open with mode "<&=" or ">&=", ensure the expression + (fileno) is interpreted as an integer. (This failed in Perl v5.14.2 + from Debian Jessie.) -- Guilhem Moulin Sun, 19 Feb 2017 13:08:41 +0100 -- cgit v1.2.3 From abb09fac8787c3444f45cf8cc06386dd75719a01 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 1 Jul 2017 19:55:55 +0200 Subject: Specify minimum required Perl versions. --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 27e1dfd..ace112d 100644 --- a/Changelog +++ b/Changelog @@ -33,6 +33,9 @@ lacme (0.3) upstream; - When using open with mode "<&=" or ">&=", ensure the expression (fileno) is interpreted as an integer. (This failed in Perl v5.14.2 from Debian Jessie.) + - Specify minimum required Perl version: v5.14.2 for webserver, client + and lacme-accountd, and v5.16.2 for lacme (IPV6_V6ONLY was added to + Socket version 1.95). -- Guilhem Moulin Sun, 19 Feb 2017 13:08:41 +0100 -- cgit v1.2.3 From 13a0c9cf64543214282c6809cbbc43ef225df935 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 1 Jul 2017 20:23:28 +0200 Subject: lacme: Specify minimum required Socket version 1.95. --- Changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index ace112d..e0ce8c0 100644 --- a/Changelog +++ b/Changelog @@ -33,9 +33,8 @@ lacme (0.3) upstream; - When using open with mode "<&=" or ">&=", ensure the expression (fileno) is interpreted as an integer. (This failed in Perl v5.14.2 from Debian Jessie.) - - Specify minimum required Perl version: v5.14.2 for webserver, client - and lacme-accountd, and v5.16.2 for lacme (IPV6_V6ONLY was added to - Socket version 1.95). + - Specify minimum required Perl version (v5.14.2). Moreover lacme(1) + requires Socket 1.95 or later (for instance for IPPROTO_IPV6). -- Guilhem Moulin Sun, 19 Feb 2017 13:08:41 +0100 -- cgit v1.2.3 From 8cdd29841d0dbb89e866aad36173bb26182d0c97 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 8 Jul 2017 21:02:36 +0200 Subject: Bind webserver to /var/run/lacme-www.socket by default. --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index e0ce8c0..070f2e3 100644 --- a/Changelog +++ b/Changelog @@ -5,7 +5,7 @@ lacme (0.3) upstream; + new-cert: create certificate files atomically. + webserver: allow listening to multiple addresses (useful when dual IPv4/IPv6 stack is not supported). Listen to a UNIX-domain - socket by default . + socket by default . + webserver: don't install temporary iptables by default. Hosts without a public HTTP daemon listening on port 80 need to set the 'listen' option to [::] and/or 0.0.0.0, and possibly set the -- cgit v1.2.3