Ignore:
Timestamp:
04/26/2015 07:14:06 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
5d5234b
Parents:
3776752
Message:

Update to p11-kit-0.23.1.
Update to nettle-3.1.1.
Update to gnutls-3.4.0.
emacs-24.5: code broken with gnutls-3.4 and later.
samba-4.2.1: fix some code when building with gnutls-3.4 and later.
neon-0.30.1: fix some code when building with gnutls-3.4 and later.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nettle.xml

    r3776752 rb9abcb5  
    55  %general-entities;
    66
    7   <!ENTITY nettle-download-http "http://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
     7  <!ENTITY nettle-download-http "https://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
    88  <!ENTITY nettle-download-ftp  "ftp://ftp.gnu.org/gnu/nettle/nettle-&nettle-version;.tar.gz">
    9   <!ENTITY nettle-md5sum        "003d5147911317931dd453520eb234a5">
    10   <!ENTITY nettle-size          "1.5 MB">
    11   <!ENTITY nettle-buildsize     "94 MB">
    12   <!ENTITY nettle-time          "0.6 SBU">
     9  <!ENTITY nettle-md5sum        "b40fa88dc32f37a182b6b42092ebb144">
     10  <!ENTITY nettle-size          "1.8 MB">
     11  <!ENTITY nettle-buildsize     "60 MB (additional 88 MB for the tests)">
     12  <!ENTITY nettle-time          "0.2 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
     
    100100    </para>
    101101
    102 <screen><userinput>sed -i '/^install-here/ s/install-static//' Makefile</userinput></screen>
     102<screen><userinput>sed -i '/^install-here/ s/ install-static//' Makefile</userinput></screen>
    103103
    104104    <para>
     
    123123      <seglistitem>
    124124        <seg>
    125           nettle-hash, nettle-lfib-stream, pkcs1-conv and sexp-conv
     125          nettle-hash, nettle-lfib-stream, nettle-pbkdf2,
     126          pkcs1-conv and sexp-conv
    126127        </seg>
    127128        <seg>
     
    129130        </seg>
    130131        <seg>
    131           /usr/include/nettle
     132          /usr/include/nettle and /usr/share/doc/nettle-&nettle-version;
    132133        </seg>
    133134      </seglistitem>
     
    155156        <listitem>
    156157          <para>
    157             outputs a sequence of pseudorandom (non-cryptographic)  bytes, using
    158             Knuth's lagged fibonacci generator. The stream is useful for testing,
    159             but should not be used to generate cryptographic keys or anything
    160             else that needs real randomness.
     158            outputs a sequence of pseudorandom (non-cryptographic)  bytes,
     159            using Knuth's lagged fibonacci generator. The stream is useful for
     160            testing, but should not be used to generate cryptographic keys or
     161            anything else that needs real randomness.
    161162          </para>
    162163          <indexterm zone="nettle nettle-lfib-stream">
     
    166167      </varlistentry>
    167168
     169      <varlistentry id="nettle-pbkdf2">
     170        <term><command>nettle-pbkdf2</command></term>
     171        <listitem>
     172          <para>
     173            password-based key derivation function that take as input a
     174            password or passphrase and typically strengthen it and protect
     175            against certain pre-computation attacks by using salting and
     176            expensive computation.
     177          </para>
     178          <indexterm zone="nettle nettle-pbkdf2">
     179            <primary sortas="b-nettle-pbkdf2">nettle-pbkdf2</primary>
     180          </indexterm>
     181        </listitem>
     182      </varlistentry>
     183
    168184      <varlistentry id="pkcs1-conv">
    169185        <term><command>pkcs1-conv</command></term>
Note: See TracChangeset for help on using the changeset viewer.