Changeset 731bf37a


Ignore:
Timestamp:
03/28/2019 02:46:10 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
781824ec
Parents:
7292e01
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/yaml.xml

    r7292e01 r731bf37a  
    55  %general-entities;
    66
    7   <!ENTITY yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
     7  <!ENTITY yaml-download-http "/https://github.com/yaml/libyaml/archive/&yaml-version;/yaml-&yaml-version;.tar.gz">
    88  <!ENTITY yaml-download-ftp  " ">
    9   <!ENTITY yaml-md5sum        "72724b9736923c517e5a8fc6757ef03d">
    10   <!ENTITY yaml-size          "588 KB">
    11   <!ENTITY yaml-buildsize     "6.7 MB">
    12   <!ENTITY yaml-time          "0.1 SBU">
     9  <!ENTITY yaml-md5sum        "2ad4119a57f94739cc39a1b482c81264">
     10  <!ENTITY yaml-size          "80 KB">
     11  <!ENTITY yaml-buildsize     "3.0 MB (with tests)">
     12  <!ENTITY yaml-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    8787    <title>Installation of YAML</title>
    8888
     89    <note>
     90      <para>This package expands to libyaml-&yaml-version;, not
     91      the expected yaml-&yaml-version;.</para>
     92    </note>
     93
    8994    <para>
    9095      Install <application>YAML</application> by running the following
     
    9297    </para>
    9398
    94 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     99<screen><userinput>make build &amp;&amp;
     100cd   build &amp;&amp;
     101
     102cmake -DCMAKE_INSTALL_PREFIX=/usr \
     103      -DBUILD_SHARED_LIBS=true    \
     104      -DCMAKE_BUILD_TYPE=RELEASE ..  &amp;&amp;
    95105make</userinput></screen>
    96106
    97107    <para>
    98       To test the results, issue: <command>make check</command>.
     108      To test the results, issue: <command>make test</command>.
    99109    </para>
    100110
  • general/prog/lxml.xml

    r7292e01 r731bf37a  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "8d1698a48f4ef68484de5bab457cc787">
     9  <!ENTITY lxml-md5sum        "d35e90d9de17e1370fbb7e6059bd95ed">
    1010  <!ENTITY lxml-size          "4.2 MB">
    11   <!ENTITY lxml-buildsize     "152 MB (add 26 MB for the testsuite)">
    12   <!ENTITY lxml-time          "1.9 SBU (add 1.8 SBU for the testsuite)">
     11  <!ENTITY lxml-buildsize     "152 MB (add 38 MB for the testsuite)">
     12  <!ENTITY lxml-time          "1.8 SBU (add 1.8 SBU for the testsuite)">
    1313]>
    1414
  • general/prog/python-modules.xml

    r7292e01 r731bf37a  
    100100        </para>
    101101      </listitem>
    102       <listitem revision="systemd">
     102      <listitem>
    103103        <para>
    104104          <xref linkend="Jinja2"/>
     
    120120        </para>
    121121      </listitem>
    122       <listitem revision="systemd">
     122      <listitem>
    123123        <para>
    124124          <xref linkend="PyYAML"/>
  • general/prog/pyyaml.xml

    r7292e01 r731bf37a  
    77  <!ENTITY PyYAML-download-http "http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz">
    88  <!ENTITY PyYAML-download-ftp  " ">
    9   <!ENTITY PyYAML-md5sum        "b78b96636d68ac581c0e2f38158c224f">
     9  <!ENTITY PyYAML-md5sum        "3b07eb596071bac75c886129de881d22">
    1010  <!ENTITY PyYAML-size          "268 KB">
    11   <!ENTITY PyYAML-buildsize     "12 MB">
     11  <!ENTITY PyYAML-buildsize     "11 MB">
    1212  <!ENTITY PyYAML-time          "0.1 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r7292e01 r731bf37a  
    4545      <para>March 27th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to lxml-4.3.3 (python module). Fixes
     49          <ulink url="&blfs-ticket-root;11863">#11863</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to PyYAML-5.1 (python module). Fixes
     53          <ulink url="&blfs-ticket-root;11862">#11862</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to yaml-0.2.2. Fixes
     57          <ulink url="&blfs-ticket-root;11861">#11861</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to curl-7.64.1. Fixes
     61          <ulink url="&blfs-ticket-root;11859">#11859</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[renodr] - Update to yelp-xsl-3.32.1. Part of
  • networking/netlibs/curl.xml

    r7292e01 r731bf37a  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "d14fe778e9f00399445d9525117e25a3">
     9  <!ENTITY curl-md5sum        "8d22827310223f24d8eacc866722cc10">
    1010  <!ENTITY curl-size          "2.3 MB">
    11   <!ENTITY curl-buildsize     "77 MB (add 14 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (add 14 SBU for tests)">
     11  <!ENTITY curl-buildsize     "73 MB (add 13 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (add 16 SBU for tests)">
    1313]>
    1414
     
    158158
    159159    <para>
    160        To run the test suite, issue: <command>make test</command>. <!-- Two (of 857) tests
     160       To run the test suite, issue: <command>make test</command>.
     161       Tests 323, 1139, and 1140 are known to fail.
     162       <!-- Two (of 857) tests
    161163      fail for unknown reasons, and all tests fail is valgrind is installed. Moving
    162164      valgrind out of $PATH is recommended if you wish to run the test suite while
     
    214216For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, nghttp2,
    215217OpenLDAP, Samba, stunnel, and Valgrind installed.
     218=======
     219Added by bdubbs for curl-7.64.1:
     220TESTDONE: 1022 tests out of 1025 reported OK: 99%
     221TESTFAIL: These test cases failed: 323 1139 1140
     222TESTDONE: 1242 tests were considered during 1483 seconds
    216223-->
    217224    </para>
  • packages.ent

    r7292e01 r731bf37a  
    190190<!ENTITY wv-version                   "1.2.9">
    191191<!ENTITY xapian-version               "1.4.11">
    192 <!ENTITY yaml-version                 "0.2.1">
     192<!ENTITY yaml-version                 "0.2.2">
    193193
    194194<!-- Chapter 10 -->
     
    523523<!ENTITY Jinja2-version               "2.10">
    524524<!-- libxml2 for Python2 shares the version of libxml2 -->
    525 <!ENTITY lxml-version                 "4.3.2">
     525<!ENTITY lxml-version                 "4.3.3">
    526526<!ENTITY mako-version                 "1.0.8">
    527527<!ENTITY MarkupSafe-version           "1.1.1">
     
    534534<!ENTITY pygtk-version                "2.24.0">
    535535<!ENTITY pyxdg-version                "0.25">
    536 <!ENTITY PyYAML-version               "3.13">
     536<!ENTITY PyYAML-version               "5.1">
    537537<!ENTITY scour-version                "0.37">
    538538<!ENTITY six-version                  "1.12.0">
     
    576576<!-- Chapter 17 -->
    577577<!ENTITY c-ares-version               "1.15.0">
    578 <!ENTITY curl-version                 "7.64.0">
     578<!ENTITY curl-version                 "7.64.1">
    579579<!ENTITY geoclue2-version             "2.5.2">
    580580<!ENTITY glib-networking-version      "2.60.0.1">
Note: See TracChangeset for help on using the changeset viewer.