mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to lxml-4.3.3 (python module).
Update to PyYAML-5.1 (python module). Update to yaml-0.2.2. Update to curl-7.64.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21401 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7292e01b46
commit
731bf37aed
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
|
||||
<!ENTITY yaml-download-http "/https://github.com/yaml/libyaml/archive/&yaml-version;/yaml-&yaml-version;.tar.gz">
|
||||
<!ENTITY yaml-download-ftp " ">
|
||||
<!ENTITY yaml-md5sum "72724b9736923c517e5a8fc6757ef03d">
|
||||
<!ENTITY yaml-size "588 KB">
|
||||
<!ENTITY yaml-buildsize "6.7 MB">
|
||||
<!ENTITY yaml-time "0.1 SBU">
|
||||
<!ENTITY yaml-md5sum "2ad4119a57f94739cc39a1b482c81264">
|
||||
<!ENTITY yaml-size "80 KB">
|
||||
<!ENTITY yaml-buildsize "3.0 MB (with tests)">
|
||||
<!ENTITY yaml-time "less than 0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="yaml" xreflabel="YAML-&yaml-version;">
|
||||
@ -86,16 +86,26 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of YAML</title>
|
||||
|
||||
<note>
|
||||
<para>This package expands to libyaml-&yaml-version;, not
|
||||
the expected yaml-&yaml-version;.</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
Install <application>YAML</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
<screen><userinput>make build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_SHARED_LIBS=true \
|
||||
-DCMAKE_BUILD_TYPE=RELEASE .. &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>make test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
|
||||
<!ENTITY lxml-download-ftp " ">
|
||||
<!ENTITY lxml-md5sum "8d1698a48f4ef68484de5bab457cc787">
|
||||
<!ENTITY lxml-md5sum "d35e90d9de17e1370fbb7e6059bd95ed">
|
||||
<!ENTITY lxml-size "4.2 MB">
|
||||
<!ENTITY lxml-buildsize "152 MB (add 26 MB for the testsuite)">
|
||||
<!ENTITY lxml-time "1.9 SBU (add 1.8 SBU for the testsuite)">
|
||||
<!ENTITY lxml-buildsize "152 MB (add 38 MB for the testsuite)">
|
||||
<!ENTITY lxml-time "1.8 SBU (add 1.8 SBU for the testsuite)">
|
||||
]>
|
||||
|
||||
<!-- Begin lxml -->
|
||||
|
@ -99,7 +99,7 @@
|
||||
<xref linkend="MarkupSafe"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem revision="systemd">
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="Jinja2"/>
|
||||
</para>
|
||||
@ -119,7 +119,7 @@
|
||||
<xref linkend="six"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem revision="systemd">
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="PyYAML"/>
|
||||
</para>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY PyYAML-download-http "http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz">
|
||||
<!ENTITY PyYAML-download-ftp " ">
|
||||
<!ENTITY PyYAML-md5sum "b78b96636d68ac581c0e2f38158c224f">
|
||||
<!ENTITY PyYAML-md5sum "3b07eb596071bac75c886129de881d22">
|
||||
<!ENTITY PyYAML-size "268 KB">
|
||||
<!ENTITY PyYAML-buildsize "12 MB">
|
||||
<!ENTITY PyYAML-buildsize "11 MB">
|
||||
<!ENTITY PyYAML-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
|
@ -44,6 +44,22 @@
|
||||
<listitem>
|
||||
<para>March 27th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to lxml-4.3.3 (python module). Fixes
|
||||
<ulink url="&blfs-ticket-root;11863">#11863</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to PyYAML-5.1 (python module). Fixes
|
||||
<ulink url="&blfs-ticket-root;11862">#11862</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to yaml-0.2.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;11861">#11861</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to curl-7.64.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;11859">#11859</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to yelp-xsl-3.32.1. Part of
|
||||
<ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
|
||||
<!ENTITY curl-download-ftp " ">
|
||||
<!ENTITY curl-md5sum "d14fe778e9f00399445d9525117e25a3">
|
||||
<!ENTITY curl-md5sum "8d22827310223f24d8eacc866722cc10">
|
||||
<!ENTITY curl-size "2.3 MB">
|
||||
<!ENTITY curl-buildsize "77 MB (add 14 MB for tests)">
|
||||
<!ENTITY curl-time "0.3 SBU (add 14 SBU for tests)">
|
||||
<!ENTITY curl-buildsize "73 MB (add 13 MB for tests)">
|
||||
<!ENTITY curl-time "0.4 SBU (add 16 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="curl" xreflabel="cURL-&curl-version;">
|
||||
@ -157,7 +157,9 @@ make</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
To run the test suite, issue: <command>make test</command>. <!-- Two (of 857) tests
|
||||
To run the test suite, issue: <command>make test</command>.
|
||||
Tests 323, 1139, and 1140 are known to fail.
|
||||
<!-- Two (of 857) tests
|
||||
fail for unknown reasons, and all tests fail is valgrind is installed. Moving
|
||||
valgrind out of $PATH is recommended if you wish to run the test suite while
|
||||
it is installed. -->
|
||||
@ -213,6 +215,11 @@ TESTFAIL: These tests cases failed: 323
|
||||
TESTDONE: 1235 tests were considered during 1279 seconds.
|
||||
For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, nghttp2,
|
||||
OpenLDAP, Samba, stunnel, and Valgrind installed.
|
||||
=======
|
||||
Added by bdubbs for curl-7.64.1:
|
||||
TESTDONE: 1022 tests out of 1025 reported OK: 99%
|
||||
TESTFAIL: These test cases failed: 323 1139 1140
|
||||
TESTDONE: 1242 tests were considered during 1483 seconds
|
||||
-->
|
||||
</para>
|
||||
|
||||
|
@ -189,7 +189,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY wayland-protocols-version "1.17">
|
||||
<!ENTITY wv-version "1.2.9">
|
||||
<!ENTITY xapian-version "1.4.11">
|
||||
<!ENTITY yaml-version "0.2.1">
|
||||
<!ENTITY yaml-version "0.2.2">
|
||||
|
||||
<!-- Chapter 10 -->
|
||||
<!ENTITY aalib-version "1.4rc5">
|
||||
@ -522,7 +522,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- <!ENTITY funcsigs-version "1.0.2"> -->
|
||||
<!ENTITY Jinja2-version "2.10">
|
||||
<!-- libxml2 for Python2 shares the version of libxml2 -->
|
||||
<!ENTITY lxml-version "4.3.2">
|
||||
<!ENTITY lxml-version "4.3.3">
|
||||
<!ENTITY mako-version "1.0.8">
|
||||
<!ENTITY MarkupSafe-version "1.1.1">
|
||||
<!ENTITY pyatspi2-version "2.32.0">
|
||||
@ -533,7 +533,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY pygobject3-version "3.32.0">
|
||||
<!ENTITY pygtk-version "2.24.0">
|
||||
<!ENTITY pyxdg-version "0.25">
|
||||
<!ENTITY PyYAML-version "3.13">
|
||||
<!ENTITY PyYAML-version "5.1">
|
||||
<!ENTITY scour-version "0.37">
|
||||
<!ENTITY six-version "1.12.0">
|
||||
<!-- <!ENTITY setuptools-version "30.2.0"> -->
|
||||
@ -575,7 +575,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
|
||||
<!-- Chapter 17 -->
|
||||
<!ENTITY c-ares-version "1.15.0">
|
||||
<!ENTITY curl-version "7.64.0">
|
||||
<!ENTITY curl-version "7.64.1">
|
||||
<!ENTITY geoclue2-version "2.5.2">
|
||||
<!ENTITY glib-networking-version "2.60.0.1">
|
||||
<!ENTITY ldns-version "1.7.0">
|
||||
|
Loading…
Reference in New Issue
Block a user