Changeset 420d60b


Ignore:
Timestamp:
10/24/2019 08:58:14 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
afe4b852
Parents:
d4ef6ae
Message:

Update to Python-2.7.17.
Update to proftpd-1.3.6b.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22297 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    rd4ef6ae r420d60b  
    88     "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "30157d85a2c0479c09ea2cbe61f2aaf5">
     10  <!ENTITY python2-md5sum        "b3b6d2c92f42a60667814358ab9f0cfd">
    1111  <!ENTITY python2-size          "12 MB">
    12   <!ENTITY python2-buildsize     "131 MB (add 15 MB for tests)">
    13   <!ENTITY python2-time          "0.7 SBU (Using parallelism=4; add 6.6 SBU 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)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
     
    132132    <caution>
    133133      <para>
    134         If updating <application>pip2</application> with the command
     134        After installing this package or
     135        updating <application>pip2</application> with the command
    135136        <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
    138138        <application>pip</application> and <application>pip3</application>,
    139139        run, as the <systemitem class="username">root</systemitem> user:
     
    158158    <para>
    159159      To test the results, issue: <command>make -k test</command>.
    160       Three tests fail for unknown reasons.
    161160    </para>
    162161
  • introduction/welcome/changelog.xml

    rd4ef6ae r420d60b  
    4646      <itemizedlist>
    4747        <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>
    4856          <para>[renodr] - Update to libxkbcommon-0.9.1. Fixes
    4957          <ulink url="&blfs-ticket-root;12681">#12681</ulink>.</para>
  • packages.ent

    rd4ef6ae r420d60b  
    329329<!ENTITY npapi-sdk-version            "0.27.2">
    330330<!ENTITY php-version                  "7.3.10">
    331 <!ENTITY python2-version              "2.7.16">
     331<!ENTITY python2-version              "2.7.17">
    332332<!ENTITY python3-version              "3.8.0">
    333333<!ENTITY ruby-minor-version           "2.6">
     
    608608<!-- Chapter 20 -->
    609609<!ENTITY apache-version               "2.4.41">
    610 <!ENTITY proftpd-version              "1.3.6a">
     610<!ENTITY proftpd-version              "1.3.6b">
    611611<!ENTITY vsftpd-version               "3.0.3">
    612612
  • server/major/proftpd.xml

    rd4ef6ae r420d60b  
    77  <!ENTITY proftpd-download-http " ">
    88  <!ENTITY proftpd-download-ftp  "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.gz">
    9   <!ENTITY proftpd-md5sum        "43d0b9c4107fb91d360a3c813d7a9e29">
     9  <!ENTITY proftpd-md5sum        "4040f6a6b86173e2a03f4ccdb9b9af6e">
    1010  <!ENTITY proftpd-size          "19 MB">
    1111  <!ENTITY proftpd-buildsize     "66 MB">
Note: See TracChangeset for help on using the changeset viewer.