[openssh-commits] [openssh] branch master updated (9239a18f -> 7694e9d2)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Oct 28 19:02:57 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 9239a18f Add a function call stackprotector tests.
new 6fc7e1c6 Wrap poll.h includes in HAVE_POLL_H.
new 850ec177 Wrap OpenSSL bits in WITH_OPENSSL.
new 7169e311 Move utimensat definition into timespec section.
new 2912596a Define UINT32_MAX if needed.
new d561b0b2 Make sure we have struct statfs before using.
new 7694e9d2 Only use RLIMIT_NOFILE if it's defined.
The 6 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 7694e9d2fb5785bbdd0920dce7a160bd79feaf00
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 17:05:36 2019 +1100
Only use RLIMIT_NOFILE if it's defined.
commit d561b0b2fa2531b4cc3bc70a7d657c6485c9fd0b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 16:09:04 2019 +1100
Make sure we have struct statfs before using.
commit 2912596aecfcf48e5115c7a906d1e664f7717a4b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 16:06:59 2019 +1100
Define UINT32_MAX if needed.
commit 7169e31121e8c8cc729b55154deb722ae495b316
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 16:00:45 2019 +1100
Move utimensat definition into timespec section.
Since utimensat uses struct timespec, move it to the section where we
define struct timespec when needed.
commit 850ec1773d656cbff44d78a79e369dc262ce5853
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 15:57:22 2019 +1100
Wrap OpenSSL bits in WITH_OPENSSL.
commit 6fc7e1c6fec3ba589869ae98e968c0e5e2e4695b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Oct 28 15:53:25 2019 +1100
Wrap poll.h includes in HAVE_POLL_H.
Summary of changes:
configure.ac | 13 ++++++++++++-
defines.h | 3 +++
kex.c | 2 ++
misc.c | 2 ++
myproposal.h | 2 ++
openbsd-compat/bsd-misc.h | 22 ++++++++++++----------
openbsd-compat/bsd-statvfs.c | 10 ++++++++--
packet.c | 2 ++
ssh-agent.c | 2 ++
ssh-pkcs11-helper.c | 2 ++
sshbuf-getput-crypto.c | 3 ++-
11 files changed, 49 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list