aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-01-05 03:16:30 +0000
committerEd Maste <emaste@FreeBSD.org>2024-01-05 03:16:30 +0000
commit069ac18495ad8fde2748bc94b0f80a50250bb01d (patch)
tree2778fdfdb5aea7dde890f4ef35963ef8bd9f1bd3 /secure
parent6c951b37170f1fb2ae8b4827070743e61b6eaed2 (diff)
parent38f55691cb1b1029d9daac42fc5b6b1850eb19c3 (diff)
downloadsrc-069ac18495ad8fde2748bc94b0f80a50250bb01d.tar.gz
src-069ac18495ad8fde2748bc94b0f80a50250bb01d.zip
ssh: Update to OpenSSH 9.6p1
From the release notes, > This release contains a number of security fixes, some small features > and bugfixes. The most significant change in 9.6p1 is a set of fixes for a newly- discovered weakness in the SSH transport protocol. The fix was already merged into FreeBSD and released as FreeBSD-SA-23:19.openssh. Full release notes at https://www.openssh.com/txt/release-9.6 Relnotes: Yes Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/ssh-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile
index 9d0f23db7dae..83813452e69a 100644
--- a/secure/usr.bin/ssh-agent/Makefile
+++ b/secure/usr.bin/ssh-agent/Makefile
@@ -3,7 +3,7 @@
.include "${SRCTOP}/secure/ssh.mk"
PROG= ssh-agent
-SRCS= ssh-agent.c
+SRCS= ssh-agent.c ssh-pkcs11-client.c
PACKAGE= ssh
LIBADD= ssh