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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.