Ignore:
Timestamp:
07/03/2015 07:49:11 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
479e03a
Parents:
14ec5e0
Message:

Update to gnupg-2.1.6
Update to pinentry-0.9.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/pinentry.xml

    r14ec5e0 r7508814  
    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        "50dd255d23839079e15a02761f11d4c8">
    10   <!ENTITY pinentry-size          "500 KB">
    11   <!ENTITY pinentry-buildsize     "15 MB (with <command>pinentry-qt4</command>)">
    12   <!ENTITY pinentry-time          "0.1 SBU (with <command>pinentry-qt4</command>)">
     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">
    1313]>
    1414
     
    7272      <xref linkend="gtk2"/>,
    7373      <xref linkend="libcap-pam"/>,
    74       <xref linkend="libsecret"/> and
     74      <xref linkend="libsecret"/>, and
    7575      <xref linkend="qt4"/>
    7676    </para>
     
    8787    commands:</para>
    8888
    89 <screen><userinput>sed -i 's:ncursesw/::' pinentry/pinentry-curses.c &amp;&amp;
    90 
    91 ./configure --prefix=/usr &amp;&amp;
     89<screen><userinput>CXXFLAGS=-std=c++11 ./configure --prefix=/usr &amp;&amp;
    9290make</userinput></screen><!-- &amp;&amp;
    9391
     
    126124
    127125    <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.
     126      <envar>CXXFLAGS=-std=c++11</envar>: Fix a build problem with gcc-5.
    132127    </para>
    133128
Note: See TracChangeset for help on using the changeset viewer.