Author: bdubbs Date: Wed Mar 27 19:46:10 2019 New Revision: 21401 Log: 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.
Modified: trunk/BOOK/general/genlib/yaml.xml trunk/BOOK/general/prog/lxml.xml trunk/BOOK/general/prog/python-modules.xml trunk/BOOK/general/prog/pyyaml.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/networking/netlibs/curl.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/genlib/yaml.xml ============================================================================== --- trunk/BOOK/general/genlib/yaml.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/general/genlib/yaml.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -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> Modified: trunk/BOOK/general/prog/lxml.xml ============================================================================== --- trunk/BOOK/general/prog/lxml.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/general/prog/lxml.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -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 --> Modified: trunk/BOOK/general/prog/python-modules.xml ============================================================================== --- trunk/BOOK/general/prog/python-modules.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/general/prog/python-modules.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -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> Modified: trunk/BOOK/general/prog/pyyaml.xml ============================================================================== --- trunk/BOOK/general/prog/pyyaml.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/general/prog/pyyaml.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -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"> ]> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -45,6 +45,22 @@ <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> </listitem> Modified: trunk/BOOK/networking/netlibs/curl.xml ============================================================================== --- trunk/BOOK/networking/netlibs/curl.xml Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/networking/netlibs/curl.xml Wed Mar 27 19:46:10 2019 (r21401) @@ -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 @@ --> <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 @@ 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> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Wed Mar 27 15:03:29 2019 (r21400) +++ trunk/BOOK/packages.ent Wed Mar 27 19:46:10 2019 (r21401) @@ -189,7 +189,7 @@ <!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 @@ <!-- <!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 @@ <!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 @@ <!-- 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"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
