Changeset debb0893


Ignore:
Timestamp:
03/01/2013 10:38:56 AM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
e520239f
Parents:
2995055
Message:

Krb5 1.11.1, fix At-Spi2 deps.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2995055 rdebb0893  
    44-->
    55
    6 <!ENTITY day          "27">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "02">                   <!-- Always 2 digits -->
     6<!ENTITY day          "01">                   <!-- Always 2 digits -->
     7<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 27th, &year;">
     12<!ENTITY releasedate  "March 1st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    186186<!ENTITY libpwquality-version         "1.2.0">
    187187<!ENTITY linux-pam-version            "1.1.6">
    188 <!ENTITY mitkrb-version               "1.11">
     188<!ENTITY mitkrb-version               "1.11.1">
    189189<!ENTITY nettle-version               "2.6">
    190190<!ENTITY nss-major-version            "14">
  • postlfs/security/mitkrb.xml

    r2995055 rdebb0893  
    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        "1a13c53899806c4da99a798a04d25545">
     9  <!ENTITY mitkrb-md5sum        "76c6bed945c5771674357cfd4a08e3f5">
    1010  <!ENTITY mitkrb-size          "12 MB">
    11   <!ENTITY mitkrb-buildsize     "125 MB (Additional 20 MB if running the testsuite)">
    12   <!ENTITY mitkrb-time          "1.4 SBU (additional 2.0 SBU if running the testsuite)">
     11  <!ENTITY mitkrb-buildsize     "140 MB (Additional 20 MB if running the testsuite)">
     12  <!ENTITY mitkrb-time          "1.5 SBU (additional 3.0 SBU if running the testsuite)">
    1313]>
    1414
     
    8181      <xref linkend="dejagnu"/> (required to run the testsuite),
    8282      <xref linkend="keyutils"/>,
    83       <xref linkend="openldap"/> and
    84       <xref linkend="python2"/> (used during the testsuite).
     83      <xref linkend="openldap"/>,
     84      <xref linkend="python2"/> (used during the testsuite) and
     85      <xref linkend="rpcbind"/> (used during the testsuite)
    8586    </para>
    8687
     
    114115      <xref linkend="gnupg"/> installed, you can
    115116      authenticate the package.  First, check the contents of the file
    116       <filename>krb5-1.10.3.tar.gz.asc</filename>.
     117      <filename>krb5-&mitkrb-version;.tar.gz.asc</filename>.
    117118    </para>
    118119
     
    143144
    144145<screen><userinput>cd src &amp;&amp;
     146sed -e "s@python2.5/Python.h@&amp; python2.7/Python.h@g" \
     147    -e "s@-lpython2.5]@&amp;,\n  AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
     148    -i configure.in &amp;&amp;
     149sed -e "s@interp->result@Tcl_GetStringResult(interp)@g" \
     150    -i kadmin/testing/util/tcl_kadm5.c &amp;&amp;
     151autoconf &amp;&amp;
    145152./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
    146153            --prefix=/usr                                  \
     
    163170
    164171for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit \
    165                kdb5 krb5 krb5support verto ; do
    166     chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
     172               kdb5 kdb_ldap krb5 krb5support verto ; do
     173    [ -e  /usr/lib/lib$LIBRARY.so.*.* ] &amp;&amp; chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
    167174done &amp;&amp;
    168175
     
    192199  <sect2 role="commands">
    193200    <title>Command Explanations</title>
     201
     202    <para>
     203      <command>sed -e ...</command>: First <command>sed</command> fixes
     204      <application>Python</application> detection and second one fixes
     205      build with <application>Tcl</application> 8.6.
     206    </para>
    194207
    195208    <para>
     
    425438          For additional information consult <ulink
    426439          url="http://web.mit.edu/kerberos/www/krb5-1.10/#documentation">
    427           Documentation for krb-&mitkrb-version;</ulink> on which the above
     440          Documentation for krb5-&mitkrb-version;</ulink> on which the above
    428441          instructions are based.
    429442        </para>
  • x/lib/at-spi2-atk.xml

    r2995055 rdebb0893  
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="at-spi2-core"/>,
    80       <xref linkend="atk"/> and
    81       <xref linkend="intltool"/>
     79      <xref linkend="at-spi2-core"/> and
     80      <xref linkend="atk"/>
    8281    </para>
    8382
  • x/lib/at-spi2-core.xml

    r2995055 rdebb0893  
    8080    <para role="required">
    8181      <xref linkend="dbus"/>,
    82       <xref linkend="glib2"/> and
     82      <xref linkend="glib2"/>,
     83      <xref linkend="intltool"/> and
    8384      <xref linkend="xorg7-lib"/>
    8485    </para>
Note: See TracChangeset for help on using the changeset viewer.