Changeset 2e18e741


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

Files:
7 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:
  • general/prog/scour.xml

    r053b384 r2e18e741  
    55  %general-entities;
    66
    7   <!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz">
     7  <!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v038.1/scour-&scour-version;.tar.gz">
    88  <!ENTITY scour-download-ftp  " ">
    9   <!ENTITY scour-md5sum        "4d8278c5960fed6af6d692c262c74312">
     9  <!ENTITY scour-md5sum        "dce526ebe55f48b45eba8d264849a97e">
    1010  <!ENTITY scour-size          "100 KB">
    11   <!ENTITY scour-buildsize     "1.2 MB">
     11  <!ENTITY scour-buildsize     "1.7 MB">
    1212  <!ENTITY scour-time          "less than 0.1 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r053b384 r2e18e741  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to libreoffice-7.0.1.2. Fixes
     49          <ulink url="&blfs-ticket-root;13999">#13999</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to cryptsetup-2.3.4. Fixes
     53          <ulink url="&blfs-ticket-root;13995">#13995</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to postfix-3.5.7. Fixes
     57          <ulink url="&blfs-ticket-root;13983">#13983</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to brotli-1.0.9. Fixes
     61          <ulink url="&blfs-ticket-root;13973">#13973</ulink>.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[bdubbs] - Update to scour-0.38.1. Fixes
    4965          <ulink url="&blfs-ticket-root;13997">#13997</ulink>.</para>
  • packages.ent

    r053b384 r2e18e741  
    99<!ENTITY cracklib-version             "2.9.7">
    1010<!ENTITY cryptsetup-minor             "2.3">
    11 <!ENTITY cryptsetup-version           "&cryptsetup-minor;.3">
     11<!ENTITY cryptsetup-version           "&cryptsetup-minor;.4">
    1212<!ENTITY cyrus-sasl-version           "2.1.27">
    1313<!ENTITY gnupg2-version               "2.2.23">
     
    9191<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
    9292
    93 <!ENTITY brotli-version               "1.0.8">
     93<!ENTITY brotli-version               "1.0.9">
    9494<!ENTITY clucene-version              "2.3.3.4">
    9595<!ENTITY dbus-glib-version            "0.110">
     
    655655
    656656<!ENTITY exim-version                 "4.94">
    657 <!ENTITY postfix-version              "3.5.6">
     657<!ENTITY postfix-version              "3.5.7">
    658658<!ENTITY sendmail-version             "8.16.1">
    659659
     
    896896<!ENTITY gnucash-version              "2.4.11">
    897897
    898 <!ENTITY libreoffice-version          "7.0.0">
    899 <!ENTITY libreoffice-patch            ".3">
     898<!ENTITY libreoffice-version          "7.0.1">
     899<!ENTITY libreoffice-patch            ".2">
    900900<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    901901
  • postlfs/security/cryptsetup.xml

    r053b384 r2e18e741  
    77  <!ENTITY cryptsetup-download-http "&kernel-dl;/linux/utils/cryptsetup/v&cryptsetup-minor;/cryptsetup-&cryptsetup-version;.tar.xz">
    88  <!ENTITY cryptsetup-download-ftp  " ">
    9   <!ENTITY cryptsetup-md5sum        "6c0ce8be21a7687b89354c77757d0c5b">
     9  <!ENTITY cryptsetup-md5sum        "911272e73181fdc850bb4d25103a9f83">
    1010  <!ENTITY cryptsetup-size          "11 MB">
    11   <!ENTITY cryptsetup-buildsize     "34 MB (add 130 MB for tests)">
    12   <!ENTITY cryptsetup-time          "0.2 SBU (add 9.6 SBU for tests)">
     11  <!ENTITY cryptsetup-buildsize     "29 MB (add 115 MB for tests)">
     12  <!ENTITY cryptsetup-time          "0.2 SBU (add 9 SBU for tests)">
    1313]>
    1414
     
    157157      To test the result, issue as the <systemitem
    158158      class="username">root</systemitem> user: <command>make check</command>.
    159       Some tests may fail if the kernel configuration parameters above are not
    160       set. <!--Three (of 21) tests are known to fail.-->
     159      Some tests will fail if appropriate kernel configuration options are not
     160      set. Some additional options that may be needed for tests are:
     161      CONFIG_SCSI_LOWLEVEL,
     162      CONFIG_SCSI_DEBUG,
     163      CONFIG_BLK_DEV_DM_BUILTIN,
     164      CONFIG_CRYPTO_USER,
     165      CONFIG_CRYPTO_CRYPTD,
     166      CONFIG_CRYPTO_LRW,
     167      CONFIG_CRYPTO_XTS,
     168      CONFIG_CRYPTO_ESSIV,
     169      CONFIG_CRYPTO_CRCT10DIF,
     170      CONFIG_CRYPTO_AES_TI,
     171      CONFIG_CRYPTO_AES_NI_INTEL,
     172      CONFIG_CRYPTO_BLOWFISH,
     173      CONFIG_CRYPTO_CAST5,
     174      CONFIG_CRYPTO_SERPENT,
     175      CONFIG_CRYPTO_SERPENT_SSE2_X86_64,
     176      CONFIG_CRYPTO_SERPENT_AVX_X86_64,
     177      CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
     178      CONFIG_CRYPTO_TWOFISH_X86_64. 
     179      <!--I still had 5 of 19 tests fail after adding the above crypto options in the
     180      kernel.  bdubbs -->
    161181    </para>
    162182
  • server/mail/postfix.xml

    r053b384 r2e18e741  
    77  <!ENTITY postfix-download-http " ">
    88  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "c5819f40ffbe22bc785a30905b1f1c7a">
     9  <!ENTITY postfix-md5sum        "cc727f7a332765199ce67bf14753ff08">
    1010  <!ENTITY postfix-size          "4.4 MB">
    1111  <!ENTITY postfix-buildsize     "160 MB">
  • xsoft/office/libreoffice.xml

    r053b384 r2e18e741  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "5326d58cf100ec0e9796afe4536f177d">
    11   <!ENTITY libreoffice-core-size          "224 MB">
     10  <!ENTITY libreoffice-core-md5sum        "c44ed1c4be60fc5455256e29503a78e6">
     11  <!ENTITY libreoffice-core-size          "225 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "2afb98e185a693c318c707ee25c7822f">
     14  <!ENTITY libreoffice-dict-md5sum        "eb7b5275818d7399c74b5c80af04d315">
    1515  <!ENTITY libreoffice-dict-size          "44 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "a239ba3578e0f2b32d9427ded3a0ab6b">
     18  <!ENTITY libreoffice-help-md5sum        "608916aad698ade4cd884e3288af1544">
    1919  <!ENTITY libreoffice-help-size          "106 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "9fb9814e62f36fe5bf1f942a6b38008f">
     22  <!ENTITY libreoffice-translations-md5sum        "fd1d69b26c568e55d54979a548608902">
    2323  <!ENTITY libreoffice-translations-size          "167 MB">
    2424
    2525  <!-- full size remeasured for 7.0.0.3 -->
    2626
    27   <!ENTITY libreoffice-buildsize  "6.3 GB including the additional files if downloaded during the build (774 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
     27  <!ENTITY libreoffice-buildsize  "6.5 GB including the additional files if downloaded during the build (775 MB installed). Installing the whole set of languages requires more than 25 GB (around 3 GB installed)">
    2828
    2929 <!-- Editors: many updates to poppler will break LO using system poppler until
Note: See TracChangeset for help on using the changeset viewer.