Changeset 2cb4b95


Ignore:
Timestamp:
09/01/2022 11:21:24 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
88c3b98
Parents:
7076607
git-author:
Xi Ruoyao <xry111@…> (09/01/2022 11:20:19 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/01/2022 11:21:24 AM)
Message:

libssh2: add upstream fix patch for OpenSSH compatibility

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libssh2.xml

    r7076607 r2cb4b95  
    7070    </itemizedlist>
    7171
    72 <!-- Applied in 1.10.0
    7372    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7473    <itemizedlist spacing="compact">
     
    7675        <para>
    7776          Required patch:
    78           <ulink url="&patch-root;/libssh2-&libssh2-version;-security_fixes-1.patch"/>
     77          <ulink url="&patch-root;/libssh2-&libssh2-version;-upstream_fix-1.patch"/>
    7978        </para>
    8079      </listitem>
    8180    </itemizedlist>
    82 -->
    8381
    8482    <bridgehead renderas="sect3">libssh2 Dependencies</bridgehead>
     
    10098
    10199    <para>
     100      Apply a patch to fix incompatibility with recent OpenSSH releases:
     101    </para>
     102
     103<screen><userinput>patch -Np1 -i ../libssh2-&libssh2-version;-upstream_fix-1.patch</userinput></screen>
     104
     105    <para>
    102106      Install <application>libssh2</application> by running the following
    103107      commands:
     
    109113    <para>
    110114      To test the results, issue: <command>make check</command>.
    111       <!-- https://github.com/libssh2/libssh2/issues/630 -->
    112       One test named <filename>ssh2.sh</filename> is known to fail with
    113       recent OpenSSH releases.
    114115    </para>
    115116
  • networking/netlibs/curl.xml

    r7076607 r2cb4b95  
    180180       duplicated many times complaining the Python module impacket (not a
    181181       part of BLFS) is missing and be skipped.  If libssh2 is installed
    182        and the optional <option>--enable-ssh2</option> is used, a lot of SCP
    183        and SFTP tests will fail.
     182       and the optional <option>--enable-ssh2</option> is used, test 1459
     183       will fail.
    184184    </para>
    185185<!-- Two (of 857) tests
     
    343343TESTFAIL: These test cases failed: 1139 1140 1173 1177
    344344====
    345 Added by xry111 for curl-7.84.0 on 2022-08-25:
     345Added by xry111 for curl-7.85.0 on 2022-09-01:
    346346With:
    347347  all BLFS dependencies but stunnel installed
    348   libssh2-2.10.0 patched
    349     Without the patch, many SCP and SFTP tests fail with-libssh2
    350     I'll add the patch in 11.3 development cycle.
     348  libssh2-2.10.0 patched with libssh2-1.10.0-upstream_fix-1.patch
    351349  with-{gssapi,libssh2} enable-threaded-resolver
    352350TESTDONE: 1520 tests were considered during 508 seconds.
     
    355353  It is a SCP test for bad .known_hosts file and fails because of a mismatch
    356354  of error codes, I don't think it indicated a serious issue.
    357 With:
    358   all BLFS dependencies but stunnel installed
    359   libssh2-2.10.0 patched
    360   with-{gssapi,libssh2} enable-ares
    361 TESTDONE: 1520 tests were considered during 499 seconds.
    362 TESTDONE: 1325 tests out of 1327 reported OK: 99%
    363 TESTFAIL: These test cases failed: 1083 1459
    364   1083 seems because c-ares don't handle "ip6-loopback" well (or, maybe
    365   a LFS /etc/hosts issue?)
    366355-->
    367356
Note: See TracChangeset for help on using the changeset viewer.