Ignore:
Timestamp:
02/17/2020 09:54:09 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0a7cf69a
Parents:
34fe2633
Message:

Update to krb5-1.18
Tags for the rest of the packages I build before X

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r34fe2633 rfa50ece  
    77  <!ENTITY mitkrb-download-http "https://kerberos.org/dist/krb5/&mitkrb-major-version;/krb5-&mitkrb-version;.tar.gz">
    88  <!ENTITY mitkrb-download-ftp  " ">
    9   <!ENTITY mitkrb-md5sum        "417d654c72526ac51466e7fe84608878">
    10   <!ENTITY mitkrb-size          "8.4 MB">
    11   <!ENTITY mitkrb-buildsize     "143 MB (add 26 MB for tests)">
    12   <!ENTITY mitkrb-time          "1 SBU (add 5.6 SBU for tests)">
     9  <!ENTITY mitkrb-md5sum        "69a5b165dac5754a5094627ee6df0defS">
     10  <!ENTITY mitkrb-size          "8.3 MB">
     11  <!ENTITY mitkrb-buildsize     "142 MB (add 25 MB for tests)">
     12  <!ENTITY mitkrb-time          "0.8 SBU (add 4.2 SBU for tests)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
    77 <!-- Patch is not needed for this version, but don't remove this.
    78     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    79     <itemizedlist spacing="compact">
    80       <listitem>
    81         <para>
    82           Patch required on systems with IPv4 only enabled:
    83           <ulink url="&patch-root;/mitkrb-&mitkrb-version;-fix_ipv4_only-1.patch"/>
    84         </para>
    85       </listitem>
    86     </itemizedlist>
    87 -->
    88 
    8977    <bridgehead renderas="sect3">MIT Kerberos V5 Dependencies</bridgehead>
    9078
     
    9583      <xref linkend="keyutils"/>,
    9684      <xref linkend="openldap"/>,
    97       <xref linkend="rpcbind"/> (used during the testsuite), and
    98       <xref linkend="valgrind"/> (used during the test suite)
     85      <xref linkend="rpcbind"/> (used during the testsuite),
     86      <xref linkend="valgrind"/> (used during the testsuite),
     87      <ulink url="https://www.cs.utah.edu/~bigler/code/libedit.html">libedit</ulink>,
     88      <ulink url="https://cmocka.org/">cmocka</ulink>,
     89      <ulink url="https://pypi.org/project/pyrad/">pyrad</ulink>, and
     90      <ulink url="https://cwrap.org/resolv_wrapper.html">resolv_wrapper</ulink>
    9991    </para>
    10092
     
    116108    <title>Installation of MIT Kerberos V5</title>
    117109
    118 <!-- PATCH IS REJECTED - ALREADY PATCHED
    119     <para>
    120       If your system is configured to support only IPv4, apply the following
    121       patch:
    122     </para>
    123 
    124 <screen><userinput>patch -p1 -i ../mitkrb-&mitkrb-version;-fix_ipv4_only-1.patch</userinput></screen>
    125 -->
    126 
    127110    <para>
    128111      Build <application>MIT Kerberos V5</application> by running the
     
    421404        <para>
    422405          To test the functionality of the keytab file, issue the
    423           following command:
    424         </para>
    425 
    426 <screen><userinput>ktutil
     406          following command as the
     407          <systemitem class="username">root</systemitem> user:
     408        </para>
     409
     410<screen role="root"><userinput>ktutil
    427411<prompt>ktutil:</prompt> rkt /etc/krb5.keytab
    428412<prompt>ktutil:</prompt> l</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.