Ignore:
Timestamp:
03/27/2021 09:55:25 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
5505c45
Parents:
cceceaaf
Message:

Update to valgrind-3.17.0
Update to lxml-4.6.3 (Python Module - Security Update)
Update to nettle-3.7.2 (Security Update)
Update to Thunar-4.16.6
Update to cairo-1.17.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nettle.xml

    rcceceaaf ra2ce753  
    77  <!ENTITY nettle-download-http "&gnu-http;/nettle/nettle-&nettle-version;.tar.gz">
    88  <!ENTITY nettle-download-ftp  "&gnu-ftp;/nettle/nettle-&nettle-version;.tar.gz">
    9   <!ENTITY nettle-md5sum        "4d23a99df650ee88511653fb9acea3f0">
     9  <!ENTITY nettle-md5sum        "22849db27ed563ebbc829273f0c97e35">
    1010  <!ENTITY nettle-size          "2.3 MB">
    11   <!ENTITY nettle-buildsize     "89 MB (with tests)">
     11  <!ENTITY nettle-buildsize     "88 MB (with tests)">
    1212  <!ENTITY nettle-time          "0.4 SBU (with tests)">
    1313]>
     
    7070      </listitem>
    7171    </itemizedlist>
    72 <!--
     72
    7373    <bridgehead renderas="sect3">Nettle Dependencies</bridgehead>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77       <xref linkend="openssl"/> (for examples)
    78     </para>
    79 -->
     77      <xref linkend="valgrind"/> (optional for the tests)
     78    </para>
     79
    8080    <para condition="html" role="usernotes">User Notes:
    8181      <ulink url="&blfs-wiki;/nettle"/>
     
    175175        <listitem>
    176176          <para>
    177             password-based key derivation function that take as input a
    178             password or passphrase and typically strengthen it and protect
    179             against certain pre-computation attacks by using salting and
    180             expensive computation
     177            is a password-based key derivation function that takes a password
     178            or a passphrase as input and returns a strengthened password,
     179            which is protected against pre-computation attacks by using
     180            salting and other expensive computations.
    181181          </para>
    182182          <indexterm zone="nettle nettle-pbkdf2">
Note: See TracChangeset for help on using the changeset viewer.