mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
053b384e2f
commit
2e18e7417c
@ -6,11 +6,11 @@
|
||||
|
||||
<!ENTITY brotli-download-http "https://github.com/google/brotli/archive/v&brotli-version;/brotli-&brotli-version;.tar.gz">
|
||||
<!ENTITY brotli-download-ftp " ">
|
||||
<!ENTITY brotli-md5sum "42804db563193bfa552236614b185d05">
|
||||
<!ENTITY brotli-size "23 MB">
|
||||
<!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)">
|
||||
<!-- time for testing without the bindings is minimal, each set takes similar time and space -->
|
||||
<!ENTITY brotli-time "0.2 SBU (add 0.3 SBU for the python bindings, and 1.2 SBU if testing them)">
|
||||
<!ENTITY brotli-md5sum "c2274f0c7af8470ad514637c35bcee7d">
|
||||
<!ENTITY brotli-size "476 KB">
|
||||
<!ENTITY brotli-buildsize "24 MB (with python3 bindings)">
|
||||
<!-- The tests for this package are broken. The tarball is missing a lot of test files -->
|
||||
<!ENTITY brotli-time "0.4 SBU (with python3 bindings)">
|
||||
]>
|
||||
|
||||
<sect1 id="brotli" xreflabel="Brotli-&brotli-version;">
|
||||
@ -73,21 +73,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<!--
|
||||
<note>
|
||||
<para>
|
||||
The <application>Brotli</application> source tarball shown above
|
||||
downloads with the correct name, brotli-&brotli-version;.tar.gz,
|
||||
if using a browser such as Firefox. If you prefer to use a command line
|
||||
program such as wget, you normally would obtain
|
||||
v&brotli-version;.tar.gz. To obtain this package with the proper
|
||||
filename, run:
|
||||
|
||||
<screen><userinput>wget -c https://github.com/google/brotli/archive/v&brotli-version;.tar.gz \
|
||||
-O brotli-&brotli-version;.tar.gz</userinput></screen>.
|
||||
</para>
|
||||
</note>
|
||||
-->
|
||||
<bridgehead renderas="sect3">Brotli Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -98,7 +84,7 @@
|
||||
<!-- Brotli doesn't have any lua bindings, at least not with 1.0.7. -->
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<!--<xref linkend="lua"/> (to create Lua bindings) and -->
|
||||
<!--<xref linkend="lua"/> (to create Lua bindings) and -->
|
||||
<xref linkend="python2"/> (to create python2 bindings)
|
||||
</para>
|
||||
|
||||
@ -126,7 +112,8 @@ make</userinput></screen>
|
||||
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test</command>.
|
||||
<!-- To test the results, issue: <command>make test</command>.-->
|
||||
The tests for this package are currently broken.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -140,12 +127,12 @@ make</userinput></screen>
|
||||
<screen><userinput>pushd .. &&
|
||||
python3 setup.py build &&
|
||||
popd</userinput></screen>
|
||||
|
||||
<!-- These are broken also
|
||||
<para>
|
||||
If you wish to test the bindings, go back to the top-level directory and
|
||||
issue: <command>python3 setup.py test</command>.
|
||||
</para>
|
||||
|
||||
-->
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v&scour-version;/scour-&scour-version;.tar.gz">
|
||||
<!ENTITY scour-download-http "https://github.com/scour-project/scour/archive/v038.1/scour-&scour-version;.tar.gz">
|
||||
<!ENTITY scour-download-ftp " ">
|
||||
<!ENTITY scour-md5sum "4d8278c5960fed6af6d692c262c74312">
|
||||
<!ENTITY scour-md5sum "dce526ebe55f48b45eba8d264849a97e">
|
||||
<!ENTITY scour-size "100 KB">
|
||||
<!ENTITY scour-buildsize "1.2 MB">
|
||||
<!ENTITY scour-buildsize "1.7 MB">
|
||||
<!ENTITY scour-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
|
@ -44,6 +44,22 @@
|
||||
<listitem>
|
||||
<para>September 5th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libreoffice-7.0.1.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;13999">#13999</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cryptsetup-2.3.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;13995">#13995</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to postfix-3.5.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;13983">#13983</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to brotli-1.0.9. Fixes
|
||||
<ulink url="&blfs-ticket-root;13973">#13973</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to scour-0.38.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;13997">#13997</ulink>.</para>
|
||||
|
10
packages.ent
10
packages.ent
@ -8,7 +8,7 @@
|
||||
<!ENTITY consolekit-version "1.2.1">
|
||||
<!ENTITY cracklib-version "2.9.7">
|
||||
<!ENTITY cryptsetup-minor "2.3">
|
||||
<!ENTITY cryptsetup-version "&cryptsetup-minor;.3">
|
||||
<!ENTITY cryptsetup-version "&cryptsetup-minor;.4">
|
||||
<!ENTITY cyrus-sasl-version "2.1.27">
|
||||
<!ENTITY gnupg2-version "2.2.23">
|
||||
<!ENTITY firewalld-version "0.8.1">
|
||||
@ -90,7 +90,7 @@
|
||||
<!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;">
|
||||
<!ENTITY boost-dl-version "&boost-major;_&boost-minor;_&boost-patch;">
|
||||
|
||||
<!ENTITY brotli-version "1.0.8">
|
||||
<!ENTITY brotli-version "1.0.9">
|
||||
<!ENTITY clucene-version "2.3.3.4">
|
||||
<!ENTITY dbus-glib-version "0.110">
|
||||
<!ENTITY double-conversion-version "3.1.5">
|
||||
@ -654,7 +654,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!--<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> -->
|
||||
|
||||
<!ENTITY exim-version "4.94">
|
||||
<!ENTITY postfix-version "3.5.6">
|
||||
<!ENTITY postfix-version "3.5.7">
|
||||
<!ENTITY sendmail-version "8.16.1">
|
||||
|
||||
<!-- Chapter 22 -->
|
||||
@ -895,8 +895,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY gnumeric-version "1.12.48">
|
||||
<!ENTITY gnucash-version "2.4.11">
|
||||
|
||||
<!ENTITY libreoffice-version "7.0.0">
|
||||
<!ENTITY libreoffice-patch ".3">
|
||||
<!ENTITY libreoffice-version "7.0.1">
|
||||
<!ENTITY libreoffice-patch ".2">
|
||||
<!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;">
|
||||
|
||||
<!-- Chapter 40 -->
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cryptsetup-download-http "&kernel-dl;/linux/utils/cryptsetup/v&cryptsetup-minor;/cryptsetup-&cryptsetup-version;.tar.xz">
|
||||
<!ENTITY cryptsetup-download-ftp " ">
|
||||
<!ENTITY cryptsetup-md5sum "6c0ce8be21a7687b89354c77757d0c5b">
|
||||
<!ENTITY cryptsetup-md5sum "911272e73181fdc850bb4d25103a9f83">
|
||||
<!ENTITY cryptsetup-size "11 MB">
|
||||
<!ENTITY cryptsetup-buildsize "34 MB (add 130 MB for tests)">
|
||||
<!ENTITY cryptsetup-time "0.2 SBU (add 9.6 SBU for tests)">
|
||||
<!ENTITY cryptsetup-buildsize "29 MB (add 115 MB for tests)">
|
||||
<!ENTITY cryptsetup-time "0.2 SBU (add 9 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="cryptsetup" xreflabel="cryptsetup-&cryptsetup-version;">
|
||||
@ -156,8 +156,28 @@ make</userinput></screen>
|
||||
<para>
|
||||
To test the result, issue as the <systemitem
|
||||
class="username">root</systemitem> user: <command>make check</command>.
|
||||
Some tests may fail if the kernel configuration parameters above are not
|
||||
set. <!--Three (of 21) tests are known to fail.-->
|
||||
Some tests will fail if appropriate kernel configuration options are not
|
||||
set. Some additional options that may be needed for tests are:
|
||||
CONFIG_SCSI_LOWLEVEL,
|
||||
CONFIG_SCSI_DEBUG,
|
||||
CONFIG_BLK_DEV_DM_BUILTIN,
|
||||
CONFIG_CRYPTO_USER,
|
||||
CONFIG_CRYPTO_CRYPTD,
|
||||
CONFIG_CRYPTO_LRW,
|
||||
CONFIG_CRYPTO_XTS,
|
||||
CONFIG_CRYPTO_ESSIV,
|
||||
CONFIG_CRYPTO_CRCT10DIF,
|
||||
CONFIG_CRYPTO_AES_TI,
|
||||
CONFIG_CRYPTO_AES_NI_INTEL,
|
||||
CONFIG_CRYPTO_BLOWFISH,
|
||||
CONFIG_CRYPTO_CAST5,
|
||||
CONFIG_CRYPTO_SERPENT,
|
||||
CONFIG_CRYPTO_SERPENT_SSE2_X86_64,
|
||||
CONFIG_CRYPTO_SERPENT_AVX_X86_64,
|
||||
CONFIG_CRYPTO_SERPENT_AVX2_X86_64, and
|
||||
CONFIG_CRYPTO_TWOFISH_X86_64.
|
||||
<!--I still had 5 of 19 tests fail after adding the above crypto options in the
|
||||
kernel. bdubbs -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY postfix-download-http " ">
|
||||
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
|
||||
<!ENTITY postfix-md5sum "c5819f40ffbe22bc785a30905b1f1c7a">
|
||||
<!ENTITY postfix-md5sum "cc727f7a332765199ce67bf14753ff08">
|
||||
<!ENTITY postfix-size "4.4 MB">
|
||||
<!ENTITY postfix-buildsize "160 MB">
|
||||
<!ENTITY postfix-time "0.2 SBU (Using parallelism=4)">
|
||||
|
@ -7,24 +7,24 @@
|
||||
<!ENTITY libreoffice-dl "http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;">
|
||||
|
||||
<!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-core-md5sum "5326d58cf100ec0e9796afe4536f177d">
|
||||
<!ENTITY libreoffice-core-size "224 MB">
|
||||
<!ENTITY libreoffice-core-md5sum "c44ed1c4be60fc5455256e29503a78e6">
|
||||
<!ENTITY libreoffice-core-size "225 MB">
|
||||
|
||||
<!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-dict-md5sum "2afb98e185a693c318c707ee25c7822f">
|
||||
<!ENTITY libreoffice-dict-md5sum "eb7b5275818d7399c74b5c80af04d315">
|
||||
<!ENTITY libreoffice-dict-size "44 MB">
|
||||
|
||||
<!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-help-md5sum "a239ba3578e0f2b32d9427ded3a0ab6b">
|
||||
<!ENTITY libreoffice-help-md5sum "608916aad698ade4cd884e3288af1544">
|
||||
<!ENTITY libreoffice-help-size "106 MB">
|
||||
|
||||
<!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
|
||||
<!ENTITY libreoffice-translations-md5sum "9fb9814e62f36fe5bf1f942a6b38008f">
|
||||
<!ENTITY libreoffice-translations-md5sum "fd1d69b26c568e55d54979a548608902">
|
||||
<!ENTITY libreoffice-translations-size "167 MB">
|
||||
|
||||
<!-- full size remeasured for 7.0.0.3 -->
|
||||
|
||||
<!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)">
|
||||
<!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)">
|
||||
|
||||
<!-- Editors: many updates to poppler will break LO using system poppler until
|
||||
somebody is able to provide a patch or sed. In these cases, please mark
|
||||
|
Loading…
Reference in New Issue
Block a user