Changeset 5156197


Ignore:
Timestamp:
04/21/2021 05:47:11 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
0f0dc82
Parents:
45ab6c7
git-author:
Xi Ruoyao <xry111@…> (04/21/2021 05:35:09 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/21/2021 05:47:11 PM)
Message:

Revert "Fix a header file in python for certain use cases;"

This reverts commit 7b66ed21ded4cdc68b8147266864d4d647151b54.

Python maintainers rejected the proposed fix in
https://bugs.python.org/issue39026. We'll need to make a correct fix,
or patch the downstream packages (cracklib) instead.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r45ab6c7 r5156197  
    114114  <sect2 role="installation">
    115115    <title>Installation of Python 3</title>
    116 
    117     <para>
    118       Fix a header file, which is needed for some use cases:
    119     </para>
    120 
    121 <screen><userinput>sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen>
    122116
    123117    <para>
  • introduction/welcome/changelog.xml

    r45ab6c7 r5156197  
    4343
    4444   <listitem>
     45      <para>April 21th, 2021</para>
     46      <itemizedlist>
     47         <listitem>
     48            <para>[xry111] - Revert 7b66ed21, as the proposed fix in it
     49            is rejected by Python maintainers.</para>
     50         </listitem>
     51      </itemizedlist>
     52   </listitem>
     53
     54   <listitem>
    4555      <para>April 19th, 2021</para>
    4656      <itemizedlist>
  • postlfs/security/cracklib.xml

    r45ab6c7 r5156197  
    119119      </para>
    120120    </important>
    121 <!--
     121
    122122    <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead>
    123123
     
    126126      <xref linkend="python2"/>
    127127    </para>
    128 -->
     128
    129129    <para condition="html" role="usernotes">User Notes:
    130130      <ulink url="&blfs-wiki;/cracklib"/>
     
    142142<screen><userinput>sed -i '/skipping/d' util/packer.c &amp;&amp;
    143143
    144 PYTHON=python3               \
    145144./configure --prefix=/usr    \
    146145            --disable-static \
     
    208207
    209208    <para>
    210       <command>PYTHON=python3</command>: This forces the installation of
    211       python bindings for python3, even if python2 is installed.
    212     </para>
    213 
    214     <para>
    215209      <parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
    216210      This parameter forces the installation of the
Note: See TracChangeset for help on using the changeset viewer.