[openssh-commits] [openssh] branch master updated (c65f4d258 -> b50b881b1)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 1 09:49:05 AEDT 2026


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

dtucker pushed a change to branch master
in repository openssh.

    from c65f4d258 upstream: Use fmprintf instead of logit for challenge-response name and
     new c26d90e5a Remove BoringSSL rpath as it's statically linked.
     new b50b881b1 Try -lstdc++ for libcrypto before giving up.

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 b50b881b17ab15e34b5e57b159b65f2a02725798
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Mar 1 09:46:39 2026 +1100

    Try -lstdc++ for libcrypto before giving up.
    
    BoringSSL recently added destructors to libcrypto, which requires
    linking against libstdc++, so when checking for a working libcrypto if
    at first the link fails, try again with -lstdc++ before giving up.

commit c26d90e5ad05372b63dbb8727cb6c23a6505a2fb
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Mar 1 09:41:39 2026 +1100

    Remove BoringSSL rpath as it's statically linked.

Summary of changes:
 .github/configs |  2 +-
 configure.ac    | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

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


More information about the openssh-commits mailing list