Changeset 2bca724d


Ignore:
Timestamp:
03/12/2010 06:04:02 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
636acbb1
Parents:
fcc9145
Message:

Updated to Heimdal-1.3.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfcc9145 r2bca724d  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    15 <!ENTITY lfs-version  "development">          <!-- version|testing|unstable|development] -->
     15<!ENTITY lfs-version  "6.5">          <!-- version|testing|unstable|development] -->
    1616<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1717
     
    4141<!-- <!ENTITY lfs-bdb-version              "4.7.25"> -->
    4242<!ENTITY lfs-coreutils-version        "7.4">
     43<!ENTITY lfs-e2fsprogs-version        "1.41.8">
    4344<!ENTITY lfs-flex-version             "2.5.35">
    4445<!ENTITY lfs-gcc-version              "4.4.1">
     
    8485<!ENTITY gnupg2-version               "2.0.12">
    8586<!ENTITY tripwire-version             "2.4.1.2">
    86 <!ENTITY heimdal-version              "1.1">
     87<!ENTITY heimdal-version              "1.3.1">
    8788<!ENTITY mitkrb-version               "1.6">
    8889<!ENTITY cyrus-sasl-version           "2.1.23">
  • introduction/welcome/changelog.xml

    rfcc9145 r2bca724d  
    4343
    4444    <listitem>
     45      <para>March 12th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Heimdal-1.3.1.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 10th, 2010</para>
    4655      <itemizedlist>
  • postlfs/security/heimdal.xml

    rfcc9145 r2bca724d  
    77  <!ENTITY heimdal-download-http "http://www.h5l.org/dist/src/heimdal-&heimdal-version;.tar.gz">
    88  <!ENTITY heimdal-download-ftp  "ftp://ftp.pdc.kth.se/pub/heimdal/src/heimdal-&heimdal-version;.tar.gz">
    9   <!ENTITY heimdal-md5sum        "7892e97b346534cc9afeeee461fe3bab">
    10   <!ENTITY heimdal-size          "3.6 MB">
    11   <!ENTITY heimdal-buildsize     "136 MB">
    12   <!ENTITY heimdal-time          "4.0 SBU (additional 1.5 SBU to run the test suite)">
     9  <!ENTITY heimdal-md5sum        "4ce17deae040a3519e542f48fd901f21">
     10  <!ENTITY heimdal-size          "5.6 MB">
     11  <!ENTITY heimdal-buildsize     "200 MB">
     12  <!ENTITY heimdal-time          "4.0 SBU (additional 2.5 SBU to run the test suite)">
    1313]>
    1414
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Heimdal</title>
     31
     32    <warning>
     33      <para>In its current condition, building <application>Heimdal</application>
     34      will overwrite <filename class='libraryfile'>/usr/lib/libcom_err.so</filename>
     35      and install an additional
     36      <filename class='libraryfile'>libcom_err</filename> library in
     37      <filename class='directory'>/usr/lib</filename>. This will directly
     38      conflict with the <filename class='libraryfile'>/lib/libcom_err</filename>
     39      library installed by the <application>E2fsprogs</application> package in LFS.
     40      Both upstream maintainers are aware of the problem and both have taken action
     41      to eliminate this condition. However, the combination that currently exists
     42      will cause this problem.</para>
     43
     44      <para>There is a fix for the problem, but it will require you to recompile
     45      the LFS <application>E2fsprogs</application> package with a patch. The patch is
     46      located at <ulink url="&patch-root;/e2fsprogs-1.41.8-heimdal_compat-1.patch"/>.
     47      Download the patch, and while you are still in the
     48      <filename class='directory'>e2fsprogs-&lfs-e2fsprogs-version;</filename>
     49      source directory, install it using the command:</para>
     50
     51      <screen><userinput>patch -Np1 -i ../e2fsprogs-1.41.8-heimdal_compat-1.patch</userinput></screen>
     52
     53      <para>Then follow the existing instructions to build
     54      <application>E2fsprogs</application> located at
     55      <ulink url="&lfs-root;/chapter06/e2fsprogs.html"/>. After
     56      recompiling <application>E2fsprogs</application>, you are now ready to
     57      install <application>Heimdal</application>.</para>
     58    </warning>
    3159
    3260    <para><application>Heimdal</application> is a free implementation
     
    72100        url="&patch-root;/heimdal-&heimdal-version;-blfs_docs-1.patch"/></para>
    73101      </listitem>
    74       <listitem>
     102      <!-- <listitem>
    75103        <para>Required Patch: <ulink
    76104        url="&patch-root;/heimdal-&heimdal-version;-libss-1.patch"/></para>
    77       </listitem>
     105      </listitem> -->
    78106    </itemizedlist>
    79107
     
    120148
    121149<screen><userinput>patch -Np1 -i ../heimdal-&heimdal-version;-blfs_docs-1.patch &amp;&amp;
    122 patch -Np1 -i ../heimdal-&heimdal-version;-libss-1.patch &amp;&amp;
    123150
    124151./configure --prefix=/usr \
     
    135162    alternate forms of the documentation, change into the
    136163    <filename class='directory'>doc</filename> directory and issue any or all
    137     of the following commands:</para>
     164    of the following commands (the <command>makeinfo</command> commands do not
     165    require a <application>teTex</application> installation:</para>
    138166
    139167<screen><userinput>pushd doc                                        &amp;&amp;
     
    154182
    155183    <para>To test the results, issue: <command>make -k check</command>. The
    156     <command>ipropd</command> test is known to fail but all others should
     184    <command>check-ipropd</command> test is known to fail but all others should
    157185    pass.</para>
    158186
     
    180208ln -v -sf ../../bin/login /usr/bin          &amp;&amp;
    181209
    182 for LINK in   lib{otp,kafs,krb5,hx509,asn1,roken,crypto}; do
    183     mv -v     /usr/lib/${LINK}.so.* /lib &amp;&amp;
    184     ln -v -sf ../../lib/$(readlink  /usr/lib/${LINK}.so) \
    185               /usr/lib/${LINK}.so
     210for LINK in   \
     211    lib{otp,kafs,krb5,hx509,asn1,roken,crypto,heimsqlite,wind}; do
     212        mv -v     /usr/lib/${LINK}.so.* /lib &amp;&amp;
     213        ln -v -sf ../../lib/$(readlink  /usr/lib/${LINK}.so) \
     214                  /usr/lib/${LINK}.so
    186215done &amp;&amp;
    187216
Note: See TracChangeset for help on using the changeset viewer.