[openssh-commits] [openssh] branch master updated (7a3a1dd2 -> 07660b3c)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 1 14:38:46 AEST 2021


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

djm pushed a change to branch master
in repository openssh.

      from  7a3a1dd2  Put minix3 config in the host-specific block.
       new  39f6cd20  upstream: unit test for misc.c:strdelim() that mostly servces to
       new  60455a5d  upstream: also check contents of remaining string
       new  1a4d1da9  upstream: fix memleak in test
       new  07660b3c  upstream: Find openssl binary via environment variable. This

The 4 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 07660b3c99f8ea74ddf4a440e55c16c9f7fb3dd1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon May 24 10:25:18 2021 +0000

    upstream: Find openssl binary via environment variable. This
    
    allows overriding if necessary (eg in -portable where we're testing against a
    specific version of OpenSSL).
    
    OpenBSD-Regress-ID: 491f39cae9e762c71aa4bf045803d077139815c5

commit 1a4d1da9188d7c88f646b61f0d6a3b34f47c5439
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 21 04:03:47 2021 +0000

    upstream: fix memleak in test
    
    OpenBSD-Regress-ID: 5e529d0982aa04666604936df43242e97a7a6f81

commit 60455a5d98065a73ec9a1f303345856bbd49aecc
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 21 03:59:01 2021 +0000

    upstream: also check contents of remaining string
    
    OpenBSD-Regress-ID: d526fa07253f4eebbc7d6205a0ab3d491ec71a28

commit 39f6cd207851d7b67ca46903bfce4a9f615b5b1c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri May 21 03:48:07 2021 +0000

    upstream: unit test for misc.c:strdelim() that mostly servces to
    
    highlight its inconsistencies
    
    OpenBSD-Regress-ID: 8d2bf970fcc01ccc6e36a5065f89b9c7fa934195

Summary of changes:
 Makefile.in                            |   3 +-
 regress/agent-pkcs11.sh                |  12 +-
 regress/percent.sh                     |   4 +-
 regress/ssh2putty.sh                   |   6 +-
 regress/test-exec.sh                   |   6 +-
 regress/unittests/misc/Makefile        |   3 +-
 regress/unittests/misc/test_argv.c     |   6 +-
 regress/unittests/misc/test_strdelim.c | 200 +++++++++++++++++++++++++++++++++
 regress/unittests/misc/tests.c         |   4 +-
 9 files changed, 228 insertions(+), 16 deletions(-)
 create mode 100644 regress/unittests/misc/test_strdelim.c

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


More information about the openssh-commits mailing list