Changeset 248a536 for postlfs


Ignore:
Timestamp:
09/23/2014 10:52:35 PM (10 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.7, 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, krejzi/svn, 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:
7a218fa
Parents:
65ae050b
Message:

Update to apr-util-1.5.4.
Update to libgpg-error-1.16.
Update to libtasn1-4.2.
Update to p11-kit-0.20.7.
Update to gnutls-3.3.8.
Update to ruby-2.1.3.
Update to curl-7.38.0.
Update to cmake-3.0.2.
Update to git-2.1.1.

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r65ae050b r248a536  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "a7a73cfa883cd106d70b15300552a5b5">
    10   <!ENTITY gnutls-size          "5.8 MB">
    11   <!ENTITY gnutls-buildsize     "104 MB (additional 8 MB for the tests)">
    12   <!ENTITY gnutls-time          "0.9 SBU (additional 1.8 SBU for the tests)">
     9  <!ENTITY gnutls-md5sum        "b57e6b7630bdba9ea8eb28ff0eb29c2f">
     10  <!ENTITY gnutls-size          "5.9 MB">
     11  <!ENTITY gnutls-buildsize     "103 MB (additional 8 MB for the tests)">
     12  <!ENTITY gnutls-time          "0.8 SBU (additional 1.9 SBU for the tests)">
    1313]>
    1414
     
    128128  <sect2 role="installation">
    129129    <title>Installation of GnuTLS</title>
    130 
    131     <para><!-- Only for 3.3.7, remove for next versions -->
    132       First fix a bug in one of the libraries:
    133     </para>
    134 
    135 <screen><userinput>sed -i -e '201 i#ifdef ENABLE_PKCS11' \
    136        -e '213 i#endif'               \
    137        lib/gnutls_privkey.c</userinput></screen>
    138130
    139131    <para>
  • postlfs/security/p11-kit.xml

    r65ae050b r248a536  
    77  <!ENTITY p11-kit-download-http "http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "2f65624f321c0821b216aaf0ddefa89d">
     9  <!ENTITY p11-kit-md5sum        "6648cad01a3080b685b8b3bf7372c91a">
    1010  <!ENTITY p11-kit-size          "964 KB">
    11   <!ENTITY p11-kit-buildsize     "70 MB (additional 6 MB for tests)">
     11  <!ENTITY p11-kit-buildsize     "37 MB (additional 5 MB for tests)">
    1212  <!ENTITY p11-kit-time          "0.4 SBU">
    1313]>
     
    104104
    105105    <para>
    106       To test the results, issue: <command>make check</command>. The
    107       test-token test is known to fail.
     106      To test the results, issue: <command>make check</command>.
    108107    </para>
    109108
Note: See TracChangeset for help on using the changeset viewer.