Changeset fdaae04 for postlfs


Ignore:
Timestamp:
11/24/2016 02:59:48 AM (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, 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:
8d68192
Parents:
e935527
Message:

Update to gnupg-2.1.16.
Update to gpgme-1.8.0.
Update to npth-1.3.
Update to pinentry-1.0.0.
Update some package titles to be the same as the tarball name.
Reorder the kf5 build order.

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    re935527 rfdaae04  
    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        "808d10b89c1f0de8d4d2a556aa36b623">
     9  <!ENTITY gnupg2-md5sum        "bfb53004773a014d401694f94229fc00">
    1010  <!ENTITY gnupg2-size          "5.5 MB">
    11   <!ENTITY gnupg2-buildsize     "114 MB (with tests and makeinfo docs)">
    12   <!ENTITY gnupg2-time          "1.6 SBU (with tests and makeinfo docs)">
     11  <!ENTITY gnupg2-buildsize     "99 MB (with makeinfo docs, add 24 MB for tests)">
     12  <!ENTITY gnupg2-time          "0.7 SBU (with makeinfo docs, add 4.1 SBU for tests)">
    1313]>
    1414
     
    115115    you wish to run the test suite, fix that with:</para>
    116116
    117 <screen><userinput>sed -e 's|\(GNUPGHOME\)=\$(abs_builddir)|\1=`/bin/pwd`|' \
    118     -i tests/openpgp/Makefile.in</userinput></screen>
     117<screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
     118    -i tools/Makefile.in</userinput></screen>
    119119
    120120    <para>Install <application>GnuPG</application> by running the following
    121121    commands:</para>
    122122
    123 <screen><userinput>./configure --prefix=/usr \
    124             --enable-symcryptrun \
     123<screen><userinput>./configure --prefix=/usr            \
     124            --enable-symcryptrun     \
     125            --enable-maintainer-mode \
    125126            --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    126127make &amp;&amp;
     
    177178    <title>Command Explanations</title>
    178179
     180    <para><command>sed ... tools/Makefile.in</command>:
     181    This command is needed to build the gpg-zip program.</para>
     182
    179183    <para><parameter>--docdir=/usr/share/doc/gnupg-&gnupg2-version;</parameter>:
    180184    This switch changes the default docdir to <filename
     
    183187    <para><parameter>--enable-symcryptrun</parameter>: This switch enables
    184188    building the symcryptrun program.</para>
     189
     190    <para><parameter>--enable-maintainer-mode</parameter>: This switch is
     191    needed for proper completion of the tests.</para>
    185192
    186193    <para><option>--enable-g13</option>: This switch enables building the
     
    200207        <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13,
    201208        gpg-agent, gpg-connect-agent, gpg, gpg2, gpgconf, gpgparsemail,
    202         gpgscm, gpgsm, gpgtar, gpgv, gpgv2, kbxutil, symcryptrun,
     209        gpgscm, gpgsm, gpgtar, gpgv, gpgv2, igpg-zip, kbxutil, symcryptrun,
    203210        and watchgnupg</seg>
    204211        <seg>None</seg>
     
    396403      </varlistentry>
    397404
     405      <varlistentry id="gpg-zip">
     406        <term><command>gpg-zip</command></term>
     407        <listitem>
     408          <para> encrypts or signs files into an archive.</para>
     409          <indexterm zone="gnupg2 gpg-zip">
     410            <primary sortas="b-gpg-zip">gpg-zip</primary>
     411          </indexterm>
     412        </listitem>
     413      </varlistentry>
     414
    398415      <varlistentry id="kbxutil">
    399416        <term><command>kbxutil</command></term>
  • postlfs/security/gpgme.xml

    re935527 rfdaae04  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "9ab4a18094ca0cf9a0687e0b7d10b63d">
    10   <!ENTITY gpgme-size          "1.2 KB">
    11   <!ENTITY gpgme-buildsize     "118 MB (with tests and all bindings)">
    12   <!ENTITY gpgme-time          "1.2 SBU (with tests and all bindings)">
     9  <!ENTITY gpgme-md5sum        "722a4153904b9b5dc15485a22d29263b">
     10  <!ENTITY gpgme-size          "1.2 MB">
     11  <!ENTITY gpgme-buildsize     "134 MB (with all bindings, add 1 MB for tests)">
     12  <!ENTITY gpgme-time          "1.3 SBU (with all bindingsi, add 1.3 SBU for tests)">
    1313]>
    1414
     
    8686    <para role="optional">
    8787      <xref linkend="doxygen"/> (for API documentation),
    88       <xref linkend="gnupg2"/> (used during the testsuite). and
     88      <xref linkend="gnupg2"/> (used during the testsuite), and
    8989      <xref linkend="clisp"/>,
    9090      <xref linkend="python2"/>,
Note: See TracChangeset for help on using the changeset viewer.