Changeset ee77a2cd


Ignore:
Timestamp:
03/26/2019 07:35:28 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
9d6c260
Parents:
21a30d1
Message:

Update to gnupg-2.2.15

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r21a30d1 ree77a2cd  
    4545      <para>March 26th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to gnupg-2.2.15. Fixes
     49          <ulink url="&blfs-ticket-root;11858">#11858</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[timtas] - Update to thunderbird-60.6.1. Fixes
  • packages.ent

    r21a30d1 ree77a2cd  
    1515<!ENTITY cryptsetup-version           "&cryptsetup-minor;.6">
    1616<!ENTITY cyrus-sasl-version           "2.1.27">
    17 <!ENTITY gnupg2-version               "2.2.14">
     17<!ENTITY gnupg2-version               "2.2.15">
    1818<!ENTITY gnutls-version               "3.6.6">
    1919<!ENTITY gpgme-version                "1.12.0">
  • postlfs/security/gnupg2.xml

    r21a30d1 ree77a2cd  
    66
    77  <!ENTITY gnupg2-download-http "&gnupg-http;/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    8   <!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
    9   <!-- <!ENTITY gnupg2-download-ftp  "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2"> -->
    10   <!ENTITY gnupg2-download-ftp  " ">
    11   <!ENTITY gnupg2-md5sum        "96a21c6341b876d13ed66a9f270806bb">
     8  <!ENTITY gnupg2-download-ftp  "&gnupg-ftp;/gnupg/gnupg-&gnupg2-version;.tar.bz2">
     9  <!ENTITY gnupg2-md5sum        "3ab87e377aa0af2f463649515bf66508">
    1210  <!ENTITY gnupg2-size          "6.4 MB">
    13   <!ENTITY gnupg2-buildsize     "114 MB (with all tests; add 24 MB for docs)">
     11  <!ENTITY gnupg2-buildsize     "117 MB (with all tests; add 24 MB for docs)">
    1412  <!ENTITY gnupg2-time          "0.4 SBU (using parallelism=4; add 0.5 SBU for tests)">
    1513]>
     
    118116    </warning>
    119117
    120     <para>If the top directory path where the source is unpacked contains
    121     symbolic links, the openpgp tests may fail. If this is your case and
    122     you wish to run the test suite, fix that with:</para>
     118    <para>By default GnuPG doesn't install the deprecated gpg-zip script.
     119    But it is still needed by some programs.  Make GnuPG install it with:
     120    </para>
    123121
    124122<screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
Note: See TracChangeset for help on using the changeset viewer.