Changeset cd602728


Ignore:
Timestamp:
12/12/2015 03:36:07 PM (8 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.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:
8c19ac9
Parents:
e2c88e8
Message:
  • Update to stunnel-5.28.
  • Update to Update to libnl-3.2.27.
  • Update to stunnel-5.28.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    re2c88e8 rcd602728  
    77  <!ENTITY pinentry-download-http " ">
    88  <!ENTITY pinentry-download-ftp  "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
    9   <!ENTITY pinentry-md5sum        "55439c4436b59573a29e144916ee5b61">
    10   <!ENTITY pinentry-size          "504 KB">
    11   <!ENTITY pinentry-buildsize     "7.9 MB (with <command>pinentry-qt4</command>)">
    12   <!ENTITY pinentry-time          "0.1 SBU">
     9  <!ENTITY pinentry-md5sum        "9510b2de013e818dab619e468298703a">
     10  <!ENTITY pinentry-size          "424 KB">
     11  <!ENTITY pinentry-buildsize     "10 MB">
     12  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    7171    <para role="optional">
     72      <xref linkend="gcr"/>,
    7273      <xref linkend="gtk2"/>,
     74      <xref linkend="gtk3"/>,
    7375      <xref linkend="libcap-pam"/>,
    74       <xref linkend="libsecret"/>, and
    75       <xref linkend="qt4"/>
     76      <xref linkend="libsecret"/>,
     77      <xref linkend="qt4"/>, and
     78      <xref linkend="qt5"/>
    7679    </para>
    7780
     
    8891
    8992<screen><userinput>./configure --prefix=/usr &amp;&amp;
     93
    9094make</userinput></screen><!-- &amp;&amp;
    9195
     
    124128
    125129    <para>
    126       <option>--enable-pinentry-qt4</option>: Use this switch if you wish to
    127       install <command>pinentry-qt4</command>.
    128     </para>
    129 
    130     <para>
    131       <envar>CXXFLAGS=-std=c++11</envar>: If using
    132       <option>--enable-pinentry-qt4</option> switch, add to the
    133       <command>./configure ...</command> command line, to fix a build problem
    134       with gcc-5.
    135     </para>
    136 
    137     <para>
    138       <envar>MOC=$QT4DIR/bin/moc</envar>:  If using
    139       <option>--enable-pinentry-qt4</option> switch, add to the
    140       <command>./configure ...</command> command line, to help Qt4
    141       <command>moc</command> (Qt4 meta object compiler) detection.
     130      <option>--disable-pinentry-qt5</option>: Default is enable. Don't use qt5
     131      even if it is available. If qt4 is found, <command>pinentry-qt</command>
     132      will be linked to qt4.
     133    </para>
     134
     135    <para>
     136      <option>--enable-pinentry-qt=yes/no</option>: Default is yes.
     137    </para>
     138
     139    <para>
     140      <option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
     141      other <command>pinentry-*</command> is installed,
     142      <command>pinentry</command> will be a symlink to
     143      <command>pinentry-gtk-2</command>.
     144    </para>
     145
     146    <para>
     147      <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
     148      Actually, it is the gtk3 pinentry.
    142149    </para>
    143150
     
    155162        <seg>
    156163          pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2,
    157           pinentry-qt4, and pinentry-tty
     164          pinentry-qt, and pinentry-tty
    158165        </seg>
    159166        <seg>None</seg>
     
    211218      </varlistentry>
    212219
    213       <varlistentry id="pinentry-qt4">
    214         <term><command>pinentry-qt4</command></term>
    215         <listitem>
    216           <para> is a <application>Qt4</application>
    217           <application>PIN-Entry</application> helper program.</para>
    218           <indexterm zone="pinentry pinentry-qt4">
    219             <primary sortas="b-pinentry-qt4">pinentry-qt4</primary>
     220      <varlistentry id="pinentry-qt">
     221        <term><command>pinentry-qt</command></term>
     222        <listitem>
     223          <para> is a <application>Qt4 or 5</application>
     224          <application>PIN-Entry</application> helper program.</para>
     225          <indexterm zone="pinentry pinentry-qt">
     226            <primary sortas="b-pinentry-qt">pinentry-qt</primary>
    220227          </indexterm>
    221228        </listitem>
  • introduction/welcome/changelog.xml

    re2c88e8 rcd602728  
    4848      <para>December 12th, 2015</para>
    4949      <itemizedlist>
     50       <listitem>
     51         <para>[fernando] - Update to pinentry-0.9.7. Fixes
     52         <ulink url="&blfs-ticket-root;7244">#7244</ulink>.</para>
     53        </listitem>
     54       <listitem>
     55         <para>[fernando] - Update to libnl-3.2.27. Fixes
     56         <ulink url="&blfs-ticket-root;7243">#7243</ulink>.</para>
     57        </listitem>
     58       <listitem>
     59         <para>[fernando] - Update to stunnel-5.28. Fixes
     60         <ulink url="&blfs-ticket-root;7241">#7241</ulink>.</para>
     61        </listitem>
    5062        <listitem>
    5163          <para>[pierre] - Update to gcc-ada-5.3.0. Fixes
  • networking/netlibs/libnl.xml

    re2c88e8 rcd602728  
    1111"&fedora-http-repo;/libnl3/libnl-&libnl-version;.tar.gz/&libnl-md5sum;/libnl-&libnl-version;.tar.gz">
    1212  <!ENTITY libnl-download-ftp  " ">
    13   <!ENTITY libnl-md5sum        "c8de31b74b1c15267b5ac2927b11125c">
    14   <!ENTITY libnl-size          "876 KB">
    15   <!ENTITY libnl-buildsize     "71 MB (including API documentation)">
     13  <!ENTITY libnl-md5sum        "cec19f941b79a38d9eb92dbc171d6dbd">
     14  <!ENTITY libnl-size          "888 KB">
     15  <!ENTITY libnl-buildsize     "0.4 SBU (with tests and API documentation)">
    1616  <!ENTITY libnl-time          "0.4 SBU">
    1717
     
    2020  <!ENTITY libnl-doc-download-http "&fedora-http-repo;/libnl3/libnl-doc-&libnl-version;.tar.gz/&libnl-doc-md5sum;/libnl-doc-&libnl-version;.tar.gz">
    2121  <!ENTITY libnl-doc-download-ftp  " ">
    22   <!ENTITY libnl-doc-md5sum        "a356d3d91891d392f83a2171b83edcb2">
     22  <!ENTITY libnl-doc-md5sum        "41552fcd35aef72599842747def6acd2">
    2323  <!ENTITY libnl-doc-size          "15 MB">
    2424]>
  • packages.ent

    re2c88e8 rcd602728  
    3838<!ENTITY shadow-version               "4.2.1">
    3939<!ENTITY ssh-askpass-version          "&openssh-version;">
    40 <!ENTITY stunnel-version              "5.27">
     40<!ENTITY stunnel-version              "5.28">
    4141<!ENTITY sudo-version                 "1.8.15">
    4242<!ENTITY tripwire-version             "2.4.2.2">
     
    202202<!ENTITY intltool-version             "0.50.2">
    203203<!ENTITY lsof-version                 "4.89">
    204 <!ENTITY pinentry-version             "0.9.5">
     204<!ENTITY pinentry-version             "0.9.7">
    205205<!ENTITY rarian-version               "0.8.1">
    206206<!ENTITY recode-version               "3.6">
     
    389389<!ENTITY ldns-version                 "1.6.17">
    390390<!ENTITY libevent-version             "2.0.22">
    391 <!ENTITY libnl-version                "3.2.26">
     391<!ENTITY libnl-version                "3.2.27">
    392392<!ENTITY libpcap-version              "1.7.4">
    393393<!ENTITY libndp-version               "1.5">
  • postlfs/security/stunnel.xml

    re2c88e8 rcd602728  
    1111  <!-- Following ftp only has later release -->
    1212<!--  <!ENTITY stunnel-download-ftp  "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> -->
    13   <!ENTITY stunnel-md5sum        "cb275e28413e396664dbeb5e20fc699c">
     13  <!ENTITY stunnel-md5sum        "2c39ae0be771f91bf5b0205beafddca6">
    1414  <!ENTITY stunnel-size          "624 KB">
    1515  <!ENTITY stunnel-buildsize     "7.9 MB">
Note: See TracChangeset for help on using the changeset viewer.