[openssh-commits] [openssh] branch master updated (8725dbc5b -> f3d465530)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Apr 15 15:33:17 AEST 2025


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

djm pushed a change to branch master
in repository openssh.

    from 8725dbc5b update version numbers
     new 609fe2cae upstream: rework the text for -3 to make it clearer what default
     new f3d465530 upstream: basic benchmarking support for the unit test framework enable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit f3d465530e75cb6c02e2cde1d15e6c4bb51ebfd9
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Apr 15 04:00:42 2025 +0000

    upstream: basic benchmarking support for the unit test framework enable
    
    with "make UNITTEST_BENCHMARK=yes"
    
    ok dtucker@
    
    OpenBSD-Regress-ID: 7f16a2e247f860897ca46ff87bccbe6002a32564

commit 609fe2cae2459d721ac11d23cd27b8a94397ef3c
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Mon Apr 14 05:41:42 2025 +0000

    upstream: rework the text for -3 to make it clearer what default
    
    behaviour is, and adjust the text for -R to make them more consistent;
    
    issue raised by mikhail mp39590;
    behaviour explained by naddy
    
    ok djm
    
    OpenBSD-Commit-ID: 15ff3bd1518d86c84fa8e91d7aa72cfdb41dccc8

Summary of changes:
 Makefile.in                                 |   7 +
 regress/Makefile                            |  31 ++--
 regress/unittests/Makefile.inc              |  25 +++-
 regress/unittests/authopt/Makefile          |   4 +-
 regress/unittests/authopt/tests.c           |   8 +-
 regress/unittests/bitmap/Makefile           |   7 +-
 regress/unittests/bitmap/tests.c            |  30 ++--
 regress/unittests/conversion/Makefile       |   4 +-
 regress/unittests/conversion/tests.c        |   8 +-
 regress/unittests/hostkeys/Makefile         |   4 +-
 regress/unittests/hostkeys/tests.c          |  11 +-
 regress/unittests/kex/Makefile              |   4 +-
 regress/unittests/kex/test_kex.c            |  68 ++++++---
 regress/unittests/kex/tests.c               |   9 +-
 regress/unittests/match/Makefile            |   4 +-
 regress/unittests/match/tests.c             |   8 +-
 regress/unittests/misc/Makefile             |   4 +-
 regress/unittests/misc/tests.c              |   8 +-
 regress/unittests/sshbuf/tests.c            |  10 +-
 regress/unittests/sshkey/test_sshkey.c      | 163 ++++++++++++++++++++-
 regress/unittests/sshkey/tests.c            |  10 +-
 regress/unittests/sshsig/tests.c            |   8 +-
 regress/unittests/test_helper/test_helper.c | 211 ++++++++++++++++++++++++----
 regress/unittests/test_helper/test_helper.h |  24 +++-
 regress/unittests/utf8/Makefile             |   7 +-
 regress/unittests/utf8/tests.c              |   8 +-
 scp.1                                       |  17 ++-
 27 files changed, 590 insertions(+), 112 deletions(-)

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


More information about the openssh-commits mailing list