Changeset 1fd59b5 for general


Ignore:
Timestamp:
02/28/2017 08:44:08 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:
3c64e32
Parents:
b76be140
Message:

Update to pango-1.40.4.
Update to gtk+3.22.9.
Update to sysstat-11.5.5.
Update to gegl-0.3.14.
Update to talloc-2.1.9.
Update to logrotate-3.11.0.

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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/talloc.xml

    rb76be140 r1fd59b5  
    77  <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
    88  <!ENTITY talloc-download-ftp  " ">
    9   <!ENTITY talloc-md5sum        "6fb70af4174330e4cc139ea63b07c9e9">
     9  <!ENTITY talloc-md5sum        "19ba14eba97d79a169fa92ea824d2b9e">
    1010  <!ENTITY talloc-size          "432 KB">
    11   <!ENTITY talloc-buildsize     "7.0 MB (with tests)">
    12   <!ENTITY talloc-time          "0.4 SBU (with tests)">
     11  <!ENTITY talloc-buildsize     "7.1 MB (with tests)">
     12  <!ENTITY talloc-time          "0.3 SBU (with tests)">
    1313]>
    1414
  • general/graphlib/gegl.xml

    rb76be140 r1fd59b5  
    88  <!ENTITY gegl-download-ftp " ">
    99<!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    10   <!ENTITY gegl-md5sum        "c97663a47347fe65d462c081bb809007">
    11   <!ENTITY gegl-size          "5.8 MB">
    12   <!ENTITY gegl-buildsize     "156 MB (additional 24 MB for tests)">
    13   <!ENTITY gegl-time          "1.5 SBU (additional 0.6 SBU for tests)">
     10  <!ENTITY gegl-md5sum        "0c4fbdc68d9bcebb21898379a438b862">
     11  <!ENTITY gegl-size          "5.7 MB">
     12  <!ENTITY gegl-buildsize     "135 MB (add 26 MB for tests)">
     13  <!ENTITY gegl-time          "1.6 SBU (add 0.9 SBU for tests)">
    1414]>
    1515
  • general/sysutils/logrotate.xml

    rb76be140 r1fd59b5  
    55  %general-entities;
    66
    7   <!ENTITY logrotate-download-http "https://fedorahosted.org/releases/l/o/logrotate/logrotate-&logrotate-version;.tar.gz">
     7  <!ENTITY logrotate-download-http "https://github.com/logrotate/logrotate/releases/download/&logrotate-version;/logrotate-&logrotate-version;.tar.xz">
    88  <!ENTITY logrotate-download-ftp  " ">
    9   <!ENTITY logrotate-md5sum        "4492b145b6d542e4a2f41e77fa199ab0">
    10   <!ENTITY logrotate-size          "80 KB">
    11   <!ENTITY logrotate-buildsize     "2.0 MB">
    12   <!ENTITY logrotate-time          "less than 0.1 SBU">
     9  <!ENTITY logrotate-md5sum        "3a9280e4caeb837427a2d54518fbcdac">
     10  <!ENTITY logrotate-size          "132 KB">
     11  <!ENTITY logrotate-buildsize     "1.7 MB">
     12  <!ENTITY logrotate-time          "0.1 SBU">
    1313]>
    1414
     
    101101    </para>
    102102
    103 <screen><userinput>sed -i 's/-Werror//' Makefile.am &amp;&amp;
    104 ./autogen.sh                     &amp;&amp;
    105 ./configure --prefix=/usr        &amp;&amp;
     103<screen><userinput>sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test &amp;&amp;
     104
     105./configure --prefix=/usr &amp;&amp;
    106106make</userinput></screen>
    107107
     
    122122
    123123    <para>
    124       <command>sed 's/-Werror//' Makefile.am</command>: Prevents the compiler
    125       to stop with error when a warning is issued, since GCC 6 has introduced
    126       a lot more warnings, which are triggered by the code.
     124      <command>sed ... test/test</command>: Prevents the tests from
     125      failing due to a problem in the test script.
    127126    </para>
    128127
  • general/sysutils/sysstat.xml

    rb76be140 r1fd59b5  
    77  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz">
    88  <!ENTITY sysstat-download-ftp  " ">
    9   <!ENTITY sysstat-md5sum        "f16ae8edd462f5199ee033f7c0e2c197">
    10   <!ENTITY sysstat-size          "352 KB">
    11   <!ENTITY sysstat-buildsize     "6.7 MB">
     9  <!ENTITY sysstat-md5sum        "f6072bcfd5d2b02f033722f863171d0f">
     10  <!ENTITY sysstat-size          "456 KB">
     11  <!ENTITY sysstat-buildsize     "6.9 MB">
    1212  <!ENTITY sysstat-time          "0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.