This is a major update to the latest stable version of openssh.
* Drop support for the audit subsystem.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- openssh/openssh.nm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/openssh/openssh.nm b/openssh/openssh.nm index 8b7ecea..cd5f32d 100644 --- a/openssh/openssh.nm +++ b/openssh/openssh.nm @@ -4,7 +4,7 @@ ###############################################################################
name = openssh -version = 7.4p1 +version = 7.5p1 release = 1
groups = Application/Internet @@ -23,7 +23,6 @@ source_dl = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
build requires - audit-devel autoconf automake groff @@ -49,8 +48,7 @@ build --with-authorized-keys-command \ --with-ipaddr-display \ --with-pam \ - --with-libedit \ - --with-audit=linux + --with-libedit
prepare_cmds autoreconf -vfi