Changeset 096cbcd


Ignore:
Timestamp:
01/24/2009 06:37:23 PM (15 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d7e0cda
Parents:
cfa182f
Message:

Updated to gnupg-1.4.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcfa182f r096cbcd  
    6565<!ENTITY shadow-version               "4.0.18.1">
    6666<!ENTITY iptables-version             "1.3.8">
    67 <!ENTITY gnupg-version                "1.4.7">
     67<!ENTITY gnupg-version                "1.4.9">
    6868<!ENTITY gnupg2-version               "2.0.8">
    6969<!ENTITY tripwire-version             "2.4.1.2">
  • introduction/welcome/changelog.xml

    rcfa182f r096cbcd  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ag] - Updated to gnupg-1.4.9. Remove setuid command.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[ag] - Updated to rxvt-unicode-9.06.</para>
    4952        </listitem>
  • postlfs/security/gnupg.xml

    rcfa182f r096cbcd  
    88  <!--<!ENTITY gnupg-download-http "http://public.ftp.planetmirror.com/pub/gnupg/gnupg-&gnupg-version;.tar.bz2"> -->
    99  <!ENTITY gnupg-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
    10   <!ENTITY gnupg-md5sum        "b06a141cca5cd1a55bbdd25ab833303c">
    11   <!ENTITY gnupg-size          "3.2 MB">
     10  <!ENTITY gnupg-md5sum        "cc52393087480ac8d245625004a6a30c">
     11  <!ENTITY gnupg-size          "3.250 MB">
    1212  <!ENTITY gnupg-buildsize     "40 MB">
    1313  <!ENTITY gnupg-time          "0.5 SBU">
     
    6060    </itemizedlist>
    6161
    62     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6363    <itemizedlist spacing='compact'>
    6464      <listitem>
    65         <para>Required Patch: <ulink
    66         url="&patch-root;/gnupg-&gnupg-version;-curl_LDAP-1.patch"/>
     65        <para>Required Patch (if you have <application>Curl</application>
     66          already installed and is linked against a SSL/TLS library): <ulink
     67          url="&patch-root;/gnupg-&gnupg-version;-curl_fix-1.patch"/>
    6768      </para>
    6869      </listitem>
    69     </itemizedlist> -->
     70    </itemizedlist>
    7071
    7172    <bridgehead renderas="sect3">GnuPG Dependencies</bridgehead>
     
    8889    <title>Installation of GnuPG</title>
    8990
     91    <para>If <application>Curl</application> is already installed,
     92    apply the patch:</para>
     93
     94<screen><userinput>patch -Np1 -i ../gnupg-&gnupg-version;-curl_fix-1.patch
     95</userinput></screen>
     96
    9097    <para>Install <application>GnuPG</application> by running the following
    9198    commands:</para>
     
    104111
    105112<screen role="root"><userinput>make install &amp;&amp;
    106 chmod -v 4755 /usr/bin/gpg &amp;&amp;
    107113
    108114install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
     
    116122    <systemitem class="username">root</systemitem> user:</para>
    117123
     124    <!-- (ag) Comment out. See #2687. Remove comments in the next update.
     125    chmod -v 4755 /usr/bin/gpg &amp;&amp;
     126    -->
     127       
    118128<screen role="root"><userinput>cp -v -R doc/gnupg1.{html,pdf} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
    119129
     
    128138    <filename class="directory">/usr/libexec</filename>.</para>
    129139
     140    <!-- (ag) See above comment
    130141    <para><command>chmod -v 4755 /usr/bin/gpg</command>:
    131142    <command>gpg</command> is installed setuid
    132143    <systemitem class='username'>root</systemitem> to avoid swapping
    133144    out sensitive data.</para>
     145    -->
    134146
    135147  </sect2>
Note: See TracChangeset for help on using the changeset viewer.