Changeset 0ec7462f for postlfs


Ignore:
Timestamp:
05/13/2015 03:41:28 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9b27c2
Parents:
5c16309
Message:

Update to krb5-1.13.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r5c16309 r0ec7462f  
    77  <!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/&mitkrb-major-version;/krb5-&mitkrb-version;-signed.tar">
    88  <!ENTITY mitkrb-download-ftp  " ">
    9   <!ENTITY mitkrb-md5sum        "567586cdf02aa8c842c2fab7a94f3c1f">
     9  <!ENTITY mitkrb-md5sum        "f7ebfa6c99c10b16979ebf9a98343189">
    1010  <!ENTITY mitkrb-size          "12 MB">
    11   <!ENTITY mitkrb-buildsize     "121 MB (Additional 22 MB if running the testsuite)">
    12   <!ENTITY mitkrb-time          "1.0 SBU (additional 2.5 SBU if running the testsuite)">
     11  <!ENTITY mitkrb-buildsize     "142 MB (Additional 28 MB for the testsuite)">
     12  <!ENTITY mitkrb-time          "0.9 SBU (additional 5.0 SBU for the testsuite)">
    1313]>
    1414
     
    111111      starting the build.
    112112    </para>
    113 <!--
     113
    114114    <para>
    115115      After unpacking the distribution tarball and if you have
     
    119119    </para>
    120120
    121 <screen><userinput>gpg2 -\-verify krb5-&mitkrb-version;.tar.gz.asc krb5-&mitkrb-version;.tar.gz</userinput></screen>
     121<screen><userinput>gpg2 --verify krb5-&mitkrb-version;.tar.gz.asc krb5-&mitkrb-version;.tar.gz</userinput></screen>
    122122
    123123    <para>You will probably see output similar to:</para>
    124124
    125 <screen><literal>gpg: Signature made Mon Aug 11 22:53:10 2014 GMT using RSA key ID 749D7889
     125<screen><literal>gpg: Signature made Fri May  8 23:40:13 2015 utc using RSA key ID 0055C305
    126126gpg: Can't check signature: No public key</literal></screen>
    127127
     
    130130    </para>
    131131
    132 <screen><userinput>gpg2 -\-pgp2 -\-keyserver pgp.mit.edu -\-recv-keys 0x749D7889</userinput></screen>
     132<screen><userinput>gpg2 --keyserver pgp.mit.edu --recv-keys 0055C305</userinput></screen>
    133133
    134134    <para>
     
    137137      with a trusted signature.  Trusting the downloaded key is a separate
    138138      operation but it is up to you to determine the level of trust.
    139     </para>-->
     139    </para>
    140140
    141141    <para>
     
    504504          /usr/include/{gssapi,gssrpc,kadm5,krb5},
    505505          /usr/lib/krb5,
    506           /usr/share/{doc/krb5-&mitkrb-version;,examples/krb5,gnats}, and
     506          /usr/share/{doc/krb5-&mitkrb-version;,examples/krb5}, and
    507507          /var/lib/{,run}/krb5kdc
    508508        </seg>
Note: See TracChangeset for help on using the changeset viewer.