Changeset 5c16309


Ignore:
Timestamp:
05/13/2015 03:26:05 AM (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.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:
0ec7462f
Parents:
f7412376
Message:

Update to pinentry-0.9.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf7412376 r5c16309  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 11th, &year;">
     9<!ENTITY releasedate  "May 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genutils/pinentry.xml

    rf7412376 r5c16309  
    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        "d224d031130aedb44b05164cb04ed88b">
    10   <!ENTITY pinentry-size          "472 KB">
    11   <!ENTITY pinentry-buildsize     "5.0 MB">
     9  <!ENTITY pinentry-md5sum        "f51d454f921111b5156a2291cbf70278">
     10  <!ENTITY pinentry-size          "488 KB">
     11  <!ENTITY pinentry-buildsize     "5.9 MB">
    1212  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1313]>
     
    4242    toolkits.</para>
    4343
    44     &lfs77_checked;
     44    &lfs77_checked; &gcc5_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171    <para role="optional">
    7272      <xref linkend="gtk2"/>,
    73       <xref linkend="libcap-pam"/> and
     73      <xref linkend="libcap-pam"/>,
     74      <xref linkend="libsecret"/> and
    7475      <xref linkend="qt4"/>
    7576    </para>
     
    8283  <sect2 role="installation">
    8384    <title>Installation of PIN-Entry</title>
    84 
    85     <para>If both <xref linkend="qt4"/> and <xref linkend="qt5"/> are
    86     installed, use <command>source setqt4</command>, before starting.</para>
    8785
    8886    <para>Install <application>PIN-Entry</application> by running the following
     
    121119
    122120  </sect2>
    123 <!--
     121
    124122  <sect2 role="commands">
    125123    <title>Command Explanations</title>
    126124
    127125    <para>
    128       <command>sed -i ... qt4/*.moc</command> Fix some header locations.
     126      <option>--enable-pinentry-qt4</option>: Use this switch if ypu wish to
     127      install <command>pinentry-qt4</command>. If both <xref linkend="qt4"/>
     128      and <xref linkend="qt5"/> are installed, use <command>source
     129      setqt4</command>, before starting. Also, you need to modify the
     130      configuration step, using <command>CXX="g++ -std=c++11"
     131      MOC="$QT4DIR/bin/moc" ./configure ...</command>, to fix building with
     132      gcc-5 and for Qt4 <command>moc</command> (Qt4 meta object compiler)
     133      detection.
    129134    </para>
    130135
    131136  </sect2>
    132 -->
     137
    133138  <sect2 role="content">
    134139    <title>Contents</title>
  • introduction/welcome/changelog.xml

    rf7412376 r5c16309  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>May 13th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to pinentry-0.9.2. Fixes
     52          <ulink url="&blfs-ticket-root;6484">#6484</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    rf7412376 r5c16309  
    196196<!ENTITY intltool-version             "0.50.2">
    197197<!ENTITY lsof-version                 "4.88">
    198 <!ENTITY pinentry-version             "0.9.1">
     198<!ENTITY pinentry-version             "0.9.2">
    199199<!ENTITY rarian-version               "0.8.1">
    200200<!ENTITY recode-version               "3.6">
Note: See TracChangeset for help on using the changeset viewer.