Changeset 0670cc0


Ignore:
Timestamp:
08/17/2014 03:26:28 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
b9ae33f
Parents:
ad6595b1
Message:

Reinstate krb5 gpg verification. Thanks to Fernando for finding the solution.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13934 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb-systemd.xml

    rad6595b1 r0670cc0  
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="dejagnu"/> (for full test coverage),<!--
    82       <xref linkend="gnupg2"/> (to authenticate the package),-->
     81      <xref linkend="dejagnu"/> (for full test coverage),
     82      <xref linkend="gnupg2"/> (to authenticate the package),
    8383      <xref linkend="keyutils"/>,
    8484      <xref linkend="openldap"/>,
     
    112112    </para>
    113113
    114 <!-- Can't recieve the key properly:
    115 
    116 gpg: requesting key 749D7889 from hkp server pgp.mit.edu
    117 gpg: Note: signatures using the MD5 algorithm are rejected
    118 gpg: key 749D7889: no valid user IDs
    119 
    120114    <para>
    121115      After unpacking the distribution tarball and if you have
     
    125119    </para>
    126120
    127 <screen><userinput>gpg - -verify krb5-&mitkrb-version;.tar.gz.asc krb5-&mitkrb-version;.tar.gz</userinput></screen>
     121<screen><userinput>gpg --verify krb5-&mitkrb-version;.tar.gz.asc krb5-&mitkrb-version;.tar.gz</userinput></screen>
    128122
    129123    <para>You will probably see output similar to:</para>
     
    136130    </para>
    137131
    138 <screen><userinput>gpg - -keyserver pgp.mit.edu - -recv-keys 0x749D7889</userinput></screen>
     132<screen><userinput>gpg --pgp2 --keyserver pgp.mit.edu --recv-keys 0x749D7889</userinput></screen>
    139133
    140134    <para>
     
    144138      operation but it is up to you to determine the level of trust.
    145139    </para>
    146 -->
    147140
    148141    <para>
Note: See TracChangeset for help on using the changeset viewer.