Changeset b5de93d


Ignore:
Timestamp:
03/19/2019 03:20:00 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
daf08a9
Parents:
b4d0b5a
Message:

libssh2-1.8.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb4d0b5a rb5de93d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 18th, &year;">
     9<!ENTITY releasedate  "March 19th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libssh2.xml

    rb4d0b5a rb5de93d  
    77  <!ENTITY libssh2-download-http "https://www.libssh2.org/download/libssh2-&libssh2-version;.tar.gz">
    88  <!ENTITY libssh2-download-ftp  " ">
    9   <!ENTITY libssh2-md5sum        "3d1147cae66e2959ea5441b183de1b1c">
    10   <!ENTITY libssh2-size          "835 KB">
     9  <!ENTITY libssh2-md5sum        "338f36a8bb7f5ef55715ac1864cc788c">
     10  <!ENTITY libssh2-size          "838 KB">
    1111  <!ENTITY libssh2-buildsize     "12 MB">
    1212  <!ENTITY libssh2-time          "0.1 SBU">
     
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77       <xref linkend="libgcrypt"/>,
    78       <xref linkend="openssh"/> (required for the testsuite)
     77      <xref linkend="libgcrypt"/> and
     78      <xref linkend="openssh"/> (both required for the testsuite)
    7979    </para>
    8080
     
    9797    <para>
    9898      To test the results, issue: <command>make check</command>.
     99      One test, using gnupg, may fail for unknown reasons.
    99100    </para>
    100101
  • introduction/welcome/changelog.xml

    rb4d0b5a rb5de93d  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>March 18th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to libssh2-1.8.1 (security fixes). Fixes
     49          <ulink url="&blfs-ticket-root;11829">#11829</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
  • packages.ent

    rb4d0b5a rb5de93d  
    155155<!ENTITY libsigc-version              "2.10.1">
    156156<!ENTITY libsigsegv-version           "2.12">
    157 <!ENTITY libssh2-version              "1.8.0">
     157<!ENTITY libssh2-version              "1.8.1">
    158158<!ENTITY libstatgrab-version          "0.91">
    159159<!ENTITY libtasn1-version             "4.13">
Note: See TracChangeset for help on using the changeset viewer.