[openssh-commits] [openssh] branch master updated (46db8e14 -> 9ffa76e1)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Mar 28 19:04:43 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 46db8e14 Remove HEADER_SHA_H from previous...
new 727560e6 Prevent conflicts between Solaris SHA2 and OpenSSL.
new b500afcf upstream: Remove compat code for OpenSSL 1.0.*
new 82b2b832 upstream: Remove compat code for OpenSSL < 1.1.*
new 9ffa76e1 upstream: Plug more mem leaks in sftp by making
The 4 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 9ffa76e1284c85bf459c3dcb8e995733a8967e1b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 28 07:44:32 2023 +0000
upstream: Plug more mem leaks in sftp by making
make_absolute_pwd_glob work in the same way as make_absolute: you
pass it a dynamically allocated string and it either returns it, or
frees it and allocates a new one. Patch from emaste at freebsd.org and
https://reviews.freebsd.org/D37253 ok djm@
OpenBSD-Commit-ID: 85f7404e9d47fd28b222fbc412678f3361d2dffc
commit 82b2b8326962b1a98af279bc5bbbbbcab15b3e45
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Mar 28 06:12:38 2023 +0000
upstream: Remove compat code for OpenSSL < 1.1.*
since -portable no longer supports them.
OpenBSD-Commit-ID: ea2893783331947cd29a67612b4e56f818f185ff
commit b500afcf00ae1b6b73b2ccf171111dfbfeaef74d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Mar 27 23:56:54 2023 +0000
upstream: Remove compat code for OpenSSL 1.0.*
versions now that -portable has dropped support for those versions.
OpenBSD-Regress-ID: 82a8eacd87aec28e4aa19f17246ddde9d5ce7fe7
commit 727560e6011efcb36d2f3ac6910444bc775abaa1
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Mar 28 18:06:42 2023 +1100
Prevent conflicts between Solaris SHA2 and OpenSSL.
We used to prevent conflicts between native SHA2 headers and OpenSSL's
by setting OPENSSL_NO_SHA but that was removed prior to OpenSSL 1.1.0
Summary of changes:
regress/misc/sk-dummy/sk-dummy.c | 33 +++++++++++++++++++++++----------
sftp-client.c | 6 +++++-
sftp.c | 16 +++++++++-------
sk-usbhid.c | 10 +---------
4 files changed, 38 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