Changeset 73353e7f
- Timestamp:
- 03/27/2019 04:22:34 AM (4 years ago)
- 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:
- 083ee517
- Parents:
- 9116137c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9116137c r73353e7f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2 6th, &year;">9 <!ENTITY releasedate "March 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libssh2.xml
r9116137c r73353e7f 7 7 <!ENTITY libssh2-download-http "https://www.libssh2.org/download/libssh2-&libssh2-version;.tar.gz"> 8 8 <!ENTITY libssh2-download-ftp " "> 9 <!ENTITY libssh2-md5sum " 338f36a8bb7f5ef55715ac1864cc788c">10 <!ENTITY libssh2-size "8 38KB">11 <!ENTITY libssh2-buildsize "12 MB ">12 <!ENTITY libssh2-time "0. 1 SBU">9 <!ENTITY libssh2-md5sum "616efd99af3d9ef731a26bed6cee9593"> 10 <!ENTITY libssh2-size "840 KB"> 11 <!ENTITY libssh2-buildsize "12 MB (with tests)"> 12 <!ENTITY libssh2-time "0.2 SBU (with tests)"> 13 13 ]> 14 14 -
general/prog/python3.xml
r9116137c r73353e7f 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " df6ec36011808205beda239c72f947cb">10 <!ENTITY python3-md5sum "93df27aec0cd18d6d42173e601ffbbfd"> 11 11 <!ENTITY python3-size "16 MB"> 12 <!ENTITY python3-buildsize " 337 MB (add 29MB for tests)">13 <!ENTITY python3-time " 1.2 SBU (add 2.0SBU for tests)">12 <!ENTITY python3-buildsize "177 MB (add 26 MB for tests)"> 13 <!ENTITY python3-time "0.9 SBU (add 1.4 SBU for tests)"> 14 14 <!-- 15 16 Note: Size does not reflect docs that were install in LFS. 17 15 18 <!ENTITY python3htmldoc-download-http 16 19 "https://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2"> --> … … 141 144 <command>configure</command> switches above, run <command>make</command>, 142 145 then <command>make test</command>. Remember that tests must be executed 143 using an X terminal. Two tests fail. The test SBU highly depends on the144 speed of the internet connection.146 using an X terminal. 147 The test SBU highly depends on the speed of the internet connection. 145 148 </para> 146 149 -
introduction/welcome/changelog.xml
r9116137c r73353e7f 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 27th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to Python-3.7.3. Fixes 49 <ulink url="&blfs-ticket-root;11856">#11856</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to libssh2-1.8.2. Fixes 53 <ulink url="&blfs-ticket-root;11855">#11855</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 44 58 <listitem> 45 59 <para>March 26th, 2019</para> -
packages.ent
r9116137c r73353e7f 155 155 <!ENTITY libsigc-version "2.10.1"> 156 156 <!ENTITY libsigsegv-version "2.12"> 157 <!ENTITY libssh2-version "1.8. 1">157 <!ENTITY libssh2-version "1.8.2"> 158 158 <!ENTITY libstatgrab-version "0.91"> 159 159 <!ENTITY libtasn1-version "4.13"> … … 336 336 <!ENTITY php-version "7.3.3"> 337 337 <!ENTITY python2-version "2.7.16"> 338 <!ENTITY python3-version "3.7. 2">338 <!ENTITY python3-version "3.7.3"> 339 339 <!ENTITY ruby-minor-version "2.6"> 340 340 <!ENTITY ruby-patch-version "2">
Note:
See TracChangeset
for help on using the changeset viewer.