[openssh-commits] [openssh] branch master updated (89212533 -> cd3ab57f)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Feb 26 14:38:28 AEDT 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  89212533  Fix breakage when REGRESSTMP not set.
       new  b087998d  Import flock() compat from NetBSD.
       new  cd3ab57f  Hook up flock() compat code.

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 cd3ab57f9b388f8b1abf601dc4d78ff82d83b75e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 26 14:37:06 2018 +1100

    Hook up flock() compat code.
    
    Also a couple of minor changes: fail if we can't lock instead of
    silently succeeding, and apply a couple of minor style fixes.

commit b087998d1ba90dd1ddb6bfdb17873dc3e7392798
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Feb 26 14:27:02 2018 +1100

    Import flock() compat from NetBSD.
    
    From NetBSD's src/trunk/tools/compat/flock.c, no OpenSSH changes yet.

Summary of changes:
 configure.ac                             |  1 +
 openbsd-compat/Makefile.in               |  2 +-
 openbsd-compat/{getopt.h => bsd-flock.c} | 87 +++++++++++++++++---------------
 openbsd-compat/bsd-misc.h                |  8 +++
 4 files changed, 57 insertions(+), 41 deletions(-)
 copy openbsd-compat/{getopt.h => bsd-flock.c} (51%)

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


More information about the openssh-commits mailing list