Author: randy
Date: Tue Feb 19 17:03:43 2013
New Revision: 11026
Log:
Updated GnuPG to 1.4.13
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/gnupg.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Feb 17 19:35:44 2013 (r11025)
+++ trunk/BOOK/general.ent Tue Feb 19 17:03:43 2013 (r11026)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 18th, &year;">
+<!ENTITY releasedate "February 20th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -171,7 +171,7 @@
<!ENTITY consolekit-version "0.4.6">
<!ENTITY cracklib-version "2.8.22">
<!ENTITY cyrus-sasl-version "2.1.25">
-<!ENTITY gnupg-version "1.4.12">
+<!ENTITY gnupg-version "1.4.13">
<!ENTITY gnupg2-version "2.0.19">
<!ENTITY gnutls-version "3.1.6">
<!ENTITY gpgme-version "1.3.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 17 19:35:44
2013 (r11025)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Feb 19 17:03:43
2013 (r11026)
@@ -45,10 +45,19 @@
-->
<listitem>
+ <para>February 20th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated GnuPG to 1.4.13.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 18th, 2013</para>
<itemizedlist>
<listitem>
- <para>[randy] - Minor fixes.</para>
+ <para>[randy] - Minor fixes and dependency updates.</para>
</listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/security/gnupg.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnupg.xml Sun Feb 17 19:35:44 2013
(r11025)
+++ trunk/BOOK/postlfs/security/gnupg.xml Tue Feb 19 17:03:43 2013
(r11026)
@@ -6,10 +6,10 @@
<!ENTITY gnupg-download-http
"&sources-anduin-http;/g/gnupg-&gnupg-version;.tar.bz2">
<!ENTITY gnupg-download-ftp
"ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
- <!ENTITY gnupg-md5sum "ce3742e5c7912559cab7894ad8ba7f6b">
- <!ENTITY gnupg-size "3.5 MB">
- <!ENTITY gnupg-buildsize "45 MB">
- <!ENTITY gnupg-time "0.5 SBU">
+ <!ENTITY gnupg-md5sum "c74249db5803f76f17fee9a201c0189f">
+ <!ENTITY gnupg-size "3.6 MB">
+ <!ENTITY gnupg-buildsize "49 MB">
+ <!ENTITY gnupg-time "0.4 SBU">
]>
<sect1 id="gnupg" xreflabel="GnuPG-&gnupg-version;">
@@ -30,7 +30,7 @@
<title>Introduction to GnuPG</title>
<para>The <application>GnuPG</application> package contains a
- public/private key encryptor. This is becoming useful for signing
+ public/private key encryptor. This is useful for signing
files or emails as proof of identity and preventing tampering with
the contents of the file or email. For a more enhanced version of
GnuPG which supports S/MIME, see the <xref linkend="gnupg2"/>
@@ -91,15 +91,18 @@
<para>To test the results, issue: <command>make check</command>.</para>
- <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+ <para>Note that if you have already installed <application>GnuPG
+ 2</application>, the instructions below will overwrite
+ <filename>/usr/share/man/man1/gpg-zip.1</filename>. Now, as the
+ <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &&
install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &&
-mv -v /usr/share/gnupg/FAQ /usr/share/doc/gnupg-&gnupg-version; &&
-install -v -m644 \
- doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS,*.texi} \
- /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
+cp -v /usr/share/gnupg/FAQ \
+ /usr/share/doc/gnupg-&gnupg-version; &&
+install -v -m644 doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS} \
+ /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
<para>If you created alternate formats of the documentation, install it
using the following command as the
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page