Changeset 096cbcd
- Timestamp:
- 01/24/2009 06:37:23 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d7e0cda
- Parents:
- cfa182f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcfa182f r096cbcd 65 65 <!ENTITY shadow-version "4.0.18.1"> 66 66 <!ENTITY iptables-version "1.3.8"> 67 <!ENTITY gnupg-version "1.4. 7">67 <!ENTITY gnupg-version "1.4.9"> 68 68 <!ENTITY gnupg2-version "2.0.8"> 69 69 <!ENTITY tripwire-version "2.4.1.2"> -
introduction/welcome/changelog.xml
rcfa182f r096cbcd 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ag] - Updated to gnupg-1.4.9. Remove setuid command.</para> 49 </listitem> 50 <listitem> 48 51 <para>[ag] - Updated to rxvt-unicode-9.06.</para> 49 52 </listitem> -
postlfs/security/gnupg.xml
rcfa182f r096cbcd 8 8 <!--<!ENTITY gnupg-download-http "http://public.ftp.planetmirror.com/pub/gnupg/gnupg-&gnupg-version;.tar.bz2"> --> 9 9 <!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"> 12 12 <!ENTITY gnupg-buildsize "40 MB"> 13 13 <!ENTITY gnupg-time "0.5 SBU"> … … 60 60 </itemizedlist> 61 61 62 < !-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>62 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 63 63 <itemizedlist spacing='compact'> 64 64 <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"/> 67 68 </para> 68 69 </listitem> 69 </itemizedlist> -->70 </itemizedlist> 70 71 71 72 <bridgehead renderas="sect3">GnuPG Dependencies</bridgehead> … … 88 89 <title>Installation of GnuPG</title> 89 90 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 90 97 <para>Install <application>GnuPG</application> by running the following 91 98 commands:</para> … … 104 111 105 112 <screen role="root"><userinput>make install && 106 chmod -v 4755 /usr/bin/gpg &&107 113 108 114 install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; && … … 116 122 <systemitem class="username">root</systemitem> user:</para> 117 123 124 <!-- (ag) Comment out. See #2687. Remove comments in the next update. 125 chmod -v 4755 /usr/bin/gpg && 126 --> 127 118 128 <screen role="root"><userinput>cp -v -R doc/gnupg1.{html,pdf} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen> 119 129 … … 128 138 <filename class="directory">/usr/libexec</filename>.</para> 129 139 140 <!-- (ag) See above comment 130 141 <para><command>chmod -v 4755 /usr/bin/gpg</command>: 131 142 <command>gpg</command> is installed setuid 132 143 <systemitem class='username'>root</systemitem> to avoid swapping 133 144 out sensitive data.</para> 145 --> 134 146 135 147 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.