[openssh-commits] [openssh] branch V_9_4 updated (d6f7e842 -> ca2937a6)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Sep 10 15:51:18 AEST 2023


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

dtucker pushed a change to branch V_9_4
in repository openssh.

      from  d6f7e842  Include Portable version in sshd version string.
       new  ca2937a6  Use zero-call-used-regs=used with Apple compilers.

The 1 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 ca2937a607c5578b6508db95e228e51593525940
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Sep 10 15:45:38 2023 +1000

    Use zero-call-used-regs=used with Apple compilers.
    
    Apple's versions of clang have version numbers that do not match the
    corresponding upstream clang versions.  Unfortunately, they do still
    have the clang-15 zero-call-used-regs=all bug, so for now use the value
    that doesn't result in segfaults.  We could allowlist future versions
    that are known to work.  bz#3584 (and probably also our github CI
    failures).

Summary of changes:
 configure.ac | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

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


More information about the openssh-commits mailing list