Changeset 06de117e


Ignore:
Timestamp:
02/20/2013 01:03:43 AM (11 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:
c7b2695
Parents:
9ca304a
Message:

Updated GnuPG to 1.4.13

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9ca304a r06de117e  
    44-->
    55
    6 <!ENTITY day          "18">                   <!-- Always 2 digits -->
     6<!ENTITY day          "20">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 18th, &year;">
     12<!ENTITY releasedate  "February 20th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    172172<!ENTITY cracklib-version             "2.8.22">
    173173<!ENTITY cyrus-sasl-version           "2.1.25">
    174 <!ENTITY gnupg-version                "1.4.12">
     174<!ENTITY gnupg-version                "1.4.13">
    175175<!ENTITY gnupg2-version               "2.0.19">
    176176<!ENTITY gnutls-version               "3.1.6">
  • introduction/welcome/changelog.xml

    r9ca304a r06de117e  
    4646
    4747    <listitem>
     48      <para>February 20th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Updated GnuPG to 1.4.13.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>February 18th, 2013</para>
    4958      <itemizedlist>
    5059        <listitem>
    51           <para>[randy] - Minor fixes.</para>
     60          <para>[randy] - Minor fixes and dependency updates.</para>
    5261        </listitem>
    5362      </itemizedlist>
  • postlfs/security/gnupg.xml

    r9ca304a r06de117e  
    77  <!ENTITY gnupg-download-http "&sources-anduin-http;/g/gnupg-&gnupg-version;.tar.bz2">
    88  <!ENTITY gnupg-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
    9   <!ENTITY gnupg-md5sum        "ce3742e5c7912559cab7894ad8ba7f6b">
    10   <!ENTITY gnupg-size          "3.5 MB">
    11   <!ENTITY gnupg-buildsize     "45 MB">
    12   <!ENTITY gnupg-time          "0.5 SBU">
     9  <!ENTITY gnupg-md5sum        "c74249db5803f76f17fee9a201c0189f">
     10  <!ENTITY gnupg-size          "3.6 MB">
     11  <!ENTITY gnupg-buildsize     "49 MB">
     12  <!ENTITY gnupg-time          "0.4 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>GnuPG</application> package contains a
    33     public/private key encryptor. This is becoming useful for signing
     33    public/private key encryptor. This is useful for signing
    3434    files or emails as proof of identity and preventing tampering with
    3535    the contents of the file or email. For a more enhanced version of
     
    9292    <para>To test the results, issue: <command>make check</command>.</para>
    9393
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     94    <para>Note that if you have already installed <application>GnuPG
     95    2</application>, the instructions below will overwrite
     96    <filename>/usr/share/man/man1/gpg-zip.1</filename>. Now, as the
     97    <systemitem class="username">root</systemitem> user:</para>
    9598
    9699<screen role="root"><userinput>make install &amp;&amp;
    97100
    98101install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
    99 mv -v /usr/share/gnupg/FAQ /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
    100 install -v -m644 \
    101     doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS,*.texi} \
    102     /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
     102cp      -v          /usr/share/gnupg/FAQ \
     103                    /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
     104install -v -m644    doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS} \
     105                    /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
    103106
    104107    <para>If you created alternate formats of the documentation, install it
Note: See TracChangeset for help on using the changeset viewer.