Ignore:
Timestamp:
06/19/2016 11:42:54 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
4e9f7412
Parents:
fff6026
Message:

Update to cups-2.1.4.
Update to poppler-0.45.0.
Update to gnupg-2.1.13.
Update to gnutls-3.5.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    rfff6026 r1c8a066f  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "173154d0b41f6c58881e3fbd88f7e6e4">
    10   <!ENTITY gnutls-size          "6.4 MB">
    11   <!ENTITY gnutls-buildsize     "118 MB (add 22 MB for tests)">
    12   <!ENTITY gnutls-time          "0.8 SBU (add 6.7 SBU for tests)">
     9  <!ENTITY gnutls-md5sum        "cb48bb0cf36d329f7321c6cdc0d7ae36">
     10  <!ENTITY gnutls-size          "6.5 MB">
     11  <!ENTITY gnutls-buildsize     "127 MB (add 27 MB for tests)">
     12  <!ENTITY gnutls-time          "0.9 SBU (add 9.3 SBU for tests)">
    1313]>
    1414
     
    137137    </para>
    138138
    139 <screen><userinput>sed -e 's/gnutls_global/global/' \
    140     -e 's/gnutls_errors/errors/' \
    141     -i extra/openssl_compat.c &amp;&amp;
    142 ./configure --prefix=/usr \
     139<screen><userinput>./configure --prefix=/usr \
    143140            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    144141make</userinput></screen>
     
    176173  <sect2 role="commands">
    177174    <title>Command Explanations</title>
    178 
    179     <para>
    180       <command>sed -e ... extra/openssl_compat.c</command>: This
    181       <command>sed</command> fixes the OpenSSL Compatibility Library.
    182     </para>
    183175
    184176    <para>
Note: See TracChangeset for help on using the changeset viewer.