Changeset ba8f1a8 for networking


Ignore:
Timestamp:
09/09/2016 03:21:13 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
34706a0a
Parents:
dd6246f
Message:

Update to cups-filters-1.11.2
Update to gsl-2.2.1
Update to harfbuzz-1.3.1
Update to pango-1.40.2
Update to PyYAML-3.12
Update to serf-1.3.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/serf.xml

    rdd6246f rba8f1a8  
    1010  <!ENTITY serf-download-http "https://archive.apache.org/dist/serf/serf-&serf-version;.tar.bz2">
    1111  <!ENTITY serf-download-ftp  " ">
    12   <!ENTITY serf-md5sum        "2e4efe57ff28cb3202a112e90f0c2889">
    13   <!ENTITY serf-size          "140 KB">
    14   <!ENTITY serf-buildsize     "2.6 MB (additional 2.2 MB for the tests)">
    15   <!ENTITY serf-time          "less than 0.1 SBU (additional 0.3 SBU for the tests)">
     12  <!ENTITY serf-md5sum        "370a6340ff20366ab088012cd13f2b57">
     13  <!ENTITY serf-size          "144 KB">
     14  <!ENTITY serf-buildsize     "3.2 MB (additional 3 MB for the tests)">
     15  <!ENTITY serf-time          "less than 0.1 SBU (additional 0.5 SBU for the tests)">
    1616]>
    1717
     
    109109scons PREFIX=/usr</userinput></screen>
    110110
     111<!-- I did not find this to be needed as of 1.3.9 -renodr
    111112    <para>
    112113      If you wish to run the test suite, fix one file:
     
    115116<screen><userinput>sed -i test/test_buckets.c \
    116117    -e 's://\(    buf_size = orig_len + (orig_len / 1000) + 12;\):/\*\1\ */:'</userinput></screen>
     118-->
    117119
    118120    <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.
     121      To test the results, issue: <command>scons check</command>. <!-- With above
     122      fix, 1 out of 65 tests still fails for unknown reasons. -->
    121123    </para>
    122124
Note: See TracChangeset for help on using the changeset viewer.