Changeset cd602728
- Timestamp:
- 12/12/2015 03:36:07 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8c19ac9
- Parents:
- e2c88e8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/pinentry.xml
re2c88e8 rcd602728 7 7 <!ENTITY pinentry-download-http " "> 8 8 <!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"> 13 13 ]> 14 14 … … 70 70 <bridgehead renderas="sect4">Optional</bridgehead> 71 71 <para role="optional"> 72 <xref linkend="gcr"/>, 72 73 <xref linkend="gtk2"/>, 74 <xref linkend="gtk3"/>, 73 75 <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"/> 76 79 </para> 77 80 … … 88 91 89 92 <screen><userinput>./configure --prefix=/usr && 93 90 94 make</userinput></screen><!-- && 91 95 … … 124 128 125 129 <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. 142 149 </para> 143 150 … … 155 162 <seg> 156 163 pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2, 157 pinentry-qt 4, and pinentry-tty164 pinentry-qt, and pinentry-tty 158 165 </seg> 159 166 <seg>None</seg> … … 211 218 </varlistentry> 212 219 213 <varlistentry id="pinentry-qt 4">214 <term><command>pinentry-qt 4</command></term>215 <listitem> 216 <para> is a <application>Qt4 </application>217 <application>PIN-Entry</application> helper program.</para> 218 <indexterm zone="pinentry pinentry-qt 4">219 <primary sortas="b-pinentry-qt 4">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> 220 227 </indexterm> 221 228 </listitem> -
introduction/welcome/changelog.xml
re2c88e8 rcd602728 48 48 <para>December 12th, 2015</para> 49 49 <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> 50 62 <listitem> 51 63 <para>[pierre] - Update to gcc-ada-5.3.0. Fixes -
networking/netlibs/libnl.xml
re2c88e8 rcd602728 11 11 "&fedora-http-repo;/libnl3/libnl-&libnl-version;.tar.gz/&libnl-md5sum;/libnl-&libnl-version;.tar.gz"> 12 12 <!ENTITY libnl-download-ftp " "> 13 <!ENTITY libnl-md5sum "c 8de31b74b1c15267b5ac2927b11125c">14 <!ENTITY libnl-size "8 76KB">15 <!ENTITY libnl-buildsize " 71 MB (includingAPI documentation)">13 <!ENTITY libnl-md5sum "cec19f941b79a38d9eb92dbc171d6dbd"> 14 <!ENTITY libnl-size "888 KB"> 15 <!ENTITY libnl-buildsize "0.4 SBU (with tests and API documentation)"> 16 16 <!ENTITY libnl-time "0.4 SBU"> 17 17 … … 20 20 <!ENTITY libnl-doc-download-http "&fedora-http-repo;/libnl3/libnl-doc-&libnl-version;.tar.gz/&libnl-doc-md5sum;/libnl-doc-&libnl-version;.tar.gz"> 21 21 <!ENTITY libnl-doc-download-ftp " "> 22 <!ENTITY libnl-doc-md5sum " a356d3d91891d392f83a2171b83edcb2">22 <!ENTITY libnl-doc-md5sum "41552fcd35aef72599842747def6acd2"> 23 23 <!ENTITY libnl-doc-size "15 MB"> 24 24 ]> -
packages.ent
re2c88e8 rcd602728 38 38 <!ENTITY shadow-version "4.2.1"> 39 39 <!ENTITY ssh-askpass-version "&openssh-version;"> 40 <!ENTITY stunnel-version "5.2 7">40 <!ENTITY stunnel-version "5.28"> 41 41 <!ENTITY sudo-version "1.8.15"> 42 42 <!ENTITY tripwire-version "2.4.2.2"> … … 202 202 <!ENTITY intltool-version "0.50.2"> 203 203 <!ENTITY lsof-version "4.89"> 204 <!ENTITY pinentry-version "0.9. 5">204 <!ENTITY pinentry-version "0.9.7"> 205 205 <!ENTITY rarian-version "0.8.1"> 206 206 <!ENTITY recode-version "3.6"> … … 389 389 <!ENTITY ldns-version "1.6.17"> 390 390 <!ENTITY libevent-version "2.0.22"> 391 <!ENTITY libnl-version "3.2.2 6">391 <!ENTITY libnl-version "3.2.27"> 392 392 <!ENTITY libpcap-version "1.7.4"> 393 393 <!ENTITY libndp-version "1.5"> -
postlfs/security/stunnel.xml
re2c88e8 rcd602728 11 11 <!-- Following ftp only has later release --> 12 12 <!-- <!ENTITY stunnel-download-ftp "ftp://ftp.stunnel.org/stunnel/stunnel-&stunnel-version;.tar.gz"> --> 13 <!ENTITY stunnel-md5sum " cb275e28413e396664dbeb5e20fc699c">13 <!ENTITY stunnel-md5sum "2c39ae0be771f91bf5b0205beafddca6"> 14 14 <!ENTITY stunnel-size "624 KB"> 15 15 <!ENTITY stunnel-buildsize "7.9 MB">
Note:
See TracChangeset
for help on using the changeset viewer.