Changeset 56b449e
- Timestamp:
- 06/02/2015 09:32:21 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.8, 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:
- ab3b116
- Parents:
- b2208110
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/pinentry.xml
rb2208110 r56b449e 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 " f51d454f921111b5156a2291cbf70278">10 <!ENTITY pinentry-size " 488KB">11 <!ENTITY pinentry-buildsize " 5.9 MB">12 <!ENTITY pinentry-time "less than 0.1 SBU ">9 <!ENTITY pinentry-md5sum "b81321407466a6263ebbfd34145cd6e8"> 10 <!ENTITY pinentry-size "500 KB"> 11 <!ENTITY pinentry-buildsize "15 MB (with <command>pinentry-qt4</command>)"> 12 <!ENTITY pinentry-time "less than 0.1 SBU (with <command>pinentry-qt4</command>)"> 13 13 ]> 14 14 … … 87 87 commands:</para> 88 88 89 <screen><userinput>./configure --prefix=/usr && 89 <screen><userinput>sed -i 's:ncursesw/::' pinentry/pinentry-curses.c && 90 91 ./configure --prefix=/usr && 90 92 make</userinput></screen><!-- && 91 93 … … 122 124 <sect2 role="commands"> 123 125 <title>Command Explanations</title> 126 127 <para> 128 <command>sed -i ... pinentry/pinentry-curses.c</command>: Help 129 <command>configure</command> script to find 130 <application>ncursesw</application> headers - 131 <application>ncursesw</application> is the default in LFS/BLFS. 132 </para> 124 133 125 134 <para> … … 145 154 146 155 <seglistitem> 147 <seg>pinentry (symlink), pinentry-curses, pinentry-gtk-2, 148 pinentry-qt4, and pinentry-tty</seg> 156 <seg> 157 pinentry (symlink), pinentry-curses, pinentry-gnome3, pinentry-gtk-2, 158 pinentry-qt4, and pinentry-tty 159 </seg> 149 160 <seg>None</seg> 150 <seg>None< !--/usr/share/doc/pinentry-&pinentry-version;--></seg>161 <seg>None</seg> 151 162 </seglistitem> 152 163 </segmentedlist> … … 178 189 </listitem> 179 190 </varlistentry> 180 <!-- 181 <varlistentry id="pinentry-g tk">182 <term><command>pinentry-g tk</command></term>183 <listitem> 184 <para> is a <application>G TK+</application> GUI185 <application>PIN-Entry</application> program.</para> 186 <indexterm zone="pinentry pinentry-g tk">187 <primary sortas="b-pinentry-g tk">pinentry-gtk</primary>188 </indexterm> 189 </listitem> 190 </varlistentry> -->191 192 <varlistentry id="pinentry-gnome3"> 193 <term><command>pinentry-gnome3</command></term> 194 <listitem> 195 <para> is a <application>GNOME-3</application> GUI 196 <application>PIN-Entry</application> program.</para> 197 <indexterm zone="pinentry pinentry-gnome3"> 198 <primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary> 199 </indexterm> 200 </listitem> 201 </varlistentry> 191 202 192 203 <varlistentry id="pinentry-gtk-2"> … … 200 211 </listitem> 201 212 </varlistentry> 202 <!--203 <varlistentry id="pinentry-qt">204 <term><command>pinentry-qt</command></term>205 <listitem>206 <para> is a <application>Qt3</application> GUI207 <application>PIN-Entry</application> program.</para>208 <indexterm zone="pinentry pinentry-qt">209 <primary sortas="b-pinentry-qt">pinentry-qt</primary>210 </indexterm>211 </listitem>212 </varlistentry>-->213 213 214 214 <varlistentry id="pinentry-qt4"> -
introduction/welcome/changelog.xml
rb2208110 r56b449e 44 44 45 45 --> 46 47 <listitem> 48 <para>June 2nd, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to pinentry-0.9.3. Fixes 52 <ulink url="&blfs-ticket-root;6558">#6558</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
rb2208110 r56b449e 196 196 <!ENTITY intltool-version "0.50.2"> 197 197 <!ENTITY lsof-version "4.88"> 198 <!ENTITY pinentry-version "0.9. 2">198 <!ENTITY pinentry-version "0.9.3"> 199 199 <!ENTITY rarian-version "0.8.1"> 200 200 <!ENTITY recode-version "3.6">
Note:
See TracChangeset
for help on using the changeset viewer.