Changeset 8ffdb08


Ignore:
Timestamp:
04/21/2017 10:39:54 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 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:
91ad6b0
Parents:
1bcf96b
Message:

Update to libsoup-2.58.0.
Update to qemu-2.9.0.
Update to guile-2.2.2.
Update to unrar-5.5.2.
Update to curl-7.54.0.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1bcf96b r8ffdb08  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 19th &year;">
     9<!ENTITY releasedate  "April 21st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/guile.xml

    r1bcf96b r8ffdb08  
    77  <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    88  <!ENTITY guile-download-ftp  "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-md5sum        "931bf555047a7706b246d34a93a390f4">
     9  <!ENTITY guile-md5sum        "d3c002bcf92dbf68f6de45803874db0f">
    1010  <!ENTITY guile-size          "10.3 MB">
    11   <!ENTITY guile-buildsize     "177 MB (add 3 MB for tests)">
    12   <!ENTITY guile-time          "9.1 SBU (add 0.5 SBU for tests)">
     11  <!ENTITY guile-buildsize     "176 MB (add 3 MB for tests)">
     12  <!ENTITY guile-time          "9.3 SBU (add 0.5 SBU for tests)">
    1313]>
    1414
  • general/sysutils/unrar.xml

    r1bcf96b r8ffdb08  
    77  <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz">
    88  <!ENTITY unrar-download-ftp  " ">
    9   <!ENTITY unrar-md5sum        "17d8263577f1a0e092d0b6857367a1b3">
     9  <!ENTITY unrar-md5sum        "74dc7ee04b01ce4cae7229000675e8d2">
    1010  <!ENTITY unrar-size          "216 KB">
    1111  <!ENTITY unrar-buildsize     "2.1 MB">
  • introduction/welcome/changelog.xml

    r1bcf96b r8ffdb08  
    4343-->
    4444    <listitem>
     45      <para>April 21st, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libsoup-2.58.0. Fixes
     49          <ulink url="&blfs-ticket-root;9151">#9151</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to qemu-2.9.0. Fixes
     53          <ulink url="&blfs-ticket-root;9150">#9150</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to guile-2.2.2. Fixes
     57          <ulink url="&blfs-ticket-root;9148">#9148</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to unrar-5.5.2. Fixes
     61          <ulink url="&blfs-ticket-root;9147">#9147</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to curl-7.54.0. Fixes
     65          <ulink url="&blfs-ticket-root;9145">#9145</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
     70    <listitem>
    4571      <para>April 19th, 2017</para>
    4672      <itemizedlist>
  • networking/netlibs/curl.xml

    r1bcf96b r8ffdb08  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "78fce113c34e7a7941080bcd0d21fecc">
     9  <!ENTITY curl-md5sum        "3cf2de0ca4ac43e59067eb6b4f876982">
    1010  <!ENTITY curl-size          "2.0 MB">
    11   <!ENTITY curl-buildsize     "39 MB (additional 10 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 11.1 SBU for tests)">
     11  <!ENTITY curl-buildsize     "37 MB (additional 10 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 11.5 SBU for tests)">
    1313]>
    1414
     
    132132
    133133<screen><userinput>patch -Np1 -i ../curl-&curl-version;-valgrind_filter-1.patch &amp;&amp;
     134
    134135./configure --prefix=/usr                           \
    135136            --disable-static                        \
     
    138139make</userinput></screen>
    139140
    140 <!--    <para>
     141<!--
     142   For version 7.54.0 I got:
     143   TESTDONE: 893 tests out of 893 reported OK: 100%
     144   TESTDONE: 1082 tests were considered during 1231 seconds.
     145
     146    <para>
    141147      Running the test suite is optional. About 2% of the tests fail. Increase
    142148      in test time by each failed test is about 10%. Tests SBU above was
    143149      obtained disabling failing tests, with:
    144150    </para>
    145 
    146 <screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
    147 <literal>564
    148 700
    149 701
    150 703
    151 706
    152 707
    153 708
    154 709
    155 710
    156 711
    157 712</literal>
    158 EOF</userinput></screen>
    159 
    160 I had the following fail:
    161  300  301  303  304  306 309 310 311  312  325
    162  400  401  403  406  407 408 409 560 1112 2034
    163 2035 2037 2038 2041 2042
    164 
    165   - Bruce 20151016
    166 
    167 Tests may be using capabilites removed from recent ssh due to
    168 security issues.
    169 
    170 
    171     <para>
    172        and running <command>make test</command>.
    173     </para>-->
    174 
    175     <para>
    176       To run the test suite, issue: <command>make test</command>. <!-- Two tests,
    177       1139 and 1140, may fail. Works fine for me. Douglas 20160720 --><!--  Some
    178       tests (up to 2%) may fail due to timing issues, kernel configuration,
    179       or other issues.-->
     151-->
     152    <note>
     153      <para>
     154      To run the tests for this package, valgrind requires a version of the
     155      /lib/ld-2.23.so (or later) library with debugging symbols present.
     156      Normally in LFS these debugging symbols are stripped at the end of
     157      Chapter 6. To get this library, glibc must be rebuilt with the current
     158      glibc version using the same compiler that was used to build LFS. The
     159      ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then
     160      a symlink needs to be changed:
     161      </para>
     162
     163      <screen role="nodump"><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     164
     165      <para>
     166      Adjust the above instruction as needed for a 32-bit system
     167      or for a different version of glibc
     168      </para>
     169    </note>
     170
     171    <para>
     172      To run the test suite, issue: <command>make test</command>.
    180173    </para>
    181174
     
    193186          -o -name \*.3 \)    \
    194187          -exec rm {} \;      &amp;&amp;
    195 install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
     188install -v -d -m755 /usr/share/doc/coro-&curl-version; &amp;&amp;
    196189cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
    197190
  • networking/netlibs/libsoup.xml

    r1bcf96b r8ffdb08  
    66
    77  <!ENTITY libsoup-download-http
    8            "&gnome-download-http;/libsoup/2.56/libsoup-&libsoup-version;.tar.xz">
     8           "&gnome-download-http;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz">
    99  <!ENTITY libsoup-download-ftp
    10            "&gnome-download-ftp;/libsoup/2.56/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "465083f74b7bb035959ddb0599313986">
     10           "&gnome-download-ftp;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz">
     11  <!ENTITY libsoup-md5sum        "5269bf29bbdd1fed87c02e94d9927bd2">
    1212  <!ENTITY libsoup-size          "1.7 MB">
    13   <!ENTITY libsoup-buildsize     "46 MB (with tests)">
     13  <!ENTITY libsoup-buildsize     "37 MB (with tests)">
    1414  <!ENTITY libsoup-time          "0.6 SBU (with tests)">
    1515]>
  • packages.ent

    r1bcf96b r8ffdb08  
    7575
    7676<!-- Chapter 8 Virtualization -->
    77 <!ENTITY qemu-version                 "2.8.1">
     77<!ENTITY qemu-version                 "2.9.0">
    7878
    7979<!-- Part III -->
     
    269269<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
    270270<!ENTITY udisks2-version              "2.1.8">    <!-- stable lt .90 micro version -->
    271 <!ENTITY unrar-version                "5.5.1">
     271<!ENTITY unrar-version                "5.5.2">
    272272<!ENTITY unzip-version                "6.0">
    273273<!ENTITY upower-version               "0.99.4">
     
    300300<!ENTITY gdb-version                  "7.12.1">
    301301<!ENTITY git-version                  "2.12.2">
    302 <!ENTITY guile-version                "2.2.0">
     302<!ENTITY guile-version                "2.2.2">
    303303<!ENTITY librep-version               "0.92.6">
    304304<!ENTITY llvm-version                 "4.0.0">
     
    434434
    435435<!-- Chapter 17 -->
    436 <!ENTITY curl-version                 "7.53.1">
     436<!ENTITY curl-version                 "7.54.0">
    437437<!-- <!ENTITY geoclue-version              "0.12.0"> -->
    438438<!ENTITY geoclue2-version             "2.4.6">
     
    445445<!ENTITY libndp-version               "1.6">
    446446<!ENTITY libproxy-version             "0.4.7">
    447 <!ENTITY libsoup-version              "2.56.0">
     447<!ENTITY libsoup-version              "2.58.0">
    448448<!ENTITY libtirpc-version             "1.0.1">
    449449<!ENTITY neon-version                 "0.30.2">
  • postlfs/virtualization/qemu.xml

    r1bcf96b r8ffdb08  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "606cccba9ce7de7567a50f0277ced02a">
     9  <!ENTITY qemu-md5sum        "02781eb15b364aedef79da7a5113f5b7">
    1010  <!ENTITY qemu-size          "27 MB">
    11   <!ENTITY qemu-buildsize     "411 MB (add 313 MB for tests)">
    12   <!ENTITY qemu-time          "2.2 SBU (add 1.6 SBU for tests)">
     11  <!ENTITY qemu-buildsize     "404 MB (add 420 MB for tests)">
     12  <!ENTITY qemu-time          "2.1 SBU (add 1.9 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.