[openssh-commits] [openssh] branch master updated (1fe4d70d -> 493339a9)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 26 15:46:52 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 1fe4d70d upstream: remove this KEX fuzzer; it's awkward to use and doesn't play
new 5a878a71 ssh: optional bind interface if bind address specified.
new 493339a9 detech BSD libc hash functions in libbsd / libmd
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 493339a940b13be6071629c3c2dd5a3b6fc17023
Author: Damien Miller <djm at mindrot.org>
Date: Fri Feb 26 15:45:38 2021 +1100
detech BSD libc hash functions in libbsd / libmd
Some Linux distributions are shipping the BSD-style hashing functions
(e.g. SHA256Update) in libbsd and/or libmd. Detect this situation to
avoid header/replacement clashes later. ok dtucker@
commit 5a878a71a3528c2626aa1d331934fd964782d41c
Author: Dmitrii Turlupov <dturlupov at factor-ts.ru>
Date: Thu Feb 4 16:27:31 2021 +0300
ssh: optional bind interface if bind address specified.
Allows the -b and -B options to be used together.
For example, when the interface is in the VRF.
Summary of changes:
configure.ac | 4 ++++
sshconnect.c | 6 ++++++
2 files changed, 10 insertions(+)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list