Changeset 7508814


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

Files:
4 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
  • introduction/welcome/changelog.xml

    r14ec5e0 r7508814  
    4848      <para>July 3rd, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to gnupg-2.1.6. Fixes
     52          <ulink url="&blfs-ticket-root;6673">#6673</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to pinentry-0.9.5. Fixes
     56          <ulink url="&blfs-ticket-root;6675">#6675</ulink>.</para>
     57        </listitem>
    5058        <listitem>
    5159          <para>[bdubbs] - Update to polkit-0.113. Fixes
  • packages.ent

    r14ec5e0 r7508814  
    1313<!ENTITY cracklib-version             "2.9.4">
    1414<!ENTITY cyrus-sasl-version           "2.1.26">
    15 <!ENTITY gnupg2-version               "2.1.5">
     15<!ENTITY gnupg2-version               "2.1.6">
    1616<!ENTITY gnutls-version               "3.4.2">
    1717<!ENTITY gpgme-version                "1.5.5">
     
    197197<!ENTITY intltool-version             "0.50.2">
    198198<!ENTITY lsof-version                 "4.88">
    199 <!ENTITY pinentry-version             "0.9.4">
     199<!ENTITY pinentry-version             "0.9.5">
    200200<!ENTITY rarian-version               "0.8.1">
    201201<!ENTITY recode-version               "3.6">
  • postlfs/security/gnupg2.xml

    r14ec5e0 r7508814  
    77  <!ENTITY gnupg2-download-http " ">
    88  <!ENTITY gnupg2-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "ff16648f14ec164c7afce1066019364b">
     9  <!ENTITY gnupg2-md5sum        "cc7345b1d9ada92a0d19f4ae406741b4">
    1010  <!ENTITY gnupg2-size          "4.7 MB">
    11   <!ENTITY gnupg2-buildsize     "104 MB (including html documentation and tests)">
    12   <!ENTITY gnupg2-time          "0.7 SBU (including html documentation and tests)">
     11  <!ENTITY gnupg2-buildsize     "81 MB (including tests)">
     12  <!ENTITY gnupg2-time          "0.9 SBU (including tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.