Changeset 7f08245


Ignore:
Timestamp:
10/22/2014 04:24:46 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, krejzi/svn, lazarus, lxqt, nosym, 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:
c9f6f019
Parents:
2bf87d8
Message:

Update to serf-1.3.8.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2bf87d8 r7f08245  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to serf-1.3.8.  Fixes
     52          <ulink url="&blfs-ticket-root;5714">#5714</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to nasm-2.11.06.  Fixes
    5256          <ulink url="&blfs-ticket-root;5713">#5713</ulink>.</para>
  • networking/netlibs/serf.xml

    r2bf87d8 r7f08245  
    1010  <!ENTITY serf-download-http "http://serf.googlecode.com/svn/src_releases/serf-&serf-version;.tar.bz2">
    1111  <!ENTITY serf-download-ftp  " ">
    12   <!ENTITY serf-md5sum        "0a6fa745df4517dd8f79c75c538919bc">
     12  <!ENTITY serf-md5sum        "2e4efe57ff28cb3202a112e90f0c2889">
    1313  <!ENTITY serf-size          "140 KB">
    14   <!ENTITY serf-buildsize     "2.6 MB (additional 2.1 MB for the tests)">
     14  <!ENTITY serf-buildsize     "2.6 MB (additional 2.2 MB for the tests)">
    1515  <!ENTITY serf-time          "less than 0.1 SBU (additional 0.3 SBU for the tests)">
    1616]>
     
    110110
    111111    <para>
    112       To test the results, issue: <command>scons check</command>.
     112      If you wish to run the test suite, fix one file:
     113    </para>
     114
     115<screen><userinput>sed -i test/test_buckets.c \
     116    -e 's://\(    buf_size = orig_len + (orig_len / 1000) + 12;\):/\*\1\ */:'</userinput></screen>
     117
     118    <para>
     119      To test the results, issue: <command>scons check</command>. With above
     120      fix, 1 out of 65 tests still fails for unknown reasons.
    113121    </para>
    114122
  • packages.ent

    r2bf87d8 r7f08245  
    379379<!ENTITY libtirpc-version             "0.2.5">
    380380<!ENTITY neon-version                 "0.30.1">
    381 <!ENTITY serf-version                 "1.3.7">
     381<!ENTITY serf-version                 "1.3.8">
    382382
    383383<!-- Chapter 18 -->
Note: See TracChangeset for help on using the changeset viewer.