[openssh-commits] [openssh] branch master updated (8926956f -> 15a01cf1)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 23 13:27:57 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 8926956f Add dfly62 test target.
new 6b9bbbfe If we haven't found it yet, recheck for sys/stat.h.
new 15a01cf1 Add fallback for old platforms w/out MAP_ANON.
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 15a01cf15f396f87c6d221c5a6af98331c818962
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 23 13:18:54 2022 +1100
Add fallback for old platforms w/out MAP_ANON.
commit 6b9bbbfe8b26db6e9a30a7e08c223e85421aed98
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 23 13:09:11 2022 +1100
If we haven't found it yet, recheck for sys/stat.h.
On some very old platforms, sys/stat.h needs sys/types.h, however
autoconf 2.71's AC_CHECK_INCLUDES_DEFAULT checks for them in the
opposite order, which in combination with modern autoconf's
"present but cannot be compiled" behaviour causes it to not be
detected.
Summary of changes:
configure.ac | 9 ++++++++-
openbsd-compat/arc4random.h | 10 ++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list