Changeset b51c6f5c


Ignore:
Timestamp:
12/05/2018 09:39:03 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
defb1338
Parents:
e1234ec5
Message:

Archive openssl10 and add qca patch.

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

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    re1234ec5 rb51c6f5c  
    5656      <listitem>
    5757        <para>Estimated build time: &qca-time;</para>
     58      </listitem>
     59    </itemizedlist>
     60   
     61    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>
     65          Required patch:
     66          <ulink url="&patch-root;/qca-&qca-version;-openssl-1.patch"/>
     67        </para>
    5868      </listitem>
    5969    </itemizedlist>
     
    7787    <xref linkend="nss"/>,
    7888    <xref linkend="nspr"/>,
    79     <xref linkend="openssl10"/>,
    8089    <xref linkend="p11-kit"/>,
    8190    <xref linkend="doxygen"/>, and
     
    9099  <sect2 role="installation">
    91100    <title>Installation of Qca</title>
     101
     102    <para>Use <application>openssl-1.1</application>:</para>
     103
     104<screen><userinput>patch -Np1 -i ../qca-2.1.3-openssl-1.patch</userinput></screen>
    92105
    93106    <para>Fix the location of the CA certificates:</para>
     
    111124make</userinput></screen>
    112125
    113     <para>To test the results, issue <command>make test</command>.</para>
     126    <para>To test the results, issue <command>make test</command>. One
     127    test is known to fail.</para>
    114128
    115129    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    140154      <seglistitem>
    141155        <seg>mozcerts-qt5 and qcatool-qt5</seg>
    142         <seg>libqca-qt5.so</seg>
     156        <seg>
     157          libqca-qt5.so,
     158          libqca-cyrus-sasl.so,
     159          libqca-gcrypt.so,
     160          libqca-gnupg.so,
     161          libqca-logger.so,
     162          libqca-nss.so,
     163          libqca-ossl.so, and
     164          libqca-softstore.so
     165        </seg>
    143166        <seg>
    144167          &qt5-dir;/include/Qca-qt5,
  • introduction/welcome/changelog.xml

    re1234ec5 rb51c6f5c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Archive openssl10 and add qca patch. Fixes
     49          <ulink url="&blfs-ticket-root;11407">#11407</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[timtas] - Update to thunderbird-60.3.2. Fixes
    4953          <ulink url="&blfs-ticket-root;11394">#11394</ulink>.</para>
  • postlfs/security/security.xml

    re1234ec5 rb51c6f5c  
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nss.xml"/>
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
    69 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl.xml"/> -->
    70   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl10.xml"/>
     69<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl.xml"/> -->
     70<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssl10.xml"/> -->
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="p11-kit.xml"/>
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit.xml"/>
Note: See TracChangeset for help on using the changeset viewer.