commit: ff7645c6d41beaf72149f1f1364dcd90b39a5a72
parent b7ac6cee088ef542a30547eef45be02af531d51c
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 27 Aug 2018 16:01:43 -0700
openssh: Update to 7.8p1
Diffstat:
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/pkg/openssh/config.h b/pkg/openssh/config.h
@@ -180,6 +180,7 @@
#define HAVE_GETGROUPLIST 1
/* #undef HAVE_GETGRSET */
/* #undef HAVE_GETLASTLOGXBYNAME */
+#define HAVE_GETLINE 1
/* #undef HAVE_GETLUID */
#define HAVE_GETNAMEINFO 1
#define HAVE_GETOPT 1
@@ -191,6 +192,7 @@
#define HAVE_GETPGID 1
#define HAVE_GETPGRP 1
/* #undef HAVE_GETPWANAM */
+/* #undef HAVE_GETRANDOM */
#define HAVE_GETRLIMIT 1
/* #undef HAVE_GETRRSETBYNAME */
/* #undef HAVE_GETSEUSERBYNAME */
@@ -434,6 +436,7 @@
/* #undef HAVE_SYS_PSTAT_H */
/* #undef HAVE_SYS_PTMS_H */
#define HAVE_SYS_PTRACE_H 1
+/* #undef HAVE_SYS_RANDOM_H */
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
@@ -556,8 +559,6 @@
/* #undef SANDBOX_SOLARIS */
/* #undef SANDBOX_SYSTRACE */
/* #undef SETEUID_BREAKS_SETUID */
-/* #undef SKEY */
-/* #undef SKEYCHALLENGE_4ARG */
#define SNPRINTF_CONST const
#define SPT_TYPE SPT_REUSEARGV
/* #undef SSHD_ACQUIRES_CTTY */
diff --git a/pkg/openssh/gen.lua b/pkg/openssh/gen.lua
@@ -56,13 +56,13 @@ lib('libssh.a', [[
xmss_hash_address.c
xmss_wots.c
- authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c
+ authfd.c authfile.c
canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c
cipher-ctr.c cleanup.c
compat.c crc32.c fatal.c hostfile.c
log.c match.c moduli.c nchan.c packet.c opacket.c
readpass.c ttymodes.c xmalloc.c addrmatch.c
- atomicio.c key.c dispatch.c mac.c uidswap.c uuencode.c misc.c utf8.c
+ atomicio.c dispatch.c mac.c uuencode.c misc.c utf8.c
monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c
msg.c progressmeter.c dns.c entropy.c gss-genr.c umac.c umac128.c
ssh-pkcs11.c smult_curve25519_ref.c
@@ -93,7 +93,7 @@ exe('sshd', [[
sshpty.c sshlogin.c servconf.c serverloop.c
auth.c auth2.c auth-options.c session.c
auth2-chall.c groupaccess.c
- auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c
+ auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c
auth2-none.c auth2-passwd.c auth2-pubkey.c
monitor.c monitor_wrap.c auth-krb5.c
auth2-gss.c gss-serv.c gss-serv-krb5.c
@@ -101,7 +101,7 @@ exe('sshd', [[
sftp-server.c.o sftp-common.c.o
sandbox-null.c sandbox-rlimit.c sandbox-systrace.c sandbox-darwin.c
sandbox-seccomp-filter.c sandbox-capsicum.c sandbox-pledge.c
- sandbox-solaris.c
+ sandbox-solaris.c uidswap.c
libssh.a.d
]])
file('bin/sshd', '755', '$outdir/sshd')
diff --git a/pkg/openssh/rev b/pkg/openssh/rev
@@ -1 +1 @@
-8
+9