aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-21 16:54:10 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-21 17:08:14 +0200
commit8be2500f35f2edb3db51f6f48ce70d6cfcee24df (patch)
tree0f6398258b720fd56e2bcf132d900460972363e7 /Changelog
parentad62d6421fcee63de6b3b0673e84eb93a996cc42 (diff)
Call iptables binaries from /usr/sbin not /sbin.
As of Buster this is the case, and the maintainer plans to drop compatibility symlinks once Bullseye is released. See /usr/share/doc/iptables/NEWS.Debian.gz .
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 43265ce..27b93de 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,9 @@ lacme (0.6) UNRELEASED
+ client: poll order URL instead of each authz URL successively.
- lacme, client: new dependency Date::Parse, don't parse RFC 3339
datetime strings from X.509 certs manually.
+ - lacme: assume that the iptables(1) binaries are under /usr/sbin not
+ /sbin. As of Buster this is the case, and the maintainer plans to
+ drop compatibility symlinks once Bullseye is released.
-- Guilhem Moulin <guilhem@fripost.org> Mon, 21 Jan 2019 02:07:58 +0100