[openssh-commits] [openssh] branch master updated (072e172f -> bcd14850)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jun 10 23:42:39 AEST 2017


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

djm pushed a change to branch master
in repository openssh.

      from  072e172f  upstream commit
       new  bcd14850  portability for sftp globbed ls sort by mtime

The 1 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 bcd1485075aa72ba9418003f5cc27af2b049c51b
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Jun 10 23:41:25 2017 +1000

    portability for sftp globbed ls sort by mtime
    
    Include replacement timespeccmp() for systems that lack it.
    Support time_t struct stat->st_mtime in addition to
    timespec stat->st_mtim, as well as unsorted fallback.

Summary of changes:
 configure.ac |  2 ++
 defines.h    |  7 +++++++
 includes.h   |  3 +++
 sftp.c       | 10 ++++++++--
 4 files changed, 20 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