Changeset 4453848


Ignore:
Timestamp:
11/21/2013 07:48:53 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
5a2fd537
Parents:
1a021f3c
Message:

update to krb5-1.11.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1a021f3c r4453848  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 20th, &year;">
     9<!ENTITY releasedate  "November 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    151151<!ENTITY libcap-version               "2.22">
    152152<!ENTITY linux-pam-version            "1.1.8">
    153 <!ENTITY mitkrb-version               "1.11.3">
     153<!ENTITY mitkrb-version               "1.11.4">
    154154<!ENTITY nettle-version               "2.7.1">
    155155<!ENTITY nss-minor-version            "15">
  • introduction/welcome/changelog.xml

    r1a021f3c r4453848  
    4545-->
    4646    <listitem>
     47      <para>November 21st, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to krb5-1.11.4. Fixes
     51          <ulink url="&blfs-ticket-root;4344">#4344</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>November 20th, 2013</para>
    4858      <itemizedlist>
  • postlfs/security/mitkrb.xml

    r1a021f3c r4453848  
    77  <!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.11/krb5-&mitkrb-version;-signed.tar">
    88  <!ENTITY mitkrb-download-ftp  " ">
    9   <!ENTITY mitkrb-md5sum        "56f0ae274b285320b8a597cb89442449">
    10   <!ENTITY mitkrb-size          "11 MB">
    11   <!ENTITY mitkrb-buildsize     "178 MB (Additional 20 MB if running the testsuite)">
    12   <!ENTITY mitkrb-time          "1.0 SBU (additional 3.0 SBU if running the testsuite)">
     9  <!ENTITY mitkrb-md5sum        "138628ae154ff449bc41602c8de78e8b">
     10  <!ENTITY mitkrb-size          "12 MB">
     11  <!ENTITY mitkrb-buildsize     "121 MB (Additional 20 MB if running the testsuite)">
     12  <!ENTITY mitkrb-time          "1.2 SBU (additional 3.0 SBU if running the testsuite)">
    1313]>
    1414
     
    170170<screen role="root"><userinput>make install &amp;&amp;
    171171
    172 for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit \
     172for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt kadm5srv \
    173173               kdb5 kdb_ldap krb5 krb5support verto ; do
    174     [ -e  /usr/lib/lib$LIBRARY.so.*.* ] &amp;&amp; chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
     174    [ -e  /usr/lib/lib$LIBRARY.so ] &amp;&amp; chmod -v 755 /usr/lib/lib$LIBRARY.so
    175175done &amp;&amp;
    176176
     
    205205      <application>Python</application> detection and second one fixes
    206206      build with <application>Tcl</application> 8.6.
    207     </para>
    208 
    209     <para>
    210       <option>--enable-dns-for-realm</option>: This switch allows
    211       realms to be resolved using the DNS server.
    212     </para>
    213 
    214     <para>
    215       <option>--with-system-et</option>: This switch causes the build
    216       to use the system-installed versions of the error-table support
    217       software.
    218     </para>
    219 
    220     <para>
    221       <option>--with-system-ss</option>: This switch causes the build
    222       to use the system-installed versions of the subsystem command-line
    223       interface software.
    224207    </para>
    225208
     
    229212      <filename class="directory">/var/lib</filename> instead of
    230213      <filename class="directory">/usr/var</filename>.
     214    </para>
     215
     216    <para>
     217      <parameter>--with-system-et</parameter>: This switch causes the build
     218      to use the system-installed versions of the error-table support
     219      software.
     220    </para>
     221
     222    <para>
     223      <parameter>--with-system-ss</parameter>: This switch causes the build
     224      to use the system-installed versions of the subsystem command-line
     225      interface software.
     226    </para>
     227
     228    <para>
     229      <parameter>--enable-dns-for-realm</parameter>: This switch allows
     230      realms to be resolved using the DNS server.
    231231    </para>
    232232
     
    481481          gss-client, gss-server, k5srvutil, kadmin, kadmin.local,
    482482          kadmind, kdb5_ldap_util, kdb5_util, kdestroy, kinit, klist,
    483           kpasswd, kprop, kpropd, krb5-config, krb5kdc, krb5-send-pr,
     483          kpasswd, kprop, kpropd, kproplog, krb5-config, krb5kdc, krb5-send-pr,
    484484          ksu, kswitch, ktutil, kvno, sclient, sim_client, sim_server,
    485485          sserver, uuclient and uuserver
Note: See TracChangeset for help on using the changeset viewer.