Changeset 273bb5a


Ignore:
Timestamp:
07/14/2024 08:20:02 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
gimp3, trunk, xry111/spidermonkey128
Children:
0cbc592a
Parents:
614e662e
Message:

libssh2: Fix test failure with OpenSSH 9.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libssh2.xml

    r614e662e r273bb5a  
    103103    <para>
    104104      If you want to test the package, exclude the tests requiring a static
    105       library:
     105      library, and remove the reference to an insecure algorithm removed
     106      since OpenSSH 9.8:
    106107    </para>
    107108
    108109<screen><userinput>sed -E '/^DOCKER_TEST/,/^SSHD_TEST/s/test_(auth_keyboard_info.* |hostkey |simple)/$(NOTHING)/' \
    109110    -i tests/Makefile.inc &amp;&amp;
    110 autoreconf -fi</userinput></screen>
     111autoreconf -fi &amp;&amp;
     112sed 's/ssh-dss,//' -i tests/openssh_server/sshd_config</userinput></screen>
    111113
    112114    <para>
Note: See TracChangeset for help on using the changeset viewer.