Changeset 82eddd4


Ignore:
Timestamp:
03/15/2017 05:35:12 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ec50b6f
Parents:
c2c08bac
Message:

Add PyCrypto-2.6.1.

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    rc2c08bac r82eddd4  
    5050        <para>
    5151          <xref linkend="pycairo"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          <xref linkend="pycrypto"/>
    5257        </para>
    5358      </listitem>
     
    130135
    131136  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     137    href="pycrypto.xml"/>
     138
     139  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132140    href="pygobject2.xml"/>
    133141
  • introduction/welcome/changelog.xml

    rc2c08bac r82eddd4  
    4949          <ulink url="&blfs-ticket-root;8983">#8983</ulink>.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[dj] - Add PyCrypto-2.6.1.</para>
     53        </listitem>
    5154      </itemizedlist>
    5255    </listitem>
  • networking/netprogs/samba.xml

    rc2c08bac r82eddd4  
    7373      <xref linkend="libtirpc"/>,
    7474      <xref linkend="libxslt"/> (for documentation),
    75       <xref linkend="perl-parse-yapp"/>, and
     75      <xref linkend="perl-parse-yapp"/>,
     76      <xref linkend="pycrypto"/>,
     77      <xref linkend="python3"/>, and
    7678      <xref linkend="openldap"/>
    7779    </para>
     
    9294      <xref linkend="nss"/>,
    9395      <xref linkend="popt"/>,
    94       <xref linkend="python3"/>,
    9596      <xref linkend="talloc"/> (included),
    9697      <xref linkend="vala"/>,
     
    105106      <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
    106107      <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
    107       <ulink url="&pypi;/pycrypto/">PyCrypto</ulink> (required for both ADS and
    108       the test suite),
    109108      <ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
    110109      <ulink url="https://tevent.samba.org/">tevent</ulink> (included), and
  • packages.ent

    rc2c08bac r82eddd4  
    381381<!ENTITY py2cairo-version             "1.10.0">
    382382<!ENTITY pycairo-version              "1.10.0">
     383<!ENTITY pycrypto-version             "2.6.1">
    383384<!ENTITY pygobject2-version           "2.28.6">
    384385<!ENTITY pygobject3-version           "3.22.0">
Note: See TracChangeset for help on using the changeset viewer.