[openssh-commits] [openssh] branch master updated (2937dd02 -> 6c8a2464)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 1 17:15:04 AEDT 2017


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

dtucker pushed a change to branch master
in repository openssh.

      from  2937dd02  upstream commit
       new  79226e54  Remove RSA1 host key generation.
       new  3058dd78  Pull in newer install-sh from autoconf-2.69.
       new  6c8a2464  Replace mkinstalldirs with mkdir -p.

The 3 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 6c8a246437f612ada8541076be2414846d767319
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 1 17:11:47 2017 +1100

    Replace mkinstalldirs with mkdir -p.
    
    Check for MIKDIR_P and use it instead of mkinstalldirs.  Should fix "mkdir:
    cannot create directory:... File exists" during "make install".
    Patch from eb at emlix.com.

commit 3058dd78d2e43ed0f82ad8eab8bb04b043a72023
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 1 17:07:08 2017 +1100

    Pull in newer install-sh from autoconf-2.69.
    
    Suggested by eb at emlix.com

commit 79226e5413c5b0fda3511351a8511ff457e306d8
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 1 16:55:35 2017 +1100

    Remove RSA1 host key generation.
    
    SSH1 support is now gone, remove SSH1 key generation.
    Patch from eb at emlix.com.

Summary of changes:
 Makefile.in                  |  55 ++--
 configure.ac                 |   1 +
 contrib/cygwin/Makefile      |  11 +-
 contrib/redhat/sshd.init     |   1 -
 contrib/redhat/sshd.init.old |  17 --
 install-sh                   | 682 ++++++++++++++++++++++++++++++-------------
 opensshd.init.in             |   4 -
 7 files changed, 505 insertions(+), 266 deletions(-)

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


More information about the openssh-commits mailing list