[openssh-commits] [openssh] branch master updated (bb4f003e -> 9cac151c)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 1 18:28:07 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  bb4f003e  Configure flags for haiku from haikuports.
       new  79d46de9  Use sftp_realpath if no native realpath.
       new  59ccb56f  Import fnmatch.c from OpenBSD.
       new  b56dbfd9  Add missing bracket in realpath macro.
       new  0e3c5bc5  Hook up fnmatch for platforms that don't have it.
       new  9cac151c  Add flags needed to build and work on Ultrix.

The 5 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 9cac151c2dc76b8e5b727b2fa216f572e372170f
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 18:26:07 2019 +1100

    Add flags needed to build and work on Ultrix.

commit 0e3c5bc50907d2058407641b5a3581b7eda91b7e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 18:24:29 2019 +1100

    Hook up fnmatch for platforms that don't have it.

commit b56dbfd9d967e5b6ce7be9f81f206112e19e1030
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 18:17:42 2019 +1100

    Add missing bracket in realpath macro.

commit 59ccb56f15e5e530e7c1b5a0b361749d8c6217d5
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 17:32:47 2019 +1100

    Import fnmatch.c from OpenBSD.

commit 79d46de9fbea0f3c0e8ae7cf84effaba089071b0
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 15:22:32 2019 +1100

    Use sftp_realpath if no native realpath.

Summary of changes:
 configure.ac                           |  21 +-
 openbsd-compat/Makefile.in             |   1 +
 openbsd-compat/bsd-misc.h              |   4 +
 openbsd-compat/fnmatch.c               | 495 +++++++++++++++++++++++++++++++++
 openbsd-compat/{daemon.c => fnmatch.h} |  72 ++---
 openbsd-compat/openbsd-compat.h        |   1 +
 scp.c                                  |   2 +
 7 files changed, 550 insertions(+), 46 deletions(-)
 create mode 100644 openbsd-compat/fnmatch.c
 copy openbsd-compat/{daemon.c => fnmatch.h} (61%)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list