Changeset 731bf37a
- Timestamp:
- 03/28/2019 02:46:10 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 781824ec
- Parents:
- 7292e01
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/yaml.xml
r7292e01 r731bf37a 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY yaml-download-ftp " "> 9 <!ENTITY yaml-md5sum " 72724b9736923c517e5a8fc6757ef03d">10 <!ENTITY yaml-size " 588KB">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)"> 13 13 ]> 14 14 … … 87 87 <title>Installation of YAML</title> 88 88 89 <note> 90 <para>This package expands to libyaml-&yaml-version;, not 91 the expected yaml-&yaml-version;.</para> 92 </note> 93 89 94 <para> 90 95 Install <application>YAML</application> by running the following … … 92 97 </para> 93 98 94 <screen><userinput>./configure --prefix=/usr --disable-static && 99 <screen><userinput>make build && 100 cd build && 101 102 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 103 -DBUILD_SHARED_LIBS=true \ 104 -DCMAKE_BUILD_TYPE=RELEASE .. && 95 105 make</userinput></screen> 96 106 97 107 <para> 98 To test the results, issue: <command>make check</command>.108 To test the results, issue: <command>make test</command>. 99 109 </para> 100 110 -
general/prog/lxml.xml
r7292e01 r731bf37a 7 7 <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz"> 8 8 <!ENTITY lxml-download-ftp " "> 9 <!ENTITY lxml-md5sum " 8d1698a48f4ef68484de5bab457cc787">9 <!ENTITY lxml-md5sum "d35e90d9de17e1370fbb7e6059bd95ed"> 10 10 <!ENTITY lxml-size "4.2 MB"> 11 <!ENTITY lxml-buildsize "152 MB (add 26MB for the testsuite)">12 <!ENTITY lxml-time "1. 9SBU (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)"> 13 13 ]> 14 14 -
general/prog/python-modules.xml
r7292e01 r731bf37a 100 100 </para> 101 101 </listitem> 102 <listitem revision="systemd">102 <listitem> 103 103 <para> 104 104 <xref linkend="Jinja2"/> … … 120 120 </para> 121 121 </listitem> 122 <listitem revision="systemd">122 <listitem> 123 123 <para> 124 124 <xref linkend="PyYAML"/> -
general/prog/pyyaml.xml
r7292e01 r731bf37a 7 7 <!ENTITY PyYAML-download-http "http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz"> 8 8 <!ENTITY PyYAML-download-ftp " "> 9 <!ENTITY PyYAML-md5sum " b78b96636d68ac581c0e2f38158c224f">9 <!ENTITY PyYAML-md5sum "3b07eb596071bac75c886129de881d22"> 10 10 <!ENTITY PyYAML-size "268 KB"> 11 <!ENTITY PyYAML-buildsize "1 2MB">11 <!ENTITY PyYAML-buildsize "11 MB"> 12 12 <!ENTITY PyYAML-time "0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r7292e01 r731bf37a 45 45 <para>March 27th, 2019</para> 46 46 <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> 47 63 <listitem> 48 64 <para>[renodr] - Update to yelp-xsl-3.32.1. Part of -
networking/netlibs/curl.xml
r7292e01 r731bf37a 7 7 <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz"> 8 8 <!ENTITY curl-download-ftp " "> 9 <!ENTITY curl-md5sum " d14fe778e9f00399445d9525117e25a3">9 <!ENTITY curl-md5sum "8d22827310223f24d8eacc866722cc10"> 10 10 <!ENTITY curl-size "2.3 MB"> 11 <!ENTITY curl-buildsize "7 7 MB (add 14MB for tests)">12 <!ENTITY curl-time "0. 3 SBU (add 14SBU 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)"> 13 13 ]> 14 14 … … 158 158 159 159 <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 161 163 fail for unknown reasons, and all tests fail is valgrind is installed. Moving 162 164 valgrind out of $PATH is recommended if you wish to run the test suite while … … 214 216 For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, nghttp2, 215 217 OpenLDAP, Samba, stunnel, and Valgrind installed. 218 ======= 219 Added by bdubbs for curl-7.64.1: 220 TESTDONE: 1022 tests out of 1025 reported OK: 99% 221 TESTFAIL: These test cases failed: 323 1139 1140 222 TESTDONE: 1242 tests were considered during 1483 seconds 216 223 --> 217 224 </para> -
packages.ent
r7292e01 r731bf37a 190 190 <!ENTITY wv-version "1.2.9"> 191 191 <!ENTITY xapian-version "1.4.11"> 192 <!ENTITY yaml-version "0.2. 1">192 <!ENTITY yaml-version "0.2.2"> 193 193 194 194 <!-- Chapter 10 --> … … 523 523 <!ENTITY Jinja2-version "2.10"> 524 524 <!-- libxml2 for Python2 shares the version of libxml2 --> 525 <!ENTITY lxml-version "4.3. 2">525 <!ENTITY lxml-version "4.3.3"> 526 526 <!ENTITY mako-version "1.0.8"> 527 527 <!ENTITY MarkupSafe-version "1.1.1"> … … 534 534 <!ENTITY pygtk-version "2.24.0"> 535 535 <!ENTITY pyxdg-version "0.25"> 536 <!ENTITY PyYAML-version " 3.13">536 <!ENTITY PyYAML-version "5.1"> 537 537 <!ENTITY scour-version "0.37"> 538 538 <!ENTITY six-version "1.12.0"> … … 576 576 <!-- Chapter 17 --> 577 577 <!ENTITY c-ares-version "1.15.0"> 578 <!ENTITY curl-version "7.64. 0">578 <!ENTITY curl-version "7.64.1"> 579 579 <!ENTITY geoclue2-version "2.5.2"> 580 580 <!ENTITY glib-networking-version "2.60.0.1">
Note:
See TracChangeset
for help on using the changeset viewer.