Ignore:
Timestamp:
10/29/2016 09:56: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.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:
be1bcf9c
Parents:
7b8c7ec
Message:

Use mk-ca-bundle.pl from curl for CA Certificates generation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r7b8c7ec r30b7db74  
    120120    </para>
    121121
    122 <screen><userinput>./configure --prefix=/usr              \
    123             --disable-static           \
    124             --enable-threaded-resolver &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr                           \
     123            --disable-static                        \
     124            --enable-threaded-resolver              \
     125            --with-ca-bundle=/etc/ssl/ca-bundle.crt &amp;&amp;
    125126make</userinput></screen>
    126127
     
    173174
    174175<screen role="root"><userinput>make install &amp;&amp;
     176install -vdm755 lib/mk-ca-bundle.pl /usr/bin &amp;&amp;
    175177
    176178rm -rf docs/examples/.deps &amp;&amp;
     
    206208
    207209    <para>
     210      <parameter>--with-ca-bundle=/etc/ssl/ca-bundle.crt</parameter>: This
     211      switch sets the location of the BLFS <xref linkend="cacerts"/> bundle.
     212    </para>
     213
     214    <para>
    208215      <option>--with-gssapi</option>: This parameter adds
    209216      <application>Kerberos 5</application> support to
     
    235242      <seglistitem>
    236243        <seg>
    237            curl and curl-config
     244           curl, curl-config, and mk-ca-bundle.pl
    238245        </seg>
    239246        <seg>
     
    277284      </varlistentry>
    278285
     286      <varlistentry id="mk-ca-bundle-pl">
     287        <term><command>mk-ca-bundle.pl</command></term>
     288        <listitem>
     289          <para>
     290            downloads a copy of certdata.txt from the Mozilla version control
     291            system, and reformats it for use by
     292            <application>gnutls</application>.
     293          </para>
     294          <indexterm zone="curl mk-ca-bundle-pl">
     295            <primary sortas="b-mk-ca-bundle-pl">mk-ca-bundle.pl</primary>
     296          </indexterm>
     297        </listitem>
     298      </varlistentry>
     299
    279300      <varlistentry id="libcurl">
    280301        <term><filename class="libraryfile">libcurl.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.