The branch main has been updated by madpilot (ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f448c3ed4ae1281861913a56377f9d93d49f8e8e

commit f448c3ed4ae1281861913a56377f9d93d49f8e8e
Author:     Guido Falsi <madpi...@freebsd.org>
AuthorDate: 2021-09-09 22:56:24 +0000
Commit:     Guido Falsi <madpi...@freebsd.org>
CommitDate: 2021-09-09 22:56:24 +0000

    openssh: Add new source files to libssl
    
    Add some new OpenSSH v8.7p1 source files to the ones being used to
    build libssl to avoid missing symbols.
    
    PR:             258384
    Fixes:          19261079b743 ("openssh: update to OpenSSH v8.7p1")
    Approved by:    kevans (src)
---
 secure/lib/libssh/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index b97bd7f2693f..95024efa192e 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -5,7 +5,8 @@
 LIB=   ssh
 PRIVATELIB=    true
 SHLIB_MAJOR=   5
-SRCS=  ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
+SRCS=  ssh_api.c ssh-sk.c ssh-ecdsa-sk.c ssh-ed25519-sk.c ssherr.c \
+       sshbuf.c sshkey.c sshbuf-getput-basic.c \
        sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
 SRCS+= authfd.c authfile.c \
        canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to