Changeset 2c38e951


Ignore:
Timestamp:
03/14/2015 08:47:03 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
13507eb
Parents:
96f366a
Message:

Updates: libtasn1-4.3, wget-1.16.3, glib2-2.42.2, harfbuzz-0.39.9, cmake-3.2.1.

  • Move openssl from recommended to optional in wget (memory leaks).
  • Add --no-system-jsoncpp switch to cmake (JSON-C++ is new for this version)

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r96f366a r2c38e951  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.42/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.42/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "89c4119e50e767d3532158605ee9121a">
     9  <!ENTITY glib2-md5sum        "ae9ee104932657ed08ef4679556be07f">
    1010  <!ENTITY glib2-size          "6.7 MB">
    11   <!ENTITY glib2-buildsize     "159 MB (additional 45 MB to run the test suite)">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 3.9 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "178 MB (additional 47 MB to run the test suite)">
     12  <!ENTITY glib2-time          "0.8 SBU (additional 3.6 SBU to run the test suite)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>GLib</application> package contains a low-level
     33      The <application>GLib</application> package contains low-level
    3434      libraries useful for providing data structure handling for C, portability
    3535      wrappers and interfaces for such runtime functionality as an
     
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="dbus"/> (required to run the tests),
     90      <xref linkend="dbus"/> (required for some tests),
    9191      <xref linkend="elfutils"/>,
    9292      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
     
    123123    <para>
    124124      The <application>GLib</application> test suite requires
    125       <application>desktop-file-utils</application> in order to run. However,
     125      <application>desktop-file-utils</application> for some tests. However,
    126126      <application>desktop-file-utils</application> requires
    127127      <application>GLib</application> in order to compile; therefore, you must
     
    142142
    143143    <para>
    144       To test the results, after installed the package, issue:
    145       <command>make -k check</command>.  The tests need to be run in a
    146       graphical environment.  Some tests may fail, for unknown reasons.
     144      To test the results, after having installed the package, issue:
     145      <command>make -k check</command>. Some tests may fail, for unknown
     146      reasons. For full test coverage, run them in a graphical environment.
    147147      One test (regex) fails when using the system pcre package.
    148148    </para>
     
    389389          <listitem>
    390390          <para>
    391             contain a low-level core libraries for the
     391            contain low-level core libraries for the
    392392            <application>GIMP</application> Toolkit.
    393393          </para>
  • general/genlib/libtasn1.xml

    r96f366a r2c38e951  
    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        "414df906df421dee0a5cf7548788d153">
     9  <!ENTITY libtasn1-md5sum        "67e98988f966a34fbf1b82d33eef9e7e">
    1010  <!ENTITY libtasn1-size          "1.8 MB">
    1111  <!ENTITY libtasn1-buildsize     "11 MB">
  • general/graphlib/harfbuzz.xml

    r96f366a r2c38e951  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "8839e574be8089c0de83768798bf7916">
     10  <!ENTITY harfbuzz-md5sum        "be4dfeb3d0bc91ac4fa0ccad13b80517">
    1111  <!ENTITY harfbuzz-size          "1.1 MB">
    1212  <!ENTITY harfbuzz-buildsize     "29 MB (additional 1 MB for the API documentation)">
     
    157157      <seglistitem>
    158158        <seg>
    159           hb-ot-shape-closure, hb-shape, and hb-view
     159          hb-ot-shape-closure, hb-shape, and hb-view (only if cairo is installed)
    160160        </seg>
    161161        <seg>
     
    198198      </varlistentry>
    199199
    200     <varlistentry id="hb-view">
     200      <varlistentry id="hb-view">
    201201        <term><command>hb-view</command></term>
    202202        <listitem>
  • general/prog/cmake.xml

    r96f366a r2c38e951  
    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        "5697a77503bb5636f4b4057dcc02aa32">
    10   <!ENTITY cmake-size          "5.7 MB">
    11   <!ENTITY cmake-buildsize     "259 MB (additional 245 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (additional 1.9 SBU for tests, with paralelism=4)">
     9  <!ENTITY cmake-md5sum        "63f436aa19b5efc37017759c8d3953ca">
     10  <!ENTITY cmake-size          "6.1 MB">
     11  <!ENTITY cmake-buildsize     "305 MB (additional 252 MB for tests)">
     12  <!ENTITY cmake-time          "2.6 SBU (additional 5.8 SBU for tests)">
    1313]>
    1414
     
    114114            --system-libs       \
    115115            --mandir=/share/man \
     116            --no-system-jsoncpp \
    116117            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117118make</userinput></screen>
     
    155156
    156157    <para>
     158      <parameter>--no-system-jsoncpp</parameter>: This switch removes the
     159      <application>JSON-C++</application> library from the list of system
     160      libraries. A bundled version of that library is used instead.
     161    </para>
     162
     163    <para>
    157164      <option>--qt-gui</option>: This switch enables building of the
    158165      <application>Qt</application>-based  GUI for
  • introduction/welcome/changelog.xml

    r96f366a r2c38e951  
    4848      <para>March 13th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update cmake to 3.2.1. Fixes
     52            <ulink url="&blfs-ticket-root;6239">#6239</ulink></para>
     53        </listitem>
     54        <listitem>
     55          <para>[pierre] - Update harfbuzz to 0.9.39. Fixes
     56            <ulink url="&blfs-ticket-root;6192">#6192</ulink></para>
     57        </listitem>
     58        <listitem>
     59          <para>[pierre] - Update GLib to 2.42.2. Fixes
     60            <ulink url="&blfs-ticket-root;6186">#6186</ulink></para>
     61        </listitem>
     62        <listitem>
     63          <para>[pierre] - Update wget to 1.16.3. Fixes
     64            <ulink url="&blfs-ticket-root;6202">#6202</ulink></para>
     65        </listitem>
     66        <listitem>
     67          <para>[pierre] - Update libtasn1 to 4.3. Fixes
     68            <ulink url="&blfs-ticket-root;6232">#6232</ulink></para>
     69        </listitem>
    5070        <listitem>
    5171          <para>[renodr] - Update p7zip to 9.38.1. Fixes
  • networking/netprogs/wget.xml

    r96f366a r2c38e951  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "78942cc0cce0a23e18114d982789e360">
     11  <!ENTITY wget-md5sum        "d2e4455781a70140ae83b54ca594ce21">
    1212  <!ENTITY wget-size          "1.7 MB">
    13   <!ENTITY wget-buildsize     "23 MB (additional 4 MB for the tests)">
    14   <!ENTITY wget-time          "0.3 SBU (additional 0.2 SBU for the tests)">
     13  <!ENTITY wget-buildsize     "23 MB (additional 3 MB for the tests)">
     14  <!ENTITY wget-time          "0.2 SBU (additional 0.2 SBU for the tests)">
    1515]>
    1616
     
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref linkend="openssl"/> or <xref linkend="gnutls"/>
     79      <xref linkend="gnutls"/>
    8080    </para>
    8181
     
    8383    <para role="optional">
    8484      <xref linkend="libidn"/>,
     85      <xref linkend="openssl"/>,
    8586      <xref linkend="pcre"/>;
    8687      <xref linkend="perl-lwp"/> with
    8788      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
    8889      (required for the test suite);
    89       <xref linkend="valgrind"/> (optional for the test suite, but failures are
    90       introduced),
    91       <ulink url="http://www.inet.no/dante/">Dante</ulink>, and
     90      <xref linkend="valgrind"/> (optional for the test suite), and
    9291      <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
    9392    </para>
     
    111110
    112111    <para>
    113       To test the results, issue: <command>make check</command>.
     112      To test the results, issue: <command>make check</command>. The HTTPS
     113      tests fail if <application>openssl</application> is used and
     114      <application>valgrind</application> is enabled.
    114115    </para>
    115116
     
    131132
    132133    <para>
    133       <parameter>--with-ssl=openssl</parameter>: This allows the program to work
    134       with <xref linkend="openssl"/>. It can be omitted if
    135       <xref linkend="gnutls"/> is found or the HTTPS protocol is not needed.
     134      <option>--with-ssl=openssl</option>: This allows the program to use
     135      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
    136136    </para>
    137137
    138138    <para>
    139139      <option>--enable-valgrind-tests</option>: This allows the tests to be
    140       optionally run under valgrind. Unfortunately, failures are introduced.
     140      run under valgrind.
    141141    </para>
    142142
  • packages.ent

    r96f366a r2c38e951  
    8484<!ENTITY exempi-version               "2.2.2">
    8585<!ENTITY expat-version                "2.1.0">
    86 <!ENTITY glib2-version                "2.42.1">
     86<!ENTITY glib2-version                "2.42.2">
    8787<!ENTITY glibmm-version               "2.42.0">
    8888<!ENTITY gmime-version                "2.6.20">
     
    126126<!ENTITY libsigc-version              "2.4.0">
    127127<!ENTITY libsigsegv-version           "2.10">
    128 <!ENTITY libtasn1-version             "4.2">
     128<!ENTITY libtasn1-version             "4.3">
    129129<!ENTITY libunistring-version         "0.9.5">
    130130<!ENTITY libusb-version               "1.0.19">
     
    158158<!ENTITY giflib-version               "5.1.1">
    159159<!ENTITY graphite2-version            "1.2.4">
    160 <!ENTITY harfbuzz-version             "0.9.38">
     160<!ENTITY harfbuzz-version             "0.9.39">
    161161<!ENTITY ijs-version                  "0.35">
    162162<!ENTITY jasper-version               "1.900.1">
     
    246246<!ENTITY check-version                "0.9.14">
    247247<!ENTITY clisp-version                "2.49">
    248 <!ENTITY cmake-major-version          "3.1">
    249 <!ENTITY cmake-minor-version          "3">
     248<!ENTITY cmake-major-version          "3.2">
     249<!ENTITY cmake-minor-version          "1">
    250250<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    251251<!ENTITY cvs-version                  "1.11.23">
     
    350350<!ENTITY rsync-version                "3.1.1">
    351351<!ENTITY samba-version                "4.1.17">
    352 <!ENTITY wget-version                 "1.16.1">
     352<!ENTITY wget-version                 "1.16.3">
    353353<!ENTITY wireless-tools-version       "29">
    354354<!ENTITY wpa_supplicant-version       "2.3">
Note: See TracChangeset for help on using the changeset viewer.