Changeset 5d7be300


Ignore:
Timestamp:
01/09/2011 10:57:15 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
81edce6
Parents:
9671f10
Message:

Updated to GnuPG-1.4.11

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9671f10 r5d7be300  
    100100<!ENTITY shadow-version               "4.1.4.2">
    101101<!ENTITY iptables-version             "1.4.7">
    102 <!ENTITY gnupg-version                "1.4.9">
     102<!ENTITY gnupg-version                "1.4.11">
    103103<!ENTITY gnupg2-version               "2.0.15">
    104104<!ENTITY gpgme-version                "1.3.0">
  • introduction/welcome/changelog.xml

    r9671f10 r5d7be300  
    4545      <para>January 10th, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to GnuPG-1.4.11.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to Thunderbird-3.1.7.</para>
  • postlfs/security/gnupg.xml

    r9671f10 r5d7be300  
    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        "cc52393087480ac8d245625004a6a30c">
    11   <!ENTITY gnupg-size          "3.250 MB">
    12   <!ENTITY gnupg-buildsize     "40 MB">
     10  <!ENTITY gnupg-md5sum        "411744e1ef8ce90b87938c4203f001f1">
     11  <!ENTITY gnupg-size          "3.4 MB">
     12  <!ENTITY gnupg-buildsize     "45 MB">
    1313  <!ENTITY gnupg-time          "0.5 SBU">
    1414]>
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6363    <itemizedlist spacing='compact'>
    6464      <listitem>
     
    6868      </para>
    6969      </listitem>
    70     </itemizedlist>
     70    </itemizedlist> -->
    7171
    7272    <bridgehead renderas="sect3">GnuPG Dependencies</bridgehead>
    7373
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    75     <para role="optional"><xref linkend="openssl"/>,
    76     <xref linkend="openldap"/>,
     75    <para role="optional"><xref linkend="openldap"/>,
    7776    <xref linkend="libusb-compat"/>,
    7877    <xref linkend="curl"/>,
    79     an <xref linkend="server-mail"/>,
    80     <xref linkend="docbook-utils"/>, and <ulink
    81     url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
     78    an <xref linkend="server-mail"/>, and
     79    <ulink url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
    8280
    8381    <para condition="html" role="usernotes">User Notes:
     
    8987    <title>Installation of GnuPG</title>
    9088
    91     <para>If <application>Curl</application> is already installed,
     89    <!-- <para>If <application>Curl</application> is already installed,
    9290    apply the patch:</para>
    9391
    9492<screen><userinput>patch -Np1 -i ../gnupg-&gnupg-version;-curl_fix-1.patch
    95 </userinput></screen>
     93</userinput></screen> -->
    9694
    9795    <para>Install <application>GnuPG</application> by running the following
     
    122120    <systemitem class="username">root</systemitem> user:</para>
    123121
    124     <!-- (ag) Comment out. See #2687. Remove comments in the next update.
    125     chmod -v 4755 /usr/bin/gpg &amp;&amp;
    126     -->
    127 
    128122<screen role="root"><userinput>cp -v -R doc/gnupg1.{html,pdf} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
    129123
     
    137131    <filename class="directory">/usr/lib</filename> instead of
    138132    <filename class="directory">/usr/libexec</filename>.</para>
    139 
    140     <!-- (ag) See above comment
    141     <para><command>chmod -v 4755 /usr/bin/gpg</command>:
    142     <command>gpg</command> is installed setuid
    143     <systemitem class='username'>root</systemitem> to avoid swapping
    144     out sensitive data.</para>
    145     -->
    146133
    147134  </sect2>
Note: See TracChangeset for help on using the changeset viewer.