[openssh-commits] [openssh] branch master updated (945bf52c -> 41519234)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 23 22:34:55 AEDT 2020


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

dtucker pushed a change to branch master
in repository openssh.

      from  945bf52c  Fix a couple of mysig_t leftovers.
       new  69ac4e33  upstream: remove trailing period characters from pub/priv key
       new  7f8e66fe  upstream: Make zlib optional. This adds a "ZLIB" build time option
       new  633a2af4  Plumb WITH_ZLIB into configure.
       new  74deb702  zlib is now optional.
       new  ba247af8  upstream: When checking for unsafe directories, ignore non-directories
       new  fbce7c1a  upstream: Fix typo in comment.
       new  41519234  upstream: Handle zlib compression being disabled now that it's

The 7 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 415192348a5737a960f6d1b292a17b64d55b542c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 23 11:19:12 2020 +0000

    upstream: Handle zlib compression being disabled now that it's
    
    optional.
    
    OpenBSD-Regress-ID: 0af4fbc5168e62f89d0350de524bff1cb00e707a

commit fbce7c1a898ae75286349822950682cf46346121
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 23 10:53:04 2020 +0000

    upstream: Fix typo in comment.
    
    OpenBSD-Commit-ID: d1d7a6553208bf439378fd1cf686a828aceb353a

commit ba247af8e9e302910e22881ef9d307a8afeef036
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 23 10:19:59 2020 +0000

    upstream: When checking for unsafe directories, ignore non-directories
    
    (ie symlinks, where permissions are not relevant).
    
    OpenBSD-Regress-ID: fb6cfc8b022becb62b2dcb99ed3f072b3326e501

commit 74deb7029be4c00810443114aac9308875a81dae
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Jan 23 22:17:24 2020 +1100

    zlib is now optional.

commit 633a2af47ee90291aaf93969aeee1e5046074c7c
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Jan 23 22:16:51 2020 +1100

    Plumb WITH_ZLIB into configure.
    
    This allows zlib support to be disabled by ./configure --without-zlib.

commit 7f8e66fea8c4e2a910df9067cb7638999b7764d5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 23 10:24:29 2020 +0000

    upstream: Make zlib optional. This adds a "ZLIB" build time option
    
    that allows building without zlib compression and associated options.  With
    feedback from markus@, ok djm@
    
    OpenBSD-Commit-ID: 44c6e1133a90fd15a3aa865bdedc53bab28b7910

commit 69ac4e33023b379e9a8e9b4b6aeeffa6d1fcf6fa
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Jan 23 07:54:04 2020 +0000

    upstream: remove trailing period characters from pub/priv key
    
    pathnames - they make them needlessly more difficult to cut and paste without
    error; ok markus@ & dtucker@
    
    OpenBSD-Commit-ID: abdcfd1a5723fcac0711feee7665edc66ae2335a

Summary of changes:
 INSTALL                   |  9 ++++-----
 cipher.c                  | 13 ++++++++++++-
 cipher.h                  |  3 ++-
 configure.ac              | 28 ++++++++++++++++++----------
 kex.c                     |  7 +++++--
 packet.c                  | 36 +++++++++++++++++++++++++++++++++++-
 readconf.c                | 12 ++++++++++--
 regress/proxy-connect.sh  | 10 ++++++++--
 regress/putty-transfer.sh | 10 ++++++++--
 regress/test-exec.sh      | 10 ++++++----
 servconf.c                |  9 ++++++++-
 ssh-keygen.c              |  6 +++---
 ssh.c                     | 19 +++++++++++++++----
 sshconnect2.c             |  6 +++---
 14 files changed, 137 insertions(+), 41 deletions(-)

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


More information about the openssh-commits mailing list