Changeset 80720f4a


Ignore:
Timestamp:
07/04/2019 12:25:40 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
3b9ea00
Parents:
e78637d
Message:

Update to libssh2-1.9.0.
Update to guile-2.2.6.
Update to gobject-introspection-1.60.2.
Update to whois-5.4.3.
Update to stunnel-5.55.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    re78637d r80720f4a  
    99  <!ENTITY gobject-introspection-download-ftp
    1010    "&gnome-download-ftp;/gobject-introspection/1.60/gobject-introspection-&gobject-introspection-version;.tar.xz">
    11   <!ENTITY gobject-introspection-md5sum        "46fc8a98f6563e64947ac3d574632525">
     11  <!ENTITY gobject-introspection-md5sum        "57c1c5dcf3d0a9aa73d06c2d5e6960d7">
    1212  <!ENTITY gobject-introspection-size          "1.2 MB">
    13   <!ENTITY gobject-introspection-buildsize     "56 MB (with tests)">
     13  <!ENTITY gobject-introspection-buildsize     "42 MB (with tests)">
    1414  <!ENTITY gobject-introspection-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
     
    113113    <para>
    114114      To test the results, issue: <command>ninja test -k0</command>.
    115       One test fails if the optional Markdown module is not installed.
    116       <!--One test, Regress-1.0.gir, is known to fail with glibc-2.28.-->
    117       <!-- This worked fine in 2.27, but is broken again in 2.28. -->
    118       <!-- This works again with glibc 2.28 and gi 1.58.0 -->
     115      One test (test_docwriter) fails if the optional Markdown module is
     116      not installed.
    119117    </para>
    120118
  • general/genlib/libssh2.xml

    re78637d r80720f4a  
    77  <!ENTITY libssh2-download-http "https://www.libssh2.org/download/libssh2-&libssh2-version;.tar.gz">
    88  <!ENTITY libssh2-download-ftp  " ">
    9   <!ENTITY libssh2-md5sum        "616efd99af3d9ef731a26bed6cee9593">
    10   <!ENTITY libssh2-size          "840 KB">
    11   <!ENTITY libssh2-buildsize     "12 MB (with tests)">
     9  <!ENTITY libssh2-md5sum        "1beefafe8963982adc84b408b2959927">
     10  <!ENTITY libssh2-size          "868 KB">
     11  <!ENTITY libssh2-buildsize     "13 MB (with tests)">
    1212  <!ENTITY libssh2-time          "0.2 SBU (with tests)">
    1313]>
  • general/prog/guile.xml

    re78637d r80720f4a  
    77  <!ENTITY guile-download-http "&gnu-http;/guile/guile-&guile-version;.tar.xz">
    88  <!ENTITY guile-download-ftp  "&gnu-ftp;/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-md5sum        "d2ee223fdb7570b68469e339a7074d1d">
    10   <!ENTITY guile-size          "10.3 MB">
    11   <!ENTITY guile-buildsize     "247 MB (with tests)">
    12   <!ENTITY guile-time          "5.3 SBU (with tests)">
     9  <!ENTITY guile-md5sum        "e946a685e782685f6ebb97026131a315">
     10  <!ENTITY guile-size          "10.4 MB">
     11  <!ENTITY guile-buildsize     "181 MB (with tests)">
     12  <!ENTITY guile-time          "3.2 SBU (Using parallelism=4; with tests)">
    1313]>
    1414
  • general/prog/rust.xml

    re78637d r80720f4a  
    4343      This package is updated on a six-weekly release cycle. Because it is
    4444      such a large and slow package to build, and is at the moment only required
    45       by five packages in this book, the BLFS editors take the view that it
     45      by a few packages in this book, the BLFS editors take the view that it
    4646      should only be updated when that is necessary (either to fix problems,
    4747      or to allow a new version of <application>firefox</application> to build).
  • introduction/welcome/changelog.xml

    re78637d r80720f4a  
    4646      <para>July 3rd, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to libssh2-1.9.0. Fixes
     50          <ulink url="&blfs-ticket-root;12182">#12182</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to guile-2.2.6. Fixes
     54          <ulink url="&blfs-ticket-root;12179">#12179</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to gobject-introspection-1.60.2. Fixes
     58          <ulink url="&blfs-ticket-root;12162">#12162</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to whois-5.4.3. Fixes
     62          <ulink url="&blfs-ticket-root;12153">#12153</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to stunnel-5.55. Fixes
     66          <ulink url="&blfs-ticket-root;12139">#12139</ulink>.</para>
     67        </listitem>
    4868        <listitem>
    4969          <para>[timtas] - Update to xfce4-terminal-0.8.8. Fixes
  • networking/netutils/whois.xml

    re78637d r80720f4a  
    77  <!ENTITY whois-download-http "https://github.com/rfc1036/whois/archive/v&whois-version;/whois-&whois-version;.tar.gz">
    88  <!ENTITY whois-download-ftp  " ">
    9   <!ENTITY whois-md5sum        "e7fce43576e9a3a3f20bef04d7941a8a">
     9  <!ENTITY whois-md5sum        "381dce8db7c6e38ef013b5d6527f494c">
    1010  <!ENTITY whois-size          "100 KB">
    1111  <!ENTITY whois-buildsize     "1.2 MB">
  • packages.ent

    re78637d r80720f4a  
    4141<!ENTITY shadow-version               "4.7">
    4242<!ENTITY ssh-askpass-version          "&openssh-version;">
    43 <!ENTITY stunnel-version              "5.54">
     43<!ENTITY stunnel-version              "5.55">
    4444<!ENTITY sudo-version                 "1.8.27">
    4545<!ENTITY tripwire-version             "2.4.3.7">
     
    104104<!ENTITY gmime-version                "2.6.23">
    105105<!ENTITY gmime3-version               "3.2.3">
    106 <!ENTITY gobject-introspection-version "1.60.1">
     106<!ENTITY gobject-introspection-version "1.60.2">
    107107<!ENTITY grantlee-version             "5.1.0">
    108108<!ENTITY gsl-version                  "2.5">
     
    155155<!ENTITY libsigc-version              "2.10.2">
    156156<!ENTITY libsigsegv-version           "2.12">
    157 <!ENTITY libssh2-version              "1.8.2">
     157<!ENTITY libssh2-version              "1.9.0">
    158158<!ENTITY libstatgrab-version          "0.91">
    159159<!ENTITY libtasn1-version             "4.13">
     
    323323<!ENTITY gdb-version                  "8.3">
    324324<!ENTITY git-version                  "2.22.0">
    325 <!ENTITY guile-version                "2.2.4">
     325<!ENTITY guile-version                "2.2.6">
    326326<!ENTITY librep-version               "0.92.7">
    327327<!ENTITY llvm-version                 "8.0.0">
     
    568568<!ENTITY nmap-version                 "7.70">
    569569<!ENTITY traceroute-version           "2.1.0">
    570 <!ENTITY whois-version                "5.4.2">
     570<!ENTITY whois-version                "5.4.3">
    571571<!ENTITY wicd-version                 "1.7.4">
    572572<!ENTITY wireshark-version            "3.0.1">  <!-- even minors only -->
  • postlfs/security/stunnel.xml

    re78637d r80720f4a  
    1010  <!-- Following ftp only has later release -->
    1111<!--   "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
    12   <!ENTITY stunnel-md5sum        "788358cf84f71f9603e9fe93807c081d">
     12  <!ENTITY stunnel-md5sum        "7b41592034ede114e8c4e058fc8c238b">
    1313  <!ENTITY stunnel-size          "964 KB">
    1414  <!ENTITY stunnel-buildsize     "7.5 MB">
Note: See TracChangeset for help on using the changeset viewer.