Changeset 87c38e8


Ignore:
Timestamp:
01/19/2017 04:17:56 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, 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:
93883ec
Parents:
f87f6d13
Message:

Update to make-ca.sh-20170119 and use openssl by default for wget.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf87f6d13 r87c38e8  
    4444-->
    4545    <listitem>
     46      <para>January 19th, 2016</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Build wget with OpenSSL by default.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Update to make-ca.sh-20170119.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4658      <para>January 18th, 2016</para>
    4759      <itemizedlist>
  • networking/netprogs/wget.xml

    rf87f6d13 r87c38e8  
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref linkend="gnutls"/>
     79      <xref linkend="openssl"/>
    8080    </para>
    8181
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
     84      <xref linkend="gnutls"/>,
    8485      <xref linkend="libidn"/>,
    85       <xref linkend="openssl"/>,
    8686      <xref linkend="pcre"/>,
    8787      <xref linkend="valgrind"/> (optional for the test suite),
     
    105105
    106106<screen><userinput>./configure --prefix=/usr      \
    107             --sysconfdir=/etc  &amp;&amp;
     107            --sysconfdir=/etc  \
     108            --with-ssl=openssl &amp;&amp;
    108109make</userinput></screen>
    109110
    110111    <para>
    111112      To test the results, issue: <command>make check</command>. The HTTPS
    112       tests fail if <application>openssl</application> is used and
    113       <application>valgrind</application> is enabled.
     113      tests fail if <application>valgrind</application> is enabled.
    114114    </para>
    115115
     
    131131
    132132    <para>
    133       <option>--with-ssl=openssl</option>: This allows the program to use
     133      <parameter>--with-ssl=openssl</parameter>: This allows the program to use
    134134      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
    135135    </para>
  • packages.ent

    rf87f6d13 r87c38e8  
    2323<!ENTITY linux-pam-docs-version       "1.2.0">
    2424<!ENTITY libpwquality-version         "1.3.0">
    25 <!ENTITY make-ca-version              "20161210">
     25<!ENTITY make-ca-version              "20170119">
    2626<!ENTITY mitkrb-major-version         "1.15">
    2727<!ENTITY mitkrb-version               "1.15">
  • postlfs/security/cacerts.xml

    rf87f6d13 r87c38e8  
    1414  <!ENTITY make-ca-download      "&sources-anduin-http;/other/make-ca.sh-&make-ca-version;">
    1515  <!ENTITY make-ca-size          "11 KB">
    16   <!ENTITY make-ca-md5sum        "5e41c17a3dd6b8195c55092e87e92ef0">
     16  <!ENTITY make-ca-md5sum        "cce9fa4713c4611d9e61f99de612a1e9">
    1717]>
    1818
Note: See TracChangeset for help on using the changeset viewer.