[openssh-commits] [openssh] branch master updated (79efd95a -> 6dfb65de)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 2 23:30:04 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  79efd95a  Skip connection-timeout test on minix3.
       new  12da7823  upstream: fix double-free caused by compat_kex_proposal(); bz3522
       new  b2a2a8f6  upstream: openssh-9.2
       new  405fba71  upstream: Check if we can copy sshd or need to use sudo to do so
       new  903c556b  upstream: test compat_kex_proposal(); by dtucker@
       new  9fe20756  adapt compat_kex_proposal() test to portable
       new  d07cfb11  update version in README
       new  6dfb65de  crank versions in RPM specs

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 6dfb65de949cdd0a5d198edee9a118f265924f33
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Feb 2 23:21:54 2023 +1100

    crank versions in RPM specs

commit d07cfb11a0ca574eb68a3931d8c46fbe862a2021
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Feb 2 23:21:45 2023 +1100

    update version in README

commit 9fe207565b4ab0fe5d1ac5bb85e39188d96fb214
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Feb 2 23:17:49 2023 +1100

    adapt compat_kex_proposal() test to portable

commit 903c556b938fff2d7bff8da2cc460254430963c5
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Feb 2 12:12:52 2023 +0000

    upstream: test compat_kex_proposal(); by dtucker@
    
    OpenBSD-Regress-ID: 0e404ee264db546f9fdbf53390689ab5f8d38bf2

commit 405fba71962dec8409c0c962408e09049e5624b5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 19 07:53:45 2023 +0000

    upstream: Check if we can copy sshd or need to use sudo to do so
    
    during reexec test. Skip test if neither can work.  Patch from anton@, tweaks
    from me.
    
    OpenBSD-Regress-ID: 731b96ae74d02d5744e1f1a8e51d09877ffd9b6d

commit b2a2a8f69fd7737ea17dc044353c514f2f962f35
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Feb 2 12:10:22 2023 +0000

    upstream: openssh-9.2
    
    OpenBSD-Commit-ID: f7389f32413c74d6e2055f05cf65e7082de03923

commit 12da7823336434a403f25c7cc0c2c6aed0737a35
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Feb 2 12:10:05 2023 +0000

    upstream: fix double-free caused by compat_kex_proposal(); bz3522
    
    by dtucker@, ok me
    
    OpenBSD-Commit-ID: 2bfc37cd2d41f67dad64c17a64cf2cd3806a5c80

Summary of changes:
 Makefile.in                           |  1 +
 README                                |  2 +-
 compat.c                              | 16 +++----
 contrib/redhat/openssh.spec           |  2 +-
 contrib/suse/openssh.spec             |  2 +-
 regress/reexec.sh                     |  4 +-
 regress/unittests/kex/Makefile        |  4 +-
 regress/unittests/kex/test_proposal.c | 83 +++++++++++++++++++++++++++++++++++
 regress/unittests/kex/tests.c         |  4 +-
 version.h                             |  4 +-
 10 files changed, 104 insertions(+), 18 deletions(-)
 create mode 100644 regress/unittests/kex/test_proposal.c

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


More information about the openssh-commits mailing list