Changeset 2e18e741 for general/genlib


Ignore:
Timestamp:
09/06/2020 09:23:52 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c32e75e2
Parents:
053b384
Message:

Update to libreoffice-7.0.1.2.
Update to cryptsetup-2.3.4.
Update to postfix-3.5.7.
Update to brotli-1.0.9.
Fix scour URL.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/brotli.xml

    r053b384 r2e18e741  
    77  <!ENTITY brotli-download-http "https://github.com/google/brotli/archive/v&brotli-version;/brotli-&brotli-version;.tar.gz">
    88  <!ENTITY brotli-download-ftp  " ">
    9   <!ENTITY brotli-md5sum        "42804db563193bfa552236614b185d05">
    10   <!ENTITY brotli-size          "23 MB">
    11   <!ENTITY brotli-buildsize     "43 MB (add 5 MB if installing both sets of python bindings, add 9 MB for the main test and 5MB for testing the bindings)">
    12   <!-- time for testing without the bindings is minimal, each set takes similar time and space -->
    13   <!ENTITY brotli-time          "0.2 SBU (add 0.3 SBU for the python bindings, and 1.2 SBU if testing them)">
     9  <!ENTITY brotli-md5sum        "c2274f0c7af8470ad514637c35bcee7d">
     10  <!ENTITY brotli-size          "476 KB">
     11  <!ENTITY brotli-buildsize     "24 MB (with python3 bindings)">
     12  <!-- The tests for this package are broken.  The tarball is missing a lot of test files -->
     13  <!ENTITY brotli-time          "0.4 SBU (with python3 bindings)">
    1414]>
    1515
     
    7474      </listitem>
    7575    </itemizedlist>
    76 <!--
    77     <note>
    78       <para>
    79         The <application>Brotli</application> source tarball shown above
    80         downloads with the correct name, brotli-&brotli-version;.tar.gz,
    81         if using a browser such as Firefox. If you prefer to use a command line
    82         program such as wget, you normally would obtain
    83         v&brotli-version;.tar.gz. To obtain this package with the proper
    84         filename, run:
    85 
    86 <screen><userinput>wget -c https://github.com/google/brotli/archive/v&brotli-version;.tar.gz \
    87      -O brotli-&brotli-version;.tar.gz</userinput></screen>.
    88       </para>
    89     </note>
    90 -->
     76
    9177    <bridgehead renderas="sect3">Brotli Dependencies</bridgehead>
    9278
     
    9985    <bridgehead renderas="sect4">Optional</bridgehead>
    10086    <para role="optional">
    101   <!--<xref linkend="lua"/> (to create Lua bindings) and -->
     87    <!--<xref linkend="lua"/> (to create Lua bindings) and -->
    10288      <xref linkend="python2"/> (to create python2 bindings)
    10389    </para>
     
    127113
    128114    <para>
    129       To test the results, issue: <command>make test</command>.
     115      <!-- To test the results, issue: <command>make test</command>.-->
     116      The tests for this package are currently broken.
    130117    </para>
    131118
     
    141128python3 setup.py build &amp;&amp;
    142129popd</userinput></screen>
    143 
     130<!--  These are broken also
    144131    <para>
    145132      If you wish to test the bindings, go back to the top-level directory and
    146133      issue: <command>python3 setup.py test</command>.
    147134    </para>
    148 
     135-->
    149136    <para>
    150137      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.