Author: pierre Date: Sun Aug 16 23:23:35 2020 New Revision: 23547 Log: Vim-8.2.1361 boost-1.74.0 libreoffice-6.4.6.2 a few tags
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/boost.xml trunk/BOOK/general/prog/scons.xml trunk/BOOK/general/prog/subversion.xml trunk/BOOK/general/sysutils/elogind.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/netlibs/serf.xml trunk/BOOK/networking/textweb/lynx.xml trunk/BOOK/packages.ent trunk/BOOK/postlfs/editors/vim.xml trunk/BOOK/postlfs/security/make-ca.xml trunk/BOOK/pst/xml/docbook-45-xml.xml trunk/BOOK/xsoft/office/libreoffice.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/general.ent Sun Aug 16 23:23:35 2020 (r23547) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "16"> <!-- Always 2 digits --> +<!ENTITY day "17"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2020"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "August 16th, &year;"> +<!ENTITY releasedate "August 17th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/genlib/boost.xml ============================================================================== --- trunk/BOOK/general/genlib/boost.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/general/genlib/boost.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -6,10 +6,10 @@ <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2"> <!ENTITY boost-download-ftp " "> - <!ENTITY boost-md5sum "9273c8c4576423562bbe84574b07b2bd"> - <!ENTITY boost-size "104 MB"> + <!ENTITY boost-md5sum "da07ca30dd1c0d1fdedbd487efee01bd"> + <!ENTITY boost-size "105 MB"> <!ENTITY boost-buildsize "1.1 GB (175 MB installed)"> - <!ENTITY boost-time "1.6 SBU (Using parallelism=4; add 1.2 SBU for tests)"> + <!ENTITY boost-time "1.8 SBU (Using parallelism=4; add 1.2 SBU for tests)"> ]> <sect1 id="boost" xreflabel="Boost-&boost-version;"> @@ -71,7 +71,7 @@ </para> </listitem> </itemizedlist> - + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -81,6 +81,7 @@ </para> </listitem> </itemizedlist> + --> <bridgehead renderas="sect3">Boost Dependencies</bridgehead> @@ -102,14 +103,14 @@ <sect2 role="installation"> <title>Installation of Boost</title> - +<!-- <para> First, apply a patch wwhich allows to build libreoffice with GCC 10 and later: </para> <screen><userinput>patch -Np1 -i ../boost-&boost-version;-gcc_10-1.patch</userinput></screen> - +--> <para> This package can be built with several jobs running in parallel. In the instructions below, <parameter><N></parameter> stands for the @@ -118,7 +119,7 @@ </para> -<screen><userinput>./bootstrap.sh --prefix=/usr && +<screen><userinput>./bootstrap.sh --prefix=/usr --with-python=python3 && ./b2 stage -j<replaceable><N></replaceable> threading=multi link=shared</userinput></screen> <para> @@ -142,8 +143,8 @@ <!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared --> -<screen role="root"><userinput>./b2 install threading=multi link=shared && -ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp</userinput></screen> +<screen role="root"><userinput>./b2 install threading=multi link=shared <!-- && + ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen> </sect2> @@ -203,17 +204,17 @@ None </seg> <seg> - libboost_atomic.so, libboost_chrono.so, - libboost_container.so, libboost_context.so, libboost_coroutine.so, + libboost_atomic.so, libboost_chrono.so, libboost_container.so, + libboost_context.so, libboost_contract.so, libboost_coroutine.so, libboost_date_time.so, libboost_exception.a, libboost_fiber.so, libboost_filesystem.so, libboost_graph.so, libboost_iostreams.so, libboost_locale.so, libboost_log_setup.so, libboost_log.so, libboost_math_c99.so, libboost_math_c99f.so, libboost_math_c99l.so, libboost_math_tr1.so, libboost_math_tr1f.so, libboost_math_tr1l.so, - libboost_nowide.so, libboost_numpy27.so, + libboost_nowide.so, libboost_prg_exec_monitor.so, libboost_program_options.so, - libboost_python27.so or libboost_python3.so, libboost_random.so, + libboost_python38.so, libboost_random.so, libboost_regex.so, libboost_serialization.so, libboost_stacktrace_addr2line.so, libboost_stacktrace_basic.so, libboost_stacktrace_noop.so, libboost_system.so, Modified: trunk/BOOK/general/prog/scons.xml ============================================================================== --- trunk/BOOK/general/prog/scons.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/general/prog/scons.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -34,7 +34,7 @@ (and other files) implemented in <application>Python</application>. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/general/prog/subversion.xml ============================================================================== --- trunk/BOOK/general/prog/subversion.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/general/prog/subversion.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -47,7 +47,7 @@ a repository is covered at <xref linkend="svnserver"/>. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/general/sysutils/elogind.xml ============================================================================== --- trunk/BOOK/general/sysutils/elogind.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/general/sysutils/elogind.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -41,7 +41,7 @@ <filename class="directory">/run/systemd</filename> layout. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -42,6 +42,24 @@ </listitem> --> <listitem> + <para>August 17th, 2020</para> + <itemizedlist> + <listitem> + <para>[pierre] - Update to libreoffice-6.4.6.2. Fixes + <ulink url="&blfs-ticket-root;13930">#13930</ulink>.</para> + </listitem> + <listitem> + <para>[pierre] - Update to boost-1.74.0. Fixes + <ulink url="&blfs-ticket-root;13928">#13928</ulink>.</para> + </listitem> + <listitem> + <para>[pierre] - Update to vim-8.2.1361. See + <ulink url="&blfs-ticket-root;12241">#12241</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 16th, 2020</para> <itemizedlist> <listitem> Modified: trunk/BOOK/networking/netlibs/serf.xml ============================================================================== --- trunk/BOOK/networking/netlibs/serf.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/networking/netlibs/serf.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -37,7 +37,7 @@ performance operation. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/networking/textweb/lynx.xml ============================================================================== --- trunk/BOOK/networking/textweb/lynx.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/networking/textweb/lynx.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -33,7 +33,7 @@ <application>Lynx</application> is a text based web browser. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/packages.ent Sun Aug 16 23:23:35 2020 (r23547) @@ -67,7 +67,7 @@ <!ENTITY joe-version "4.6"> <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> <!ENTITY nano-version "5.1"> -<!ENTITY vim-version "8.2.1209"> +<!ENTITY vim-version "8.2.1361"> <!ENTITY vim-majmin "82"> <!-- Chapter 7 --> @@ -85,7 +85,7 @@ <!ENTITY aspell-version "0.60.8"> <!ENTITY boost-major "1"> -<!ENTITY boost-minor "73"> +<!ENTITY boost-minor "74"> <!ENTITY boost-patch "0"> <!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;"> <!ENTITY boost-dl-version "&boost-major;_&boost-minor;_&boost-patch;"> @@ -891,7 +891,7 @@ <!ENTITY gnumeric-version "1.12.48"> <!ENTITY gnucash-version "2.4.11"> -<!ENTITY libreoffice-version "6.4.5"> +<!ENTITY libreoffice-version "6.4.6"> <!ENTITY libreoffice-patch ".2"> <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> Modified: trunk/BOOK/postlfs/editors/vim.xml ============================================================================== --- trunk/BOOK/postlfs/editors/vim.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/postlfs/editors/vim.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -8,9 +8,9 @@ <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">--> <!ENTITY vim-download-http "&sources-anduin-http;/vim/vim-&vim-version;.tar.gz"> <!ENTITY vim-download-ftp " "> - <!ENTITY vim-md5sum "1d26e64eb53f295eeaa7a15f910b9f5a"> + <!ENTITY vim-md5sum "e07b0c1e71aa059cdfddc7c93c00c62a"> <!ENTITY vim-size "14 MB"> - <!ENTITY vim-buildsize "107 MB (add 69 MB for tests)"> + <!ENTITY vim-buildsize "144 MB (add 68 MB for tests)"> <!ENTITY vim-time "0.3 SBU (with parallelism=4; add 2.0 SBU for tests)"> ]> @@ -55,7 +55,7 @@ </para> </note> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/postlfs/security/make-ca.xml ============================================================================== --- trunk/BOOK/postlfs/security/make-ca.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/postlfs/security/make-ca.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -52,7 +52,7 @@ url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/">here</ulink>. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/pst/xml/docbook-45-xml.xml ============================================================================== --- trunk/BOOK/pst/xml/docbook-45-xml.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/pst/xml/docbook-45-xml.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -37,7 +37,7 @@ transformations already written for that standard. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> Modified: trunk/BOOK/xsoft/office/libreoffice.xml ============================================================================== --- trunk/BOOK/xsoft/office/libreoffice.xml Sun Aug 16 23:20:21 2020 (r23546) +++ trunk/BOOK/xsoft/office/libreoffice.xml Sun Aug 16 23:23:35 2020 (r23547) @@ -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 "7305ed1b5774483ca9ca0d6906d8049a"> - <!ENTITY libreoffice-core-size "225 MB"> + <!ENTITY libreoffice-core-md5sum "ea286614b106ffec94067acb386ae6aa"> + <!ENTITY libreoffice-core-size "221 MB"> <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> - <!ENTITY libreoffice-dict-md5sum "f4a3d9dcca02542ec149057d869c8c64"> - <!ENTITY libreoffice-dict-size "46 MB"> + <!ENTITY libreoffice-dict-md5sum "4eae9b3005b9b852ee41216982961f5e"> + <!ENTITY libreoffice-dict-size "44 MB"> <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> - <!ENTITY libreoffice-help-md5sum "19da65b2748531e85740163fc9695f00"> - <!ENTITY libreoffice-help-size "85 MB"> + <!ENTITY libreoffice-help-md5sum "c39a5f29c62281558866f5927fd8eea0"> + <!ENTITY libreoffice-help-size "84 MB"> <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> - <!ENTITY libreoffice-translations-md5sum "58771e45d87413f96a33e35d821a8122"> - <!ENTITY libreoffice-translations-size "166 MB"> + <!ENTITY libreoffice-translations-md5sum "8db8282dc7c544f8398e2b66fd89ef93"> + <!ENTITY libreoffice-translations-size "165 MB"> <!-- full size remeasured for 6.4.0.3 --> - <!ENTITY libreoffice-buildsize "6.3 GB including the additional files if downloaded during the build (769 MB installed). Installing the whole set of languages for 6.4.0.3 requires up to 25 GB (3.2 GB installed)"> + <!ENTITY libreoffice-buildsize "9.0 GB including the additional files if downloaded during the build (840 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 @@ -41,8 +41,11 @@ For 6.4.0.3 downloading everything including dictionaries, help, translations took less than 2 minutes (1.1 SBU) with a good domestic internet connection. Total time was 60 SBU - ken + + 60 SBU not including download of translations, help and dictionary + for 6.4.6.2 - pierre --> - <!ENTITY libreoffice-time "56 SBU with parallelism=4 including typical download time"> + <!ENTITY libreoffice-time "60 SBU with parallelism=4 including typical download time"> ]> @@ -69,7 +72,7 @@ and is descended from <application>OpenOffice.org</application>. </para> - &lfs91_checked; + &lfs10_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -521,7 +524,8 @@ <parameter>--with-lang='fr en-GB'</parameter>: This switch sets what languages to support. To list several languages, separate them with a space. For all languages, use - <parameter>--with-lang=ALL</parameter>. + <parameter>--with-lang=ALL</parameter>. Note that the translations file + is not needed and won't be downloaded if using only en_US as a language. </para> <note> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
