Changeset 615961f


Ignore:
Timestamp:
11/10/2014 03:11:34 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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:
2bb31ce
Parents:
0f1ea40
Message:

Update to qca-2.1.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0f1ea40 r615961f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "10">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 9th, &year;">
     9<!ENTITY releasedate  "November 10th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/qca.xml

    r0f1ea40 r615961f  
    55  %general-entities;
    66
    7   <!ENTITY qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.bz2">
     7  <!ENTITY qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.gz">
    88  <!ENTITY qca-download-ftp  " ">
    9   <!ENTITY qca-md5sum        "fc15bd4da22b8096c51fcfe52d2fa309">
    10   <!ENTITY qca-size          "4.3 MB">
    11   <!ENTITY qca-buildsize     "110 MB">
    12   <!ENTITY qca-time          "2.2 SBU">
     9  <!ENTITY qca-md5sum        "c2b00c732036244701bae4853a2101cf">
     10  <!ENTITY qca-size          "956 KB">
     11  <!ENTITY qca-buildsize     "30 MB">
     12  <!ENTITY qca-time          "1.2 SBU (additional 0.3 SBU for the tests)">
    1313]>
    1414
     
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required">
     65    <xref linkend="cacerts"/>,
     66    <xref linkend="cmake"/>,
    6567    <xref linkend="qt4"/> and
     68    <xref linkend="which"/>
     69    </para>
     70
     71    <bridgehead renderas="sect4">Optional</bridgehead>
     72    <para role="Optional">
     73    <xref linkend="cyrus-sasl"/>,
     74    <xref linkend="gnupg2"/>,
     75    <xref linkend="libgcrypt"/>,
     76    <xref linkend="libgpg-error"/>,
     77    <xref linkend="nss"/>,
     78    <xref linkend="nspr"/>,
     79    <xref linkend="openssl"/>,
     80    <xref linkend="p11-kit"/>,
     81    <xref linkend="qt5"/>,
     82    <xref linkend="doxygen"/>, and
    6683    <xref linkend="which"/>
    6784    </para>
     
    7895    commands:</para>
    7996
    80 <screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &amp;&amp;
     97<screen><userinput>mkdir build &amp;&amp;
     98cd    build &amp;&amp;
    8199
    82 ./configure --prefix=/usr            \
    83                  --no-separate-debug-info \
    84             --certstore-path=/etc/ssl/ca-bundle.crt &amp;&amp;
     100cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \
     101      -DCMAKE_BUILD_TYPE=Release     \
     102      -DQT4_BUILD=ON                 \
     103      ..                             &amp;&amp;
     104
    85105make</userinput></screen>
    86106
     
    96116    <title>Command Explanations</title>
    97117
    98     <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
    99     <application>GCC</application> 4.7 and newer. It is safe to omit when compiling
    100     with older <application>GCC</application> versions.</para>
     118    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     119    used to apply a higher level of compiler optimizations.</para>
    101120
    102     <para><option>--certstore-path=/etc/ssl/ca-bundle.crt</option>: Causes
    103     the build to use the system-installed CA Certificates instead of a bundled
    104     copy.</para>
    105  
    106     <para><option>--no-separate-debug-info</option>: Prevents installation
    107     of a separate library and program file with debug information.</para>
     121    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
     122    used to force building with Qt4 even if Qt5 is found.</para>
    108123
    109124  </sect2>
     
    118133
    119134      <seglistitem>
    120         <seg>qcatool2</seg>
    121         <seg>libqca.so</seg>
    122         <seg>&qt4-dir;/include/QtCrypto</seg>
     135        <seg>mozcerts and qcatool</seg>
     136        <seg>libqca.so and plugins at &qt4-dir;/lib/qca/crypto</seg>
     137        <seg>
     138          &qt4-dir;/include/QtCrypto,
     139          &qt4-dir;/lib/cmake/Qca and
     140          &qt4-dir;/lib/qca
     141        </seg>
    123142      </seglistitem>
    124143    </segmentedlist>
     
    129148      <?dbhtml list-presentation="table"?>
    130149
    131       <varlistentry id="qcatool2">
    132         <term><command>qcatool2</command></term>
     150      <varlistentry id="mozcerts">
     151        <term><command>mozcerts</command></term>
     152        <listitem>
     153          <para>is a command line tool for converting certdata.txt into
     154          outfile.pem files.</para>
     155          <indexterm zone="qca mozcerts">
     156            <primary sortas="b-mozcerts">mozcerts</primary>
     157          </indexterm>
     158        </listitem>
     159      </varlistentry>
     160
     161      <varlistentry id="qcatool">
     162        <term><command>qcatool</command></term>
    133163        <listitem>
    134164          <para>is a command line tool for performing various cryptographic
    135           operations with Qca.</para>
    136           <indexterm zone="qca qcatool2">
    137             <primary sortas="b-qcatool2">qcatool2</primary>
     165          operations with Qca.</para>
     166          <indexterm zone="qca qcatool">
     167            <primary sortas="b-qcatool">qcatool</primary>
    138168          </indexterm>
    139169        </listitem>
  • introduction/welcome/changelog.xml

    r0f1ea40 r615961f  
    4646
    4747    <listitem>
     48      <para>November 10th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to qca-2.1.0.  Fixes
     52          <ulink url="&blfs-ticket-root;5781">#5781</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>November 9th, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    r0f1ea40 r615961f  
    142142<!ENTITY pth-version                  "2.0.7">
    143143<!ENTITY ptlib-version                "2.10.10">
    144 <!ENTITY qca-version                  "2.0.3">
     144<!ENTITY qca-version                  "2.1.0">
    145145<!ENTITY qjson-version                "0.8.1">
    146146<!ENTITY sbc-version                  "1.3">
Note: See TracChangeset for help on using the changeset viewer.