[openssh-commits] [openssh] branch master updated (f433c0993 -> b9d134a0b)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jun 16 21:23:26 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from f433c0993 upstream: use different strategy to check whether keys are present or
new 61ca39c11 Remove check for OpenSSL w/out AES192/256.
new 3de49e0d2 upstream: Include stdlib.h for malloc/free and sort headers.
new 60978ddb0 upstream: Include stdarg.h for va_list (needed for xmalloc.h).
new b9d134a0b upstream: Use awk instead of cut to help -portable.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit b9d134a0b16a1810e9bbfac5bc687f5dbc75e7fa
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jun 16 10:58:42 2026 +0000
upstream: Use awk instead of cut to help -portable.
Some platforms have size limits on cut.
OpenBSD-Regress-ID: fe871e8ed43fd92efb0df76f61c5cc9c5429ea82
commit 60978ddb08701d409c8236765caab10d1acded1b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jun 16 09:00:47 2026 +0000
upstream: Include stdarg.h for va_list (needed for xmalloc.h).
OpenBSD-Regress-ID: 34a6d5db48eec77f92f868093dfa0bfc10ae4622
commit 3de49e0d281ac7efb766f06eb2942ae147f64bbb
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Jun 16 08:15:35 2026 +0000
upstream: Include stdlib.h for malloc/free and sort headers.
OpenBSD-Regress-ID: 4f5f427b131f5d6b32ed107b9bef098153f768ce
commit 61ca39c119108e95f94e3d914aa6fd79d99e288d
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jun 16 18:16:32 2026 +1000
Remove check for OpenSSL w/out AES192/256.
This was the case for some old Solaris versions, but the support for it
has long been removed from our compat layer so there's no point checking
for it.
Summary of changes:
configure.ac | 20 --------------------
regress/sshsig.sh | 8 ++++----
regress/unittests/crypto/test_ed25519.c | 3 ++-
regress/unittests/crypto/tests.c | 5 +++--
4 files changed, 9 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list