[openssh-commits] [openssh] branch master updated (2c504a74e -> 047e0221e)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Oct 1 15:47:04 AEST 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from 2c504a74e upstream: during sftp uploads, avoid a condition where a failed write
     new d478e2502 Update OpenSSL & LibreSSL versions we test against.
     new eb30a0d14 upstream: Get rid of utf8 droppings in commment since it confuses
     new aceabd62c upstream: Set keys to NULL after freeing in tests where the
     new 5c50ddbe4 Remove compat "include" dir during distclean.
     new 047e0221e Pass new "compat includes" path via AC_SUBST.

The 5 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 047e0221eaf9815775e8ea78c6d6add5ab0f68c7
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Oct 1 14:34:02 2025 +1000

    Pass new "compat includes" path via AC_SUBST.
    
    This fixes the build when the directory path containing a space.
    Found by Sevan Janiyan, tested by Job Snijders.  This doesn't fix
    "make tests", however that is a different, pre-existing problem
    that needs to be addressed separately.

commit 5c50ddbe4deac83995edc1d014e9ba0d5efa18a6
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Oct 1 13:37:35 2025 +1000

    Remove compat "include" dir during distclean.

commit aceabd62ce5833716dd2e99d4be4fcb603d263cc
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Oct 1 00:33:37 2025 +0000

    upstream: Set keys to NULL after freeing in tests where the
    
    variables will be used again.  Should prevent Coverity "potential use after
    free" warnings.
    
    OpenBSD-Regress-ID: 24d141657d25977e41dfb0c58e9b74ab093972bf

commit eb30a0d1493a97b5c14728846576dc6af5d442da
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Oct 1 00:30:19 2025 +0000

    upstream: Get rid of utf8 droppings in commment since it confuses
    
    older shells. From Sevan Janiyan via openssh-unix-dev.
    
    OpenBSD-Regress-ID: 67c11a5cff6ef23538c77e9b29d538e175e6cfe3

commit d478e250230e917eeb5032238df0b9af357404ee
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Oct 1 12:17:54 2025 +1000

    Update OpenSSL & LibreSSL versions we test against.

Summary of changes:
 .github/workflows/c-cpp.yml            | 22 ++++++++++++----------
 Makefile.in                            |  3 ++-
 configure.ac                           | 10 ++++------
 openbsd-compat/Makefile.in             |  1 +
 regress/keygen-comment.sh              |  3 ++-
 regress/unittests/sshkey/test_sshkey.c | 15 ++++++++++++++-
 6 files changed, 35 insertions(+), 19 deletions(-)

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


More information about the openssh-commits mailing list