Ignore:
Timestamp:
01/27/2017 05:55:21 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
d000a6e5
Parents:
4f92d26
Message:

Fix typo in nfs-server bootscript.
Update to gnupg-2.1.18.
Update to feh-2.18.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    r4f92d26 r9210a92  
    77  <!ENTITY gnupg2-download-http "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    88  <!ENTITY gnupg2-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "b02a42dbdeea681f7afbf84db88f7479">
    10   <!ENTITY gnupg2-size          "5.7 MB">
    11   <!ENTITY gnupg2-buildsize     "125 MB (with makeinfo docs, add 9 MB for tests)">
    12   <!ENTITY gnupg2-time          "0.7 SBU (with makeinfo docs, add 1.0 SBU for tests)">
     9  <!ENTITY gnupg2-md5sum        "c67f908b0b35c7ebc62144f362757e1e">
     10  <!ENTITY gnupg2-size          "6.0 MB">
     11  <!ENTITY gnupg2-buildsize     "106 MB (with makeinfo docs)">
     12  <!ENTITY gnupg2-time          "0.8 SBU (with makeinfo docs, add 1.1 SBU for tests)">
    1313]>
    1414
     
    118118    -i tools/Makefile.in</userinput></screen>
    119119
     120    <para>Some tests will hang infinately.  If you will run the tests, comment
     121    the failing portions of the tess:</para>
     122
     123<screen><userinput>sed -i -e '/^  test_agent_protect/s:^://:' agent/t-protect.c &amp;&amp;
     124sed -i -e '174,186 s/^/;;/'                tests/openpgp/ecc.scm</userinput></screen>
     125
    120126    <para>Install <application>GnuPG</application> by running the following
    121127    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.