Update to php-7.4.8

Update to lxml-4.5.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23381 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-07-10 21:20:34 +00:00
parent 42945d47f6
commit a6b80fbe49
4 changed files with 14 additions and 6 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz"> <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
<!ENTITY lxml-download-ftp " "> <!ENTITY lxml-download-ftp " ">
<!ENTITY lxml-md5sum "4d3cca9c0018dd98f39e0ac54fcc3d14"> <!ENTITY lxml-md5sum "83ad758eab6c254b3565715967d553a6">
<!ENTITY lxml-size "4.3 MB"> <!ENTITY lxml-size "4.3 MB">
<!ENTITY lxml-buildsize "223 MB (add 25 MB for tests)"> <!ENTITY lxml-buildsize "233 MB (add 52 MB for tests)">
<!ENTITY lxml-time "2.1 SBU (add 1.8 SBU for tests)"> <!ENTITY lxml-time "1.7 SBU (add 1.8 SBU for tests)">
]> ]>
<!-- Begin lxml --> <!-- Begin lxml -->

View File

@ -6,7 +6,7 @@
<!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz"> <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
<!ENTITY php-download-ftp " "> <!ENTITY php-download-ftp " ">
<!ENTITY php-md5sum "bba97ede87109a2bdaa164e7c2f8d229"> <!ENTITY php-md5sum "5710ac935f2f1b2a7590ed73221d9e78">
<!ENTITY php-size "9.8 MB"> <!ENTITY php-size "9.8 MB">
<!ENTITY php-buildsize "644 MB (add 7 MB for tests, add 117 MB for documentation)"> <!ENTITY php-buildsize "644 MB (add 7 MB for tests, add 117 MB for documentation)">
<!ENTITY php-time "1.6 SBU (with parallelism=4; add 2.0 SBU for tests)"> <!ENTITY php-time "1.6 SBU (with parallelism=4; add 2.0 SBU for tests)">

View File

@ -44,6 +44,14 @@
<listitem> <listitem>
<para>July 10th, 2020</para> <para>July 10th, 2020</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[renodr] - Update to lxml-4.5.2 (Python Module). Fixes
<ulink url="&blfs-ticket-root;13792">#13792</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to php-7.4.8. Fixes
<ulink url="&blfs-ticket-root;13793">#13793</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[thomas] - Avoid overwriting manpages in Cdrtools.</para> <para>[thomas] - Avoid overwriting manpages in Cdrtools.</para>
</listitem> </listitem>

View File

@ -343,7 +343,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY nasm-version "2.15.02"> <!ENTITY nasm-version "2.15.02">
<!ENTITY ninja-version "1.9.0"> <!ENTITY ninja-version "1.9.0">
<!ENTITY npapi-sdk-version "0.27.2"> <!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "7.4.7"> <!ENTITY php-version "7.4.8">
<!ENTITY python2-majorver "2.7"> <!ENTITY python2-majorver "2.7">
<!ENTITY python2-patch "18"> <!ENTITY python2-patch "18">
@ -543,7 +543,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY decorator-version "4.4.2"> <!ENTITY decorator-version "4.4.2">
<!ENTITY Jinja2-version "2.11.2"> <!ENTITY Jinja2-version "2.11.2">
<!-- libxml2 for Python2 shares the version of libxml2 --> <!-- libxml2 for Python2 shares the version of libxml2 -->
<!ENTITY lxml-version "4.5.1"> <!ENTITY lxml-version "4.5.2">
<!ENTITY mako-version "1.1.3"> <!ENTITY mako-version "1.1.3">
<!ENTITY MarkupSafe-version "1.1.1"> <!ENTITY MarkupSafe-version "1.1.1">
<!ENTITY py3c-version "1.2"> <!ENTITY py3c-version "1.2">