[openssh-commits] [openssh] branch master updated (477e2a3b -> 45478898)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 16 09:23:14 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 477e2a3b upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus
new c7bd4617 Import memmem.c from OpenBSD.
new 45478898 Hook memmem compat code into build.
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 45478898f9590b5cc8bc7104e573b84be67443b0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 16 09:20:23 2019 +1000
Hook memmem compat code into build.
This fixes builds on platforms that don't have it (at least old DragonFly,
probably others).
commit c7bd4617293a903bd3fac3394a7e72d439af49a5
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jul 16 09:07:18 2019 +1000
Import memmem.c from OpenBSD.
Summary of changes:
configure.ac | 1 +
openbsd-compat/Makefile.in | 1 +
openbsd-compat/{strcasestr.c => memmem.c} | 74 +++++++++++++++----------------
openbsd-compat/openbsd-compat.h | 4 ++
4 files changed, 43 insertions(+), 37 deletions(-)
copy openbsd-compat/{strcasestr.c => memmem.c} (50%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list