[openssh-commits] [openssh] branch master updated (b87b0328 -> 750911fd)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 18 15:42:05 AEST 2023
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b87b0328 upstream: missing match localnetwork negation check
new ff047504 conditionalise match localnetwork on ifaddrs.h
new 750911fd conditionalise stdint.h inclusion on HAVE_STDINT_H
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 750911fd31d307a767cc86e3bfa90bbbb77b1a25
Author: Damien Miller <djm at mindrot.org>
Date: Tue Jul 18 15:41:12 2023 +1000
conditionalise stdint.h inclusion on HAVE_STDINT_H
fixes build on AIX5 at least
commit ff047504fa6e008c4092f8929881816b8993bea0
Author: Damien Miller <djm at mindrot.org>
Date: Tue Jul 18 15:30:45 2023 +1000
conditionalise match localnetwork on ifaddrs.h
Fixes build breakage on platforms that lack getifaddrs()
Summary of changes:
auth-options.c | 4 +++-
misc.c | 4 +++-
readconf.c | 5 +++++
regress/misc/fuzz-harness/agent_fuzz.cc | 4 +++-
sk-usbhid.c | 4 +++-
ssh-xmss.c | 4 +++-
6 files changed, 20 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list