Changeset 292ff45
- Timestamp:
- 04/01/2021 02:12:34 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 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:
- 40454cd2
- Parents:
- 8fa411c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8fa411c r292ff45 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 3 0th, &year;">9 <!ENTITY releasedate "March 31st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/python2.xml
r8fa411c r292ff45 10 10 <!ENTITY python2-md5sum "fd6cc8ec0a78c44036f825e739f36e5a"> 11 11 <!ENTITY python2-size "12.2 MB"> 12 <!ENTITY python2-buildsize " 134MB (add 17 MB for tests)">13 <!ENTITY python2-time "0. 7 SBU (Using parallelism=4; add 7.1SBU for tests)">12 <!ENTITY python2-buildsize "228 MB (add 17 MB for tests)"> 13 <!ENTITY python2-time "0.5 SBU (Using parallelism=4; add 5.9 SBU for tests)"> 14 14 15 15 <!ENTITY python2htmldoc-download-http … … 93 93 94 94 <itemizedlist spacing="compact"> 95 <title>Optional HTML Documentation</title> 96 <listitem> 97 <para> 98 Download (HTTP): <ulink url="&python2htmldoc-download-http;"/> 95 <listitem> 96 <para> 97 Required patch: 98 <ulink url="&patch-root;/Python-&python2-version;-security_fixes-1.patch"/> 99 </para> 100 </listitem> 101 <listitem> 102 <para> 103 Optional HTML Documentation: <ulink url="&python2htmldoc-download-http;"/> 99 104 </para> 100 105 </listitem> 101 106 </itemizedlist> 107 102 108 103 109 <bridgehead renderas="sect3">Python 2 Dependencies</bridgehead> … … 153 159 </para> 154 160 155 <screen><userinput>./configure --prefix=/usr \ 156 --enable-shared \ 157 --with-system-expat \ 158 --with-system-ffi \ 159 --enable-unicode=ucs4 && 161 <screen><userinput> 162 patch -Np1 -i ../Python-&python2-version;-security_fixes-1.patch && 163 ./configure --prefix=/usr \ 164 --enable-shared \ 165 --with-system-expat \ 166 --with-system-ffi \ 167 --enable-unicode=ucs4 && 160 168 make</userinput></screen> 161 169 162 170 <para> 171 If you invoke the tests, they will run through twice. 163 172 To test the results, issue: <command>make -k test</command>. 164 173 </para> -
introduction/welcome/changelog.xml
r8fa411c r292ff45 43 43 --> 44 44 <listitem> 45 <para>March 31st, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Patch Python-2.7.18 for security vulnerabilities. Fixes 49 <ulink url="&blfs-ticket-root;14843">#14843</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>March 30th, 2021</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.