Changeset 248a536 for general


Ignore:
Timestamp:
09/23/2014 10:52:35 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:
7a218fa
Parents:
65ae050b
Message:

Update to apr-util-1.5.4.
Update to libgpg-error-1.16.
Update to libtasn1-4.2.
Update to p11-kit-0.20.7.
Update to gnutls-3.3.8.
Update to ruby-2.1.3.
Update to curl-7.38.0.
Update to cmake-3.0.2.
Update to git-2.1.1.

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

Location:
general
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r65ae050b r248a536  
    88           "http://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
    99  <!ENTITY apr-util-download-ftp  "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-util-&apr-util-version;.tar.bz2">
    10   <!ENTITY apr-util-md5sum        "6f3417691c7a27090f36e7cf4d94b36e">
     10  <!ENTITY apr-util-md5sum        "2202b18f269ad606d70e1864857ed93c">
    1111  <!ENTITY apr-util-size          "680 KB">
    12   <!ENTITY apr-util-buildsize     "11 MB">
     12  <!ENTITY apr-util-buildsize     "8.7 MB (additional 1 MB for the tests)">
    1313  <!ENTITY apr-util-time          "0.2 SBU">
    1414]>
     
    172172        <seg>
    173173          libaprutil-1.so
    174           and several plugins under /usr/lib/apr-util-1/
    175174        </seg>
    176175        <seg>
  • general/genlib/libgpg-error.xml

    r65ae050b r248a536  
    77  <!ENTITY libgpg-error-download-http " ">
    88  <!ENTITY libgpg-error-download-ftp  "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
    9   <!ENTITY libgpg-error-md5sum        "fe0cfa7e15262ef8fdeee366109e9ff6">
    10   <!ENTITY libgpg-error-size          "484 KB">
    11   <!ENTITY libgpg-error-buildsize     "6.9 MB">
    12   <!ENTITY libgpg-error-time          "less than 0.1 SBU">
     9  <!ENTITY libgpg-error-md5sum        "ec7f82d92329a535a89b06142e625f8c">
     10  <!ENTITY libgpg-error-size          "536 KB">
     11  <!ENTITY libgpg-error-buildsize     "6.4 MB">
     12  <!ENTITY libgpg-error-time          "0.1 SBU">
    1313]>
    1414
  • general/genlib/libtasn1.xml

    r65ae050b r248a536  
    77  <!ENTITY libtasn1-download-http "http://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    88  <!ENTITY libtasn1-download-ftp  "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    9   <!ENTITY libtasn1-md5sum        "f9b37df3c2c9c6439d8bf427bfbfc521">
     9  <!ENTITY libtasn1-md5sum        "414df906df421dee0a5cf7548788d153">
    1010  <!ENTITY libtasn1-size          "1.8 MB">
    1111  <!ENTITY libtasn1-buildsize     "11 MB">
    12   <!ENTITY libtasn1-time          "0.2 SBU (additional 0.1 SBU for the tests)">
     12  <!ENTITY libtasn1-time          "0.1 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
  • general/prog/cmake.xml

    r65ae050b r248a536  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "e2e05d84cb44a42f1371d9995631dcf5">
     9  <!ENTITY cmake-md5sum        "db4c687a31444a929d2fdc36c4dfb95f">
    1010  <!ENTITY cmake-size          "5.3 MB">
    11   <!ENTITY cmake-buildsize     "237 MB (additional 195 MB for tests)">
    12   <!ENTITY cmake-time          "1.8 SBU (additional 4.4 SBU for tests)">
     11  <!ENTITY cmake-buildsize     "237 MB (additional 188 MB for tests)">
     12  <!ENTITY cmake-time          "1.8 SBU (additional 4.3 SBU for tests)">
    1313]>
    1414
     
    118118
    119119    <para>
    120       To test the results, issue: <command>bin/ctest</command>. If you want to
    121       investigate a problem with a given "problem1-test", use
    122       <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     120      To test the results, issue: <command>bin/ctest</command>.
     121      <!-- Please, don't remove this comment, needed if tests start to fail
     122      again. If you want to investigate a problem with a given "problem1-test",
     123      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    123124      <command>bin/ctest -E "problem1-test"</command>. These options can be
    124       used together:
    125       <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126       Option -N can be used to display all available tests, and you can run
    127       <command>bin/ctest</command> for a sub-set of tests by using separated by
    128       spaces names or numbers as options. Option --help can be used to
    129       show all options.
     125      used together: <command>bin/ctest -R "problem1-test" -E
     126      "problem2-test"</command>.  Option -N can be used to display all
     127      available tests, and you can run <command>bin/ctest</command> for a
     128      sub-set of tests by using separated by spaces names or numbers as
     129      options. Option -/-help can be used to show all options.-->
     130
    130131    </para>
    131132
  • general/prog/git.xml

    r65ae050b r248a536  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "47b1f55d9a16be112f7ae2c778a9b30c">
     11  <!ENTITY git-md5sum        "78e5a965a930c85806ad8c9a4730c6ae">
    1212  <!ENTITY git-size          "3.4 MB">
    13   <!ENTITY git-buildsize     "208 MB (additional 14 MB for downloaded docs and man pages, or 27 MB building docs and man pages)">
    14   <!ENTITY git-time          " 0.7 SBU (additional 9.6 SBU for tests or 2.8 SBU for docs and man build)">
     13  <!ENTITY git-buildsize     "209 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)">
     14  <!ENTITY git-time          "0.7 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)">
    1515]>
    1616
  • general/prog/ruby.xml

    r65ae050b r248a536  
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "ed9b8565bdeccb401d628ec8d54a0774">
     12  <!ENTITY ruby-md5sum        "02b7da3bb06037c777ca52e1194efccb">
    1313  <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "909 MB">
    15   <!ENTITY ruby-time          "3.5 SBU (additional 0.3 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "477 MB">
     15  <!ENTITY ruby-time          "2.8 SBU (additional 0.2 SBU for tests)">
    1616]>
    1717
     
    8282      <xref linkend="doxygen"/>,
    8383      <xref linkend="graphviz"/>,
    84       <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>,
    85       <xref linkend="openssl"/>, and
    86       <xref linkend="tk"/>
     84      <xref linkend="openssl"/>,
     85      <xref linkend="tk"/>, and
     86      <ulink url="http://pyyaml.org/wiki/LibYAML">libyaml</ulink>
    8787    </para>
    8888
Note: See TracChangeset for help on using the changeset viewer.