mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Patch Python-2.7.18 for vulnerabilities.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24419 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8fa411c8ea
commit
292ff4579d
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "31"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2021">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "March 30th, &year;">
|
||||
<!ENTITY releasedate "March 31st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -9,8 +9,8 @@
|
||||
<!ENTITY python2-download-ftp " ">
|
||||
<!ENTITY python2-md5sum "fd6cc8ec0a78c44036f825e739f36e5a">
|
||||
<!ENTITY python2-size "12.2 MB">
|
||||
<!ENTITY python2-buildsize "134 MB (add 17 MB for tests)">
|
||||
<!ENTITY python2-time "0.7 SBU (Using parallelism=4; add 7.1 SBU for tests)">
|
||||
<!ENTITY python2-buildsize "228 MB (add 17 MB for tests)">
|
||||
<!ENTITY python2-time "0.5 SBU (Using parallelism=4; add 5.9 SBU for tests)">
|
||||
|
||||
<!ENTITY python2htmldoc-download-http
|
||||
"https://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
|
||||
@ -92,14 +92,20 @@
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<title>Optional HTML Documentation</title>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&python2htmldoc-download-http;"/>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/Python-&python2-version;-security_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional HTML Documentation: <ulink url="&python2htmldoc-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
<bridgehead renderas="sect3">Python 2 Dependencies</bridgehead>
|
||||
<!--
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -152,14 +158,17 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
--enable-unicode=ucs4 &&
|
||||
<screen><userinput>
|
||||
patch -Np1 -i ../Python-&python2-version;-security_fixes-1.patch &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
--enable-unicode=ucs4 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you invoke the tests, they will run through twice.
|
||||
To test the results, issue: <command>make -k test</command>.
|
||||
</para>
|
||||
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 31st, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Patch Python-2.7.18 for security vulnerabilities. Fixes
|
||||
<ulink url="&blfs-ticket-root;14843">#14843</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 30th, 2021</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user