Changeset 420d60b
- Timestamp:
- 10/24/2019 08:58:14 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- afe4b852
- Parents:
- d4ef6ae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python2.xml
rd4ef6ae r420d60b 8 8 "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz"> 9 9 <!ENTITY python2-download-ftp " "> 10 <!ENTITY python2-md5sum " 30157d85a2c0479c09ea2cbe61f2aaf5">10 <!ENTITY python2-md5sum "b3b6d2c92f42a60667814358ab9f0cfd"> 11 11 <!ENTITY python2-size "12 MB"> 12 <!ENTITY python2-buildsize "13 1 MB (add 15MB for tests)">13 <!ENTITY python2-time "0.7 SBU (Using parallelism=4; add 6.6SBU for tests)">12 <!ENTITY python2-buildsize "134 MB (add 17 MB for tests)"> 13 <!ENTITY python2-time "0.7 SBU (Using parallelism=4; add 7.1 SBU for tests)"> 14 14 15 15 <!ENTITY python2htmldoc-download-http … … 132 132 <caution> 133 133 <para> 134 If updating <application>pip2</application> with the command 134 After installing this package or 135 updating <application>pip2</application> with the command 135 136 <command>pip2 install --upgrade pip</command>, it will remove 136 <application>pip3</application> and the symlink 137 <application>pip</application> installed in LFS. To restore 137 <application>pip3</application> installed in LFS. To reset 138 138 <application>pip</application> and <application>pip3</application>, 139 139 run, as the <systemitem class="username">root</systemitem> user: … … 158 158 <para> 159 159 To test the results, issue: <command>make -k test</command>. 160 Three tests fail for unknown reasons.161 160 </para> 162 161 -
introduction/welcome/changelog.xml
rd4ef6ae r420d60b 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to Python-2.7.17. Fixes 49 <ulink url="&blfs-ticket-root;12669">#12669</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to proftpd-1.3.6b. Fixes 53 <ulink url="&blfs-ticket-root;12683">#12683</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[renodr] - Update to libxkbcommon-0.9.1. Fixes 49 57 <ulink url="&blfs-ticket-root;12681">#12681</ulink>.</para> -
packages.ent
rd4ef6ae r420d60b 329 329 <!ENTITY npapi-sdk-version "0.27.2"> 330 330 <!ENTITY php-version "7.3.10"> 331 <!ENTITY python2-version "2.7.1 6">331 <!ENTITY python2-version "2.7.17"> 332 332 <!ENTITY python3-version "3.8.0"> 333 333 <!ENTITY ruby-minor-version "2.6"> … … 608 608 <!-- Chapter 20 --> 609 609 <!ENTITY apache-version "2.4.41"> 610 <!ENTITY proftpd-version "1.3.6 a">610 <!ENTITY proftpd-version "1.3.6b"> 611 611 <!ENTITY vsftpd-version "3.0.3"> 612 612 -
server/major/proftpd.xml
rd4ef6ae r420d60b 7 7 <!ENTITY proftpd-download-http " "> 8 8 <!ENTITY proftpd-download-ftp "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz"> 9 <!ENTITY proftpd-md5sum "4 3d0b9c4107fb91d360a3c813d7a9e29">9 <!ENTITY proftpd-md5sum "4040f6a6b86173e2a03f4ccdb9b9af6e"> 10 10 <!ENTITY proftpd-size "19 MB"> 11 11 <!ENTITY proftpd-buildsize "66 MB">
Note:
See TracChangeset
for help on using the changeset viewer.