Changeset 5c3f3856 for networking


Ignore:
Timestamp:
12/02/2018 02:50:58 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
03b278dc
Parents:
49cbcfe
Message:

Update to make-ca-1.0. Fixes #11401.
Use configuration from bash-completions package if it is installed. Added bash-completion-2.8 to ghe BLFS wiki and linked from profile page. Fixes #11399.

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

Location:
networking/netlibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r49cbcfe r5c3f3856  
    262262
    263263    <para>
    264       <option>--with-ca-bundle=/etc/ssl/ca-bundle.crt</option>: Use
     264      <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option>: Use
    265265      this switch instead of <parameter>--with-ca-path</parameter> if
    266266      building with <application>GnuTLS</application> support
  • networking/netlibs/neon.xml

    r49cbcfe r5c3f3856  
    140140      <application>GnuTLS</application> usage when both are present,
    141141      simply pass <option>--with-ssl=gnutls</option> and
    142       <option>--with-ca-bundle=/etc/ssl/ca-bundle.crt</option> to the
     142      <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
    143143      <command>configure</command> script.
    144144    </para>
Note: See TracChangeset for help on using the changeset viewer.