Changeset 539d7c54


Ignore:
Timestamp:
06/20/2018 06:54:06 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fee79e2
Parents:
87cb59d6
Message:

Add libssh2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20204 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r87cb59d6 r539d7c54  
    9595  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libksba.xml"/>
    9696  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblinear.xml"/>
     97  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmbim.xml"/>
    9798
    98   <!-- systemd only -->
    99   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmbim.xml"/>
     99   <!-- systemd only -->
    100100  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnfsidmap.xml"/>
    101101
     
    106106  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigc++.xml"/>
    107107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigsegv.xml"/>
     108  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libssh2.xml"/>
    108109  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstatgrab.xml"/>
    109110  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
  • general/prog/rust.xml

    r87cb59d6 r539d7c54  
    123123    <bridgehead renderas="sect4">Recommended</bridgehead>
    124124    <para role="recommended">
     125      <xref linkend="libssh2"/> (required by the libgit crate during
     126      <emphasis>some</emphasis> stable installs, but not during others),
    125127      <package>clang</package> from <xref linkend="llvm"/>
    126128      (built with -DLLVM_LINK_LLVM_DYLIB=ON)
  • introduction/welcome/changelog.xml

    r87cb59d6 r539d7c54  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Add libssh2 which is sometimes required during
     49          the install of rust. Fixes
     50          <ulink url="&blfs-ticket-root;10880">#10880</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Remove -Werror from logrotate, again. Fixes
    4954          <ulink url="&blfs-ticket-root;10879">#10879</ulink>.</para>
  • packages.ent

    r87cb59d6 r539d7c54  
    156156<!ENTITY libsigc-version              "2.10.0">
    157157<!ENTITY libsigsegv-version           "2.12">
     158<!ENTITY libssh2-version              "1.8.0">
    158159<!ENTITY libstatgrab-version          "0.91">
    159160<!ENTITY libtasn1-version             "4.13">
Note: See TracChangeset for help on using the changeset viewer.