Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    r853ae3e5 re7d893b  
    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        "563b959d0c3856e34526e9ca51c80d7b">
     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     "149 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.