[Midnightbsd-cvs] src [9230] stable/0.8/secure: fix build of openssh

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 10 21:19:37 EST 2016


Revision: 9230
          http://svnweb.midnightbsd.org/src/?rev=9230
Author:   laffer1
Date:     2016-11-10 21:19:37 -0500 (Thu, 10 Nov 2016)
Log Message:
-----------
fix build of openssh

Modified Paths:
--------------
    stable/0.8/secure/lib/libssh/Makefile
    stable/0.8/secure/usr.bin/ssh/Makefile

Modified: stable/0.8/secure/lib/libssh/Makefile
===================================================================
--- stable/0.8/secure/lib/libssh/Makefile	2016-11-10 23:53:41 UTC (rev 9229)
+++ stable/0.8/secure/lib/libssh/Makefile	2016-11-11 02:19:37 UTC (rev 9230)
@@ -21,7 +21,9 @@
 	kex.c kexdh.c kexgex.c kexecdh.c kexc25519.c \
 	kexdhc.c kexgexc.c kexecdhc.c kexc25519c.c \
 	kexdhs.c kexgexs.c kexecdhs.c kexc25519s.c \
-	platform-pledge.c platform-tracing.c
+	platform-pledge.c platform-tracing.c \
+	ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c sshbuf-misc.c \
+	sshbuf-getput-crypto.c krl.c bitmap.c
 
 # gss-genr.c should be in $SRCS but causes linking problems, so it is
 # compiled directly into sshd instead.
@@ -28,8 +30,8 @@
 
 # Portability layer
 SRCS+=	bcrypt_pbkdf.c blowfish.c bsd-misc.c explicit_bzero.c fmt_scaled.c \
-	glob.c openssl-compat.c port-tun.c strtonum.c timingsafe_bcmp.c \
-	vis.c xcrypt.c xmmap.c
+	glob.c openssl-compat.c port-tun.c realpath.c strtonum.c timingsafe_bcmp.c \
+	vis.c xcrypt.c xmmap.c 
 
 # DNS
 SRCS+=	getrrsetbyname.c

Modified: stable/0.8/secure/usr.bin/ssh/Makefile
===================================================================
--- stable/0.8/secure/usr.bin/ssh/Makefile	2016-11-10 23:53:41 UTC (rev 9229)
+++ stable/0.8/secure/usr.bin/ssh/Makefile	2016-11-11 02:19:37 UTC (rev 9230)
@@ -9,8 +9,8 @@
 MLINKS=	ssh.1 slogin.1
 
 SRCS=	ssh.c readconf.c clientloop.c sshtty.c \
-	sshconnect.c sshconnect1.c sshconnect2.c mux.c \
-	gss-genr.c roaming_client.c roaming_common.c
+	sshconnect.c sshconnect1.c sshconnect2.c mux.c  \
+	gss-genr.c
 
 DPADD=	${LIBSSH} ${LIBUTIL} ${LIBZ}
 LDADD=	-lssh -lutil -lz



More information about the Midnightbsd-cvs mailing list