[openssh-commits] [openssh] branch master updated (7c0d4ce9 -> 6520c488)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 22 13:09:28 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 7c0d4ce9 disable agent-restrict test on minix3
new 5a102e9c Only include sys/poll.h if we don't have poll.h.
new a4b325a3 Include sys/param.h if present.
new 6520c488 Add Alpine Linux test VM.
The 3 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 6520c488de95366be031d49287ed243620399e23
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Feb 22 13:08:59 2022 +1100
Add Alpine Linux test VM.
commit a4b325a3fc82d11e0f5d61f62e7fde29415f7afb
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Feb 22 12:27:07 2022 +1100
Include sys/param.h if present.
Needed for howmany() on MUSL systems such as Alpine.
commit 5a102e9cb287a43bd7dfe594b775a89a8e94697c
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Feb 22 12:25:52 2022 +1100
Only include sys/poll.h if we don't have poll.h.
Prevents warnings on MUSL based systems such as Alpine.
Summary of changes:
.github/workflows/selfhosted.yml | 1 +
configure.ac | 1 +
openbsd-compat/bsd-poll.c | 3 +++
openbsd-compat/bsd-poll.h | 3 +--
4 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list