Ignore:
Timestamp:
08/16/2014 11:39:09 PM (10 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.6, 7.7, 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, krejzi/svn, 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:
e242b9a
Parents:
543a2c8
Message:

Parted-3.2 fails to build with --disable-device-mapper. Reported and fixed by Ken M.
Update to SQLite-3.8.6.
Update to git-2.1.0. Modified docs and man instructions.
MIT Kerberos V5-1.12.2: update gpg2, fix configure, install instructions and other parts.
Samba-4.1.11: promote libxslt-1.1.28 to Recommended.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r543a2c8 r6e08e9c0  
    119119    </para>
    120120
    121 <screen><userinput>gpg --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>
     
    130130    </para>
    131131
    132 <screen><userinput>gpg --keyserver pgp.mit.edu --recv-keys 0xF376813D</userinput></screen>
     132<screen><userinput>gpg2 --keyserver pgp.mit.edu --recv-keys 0xF376813D</userinput></screen>
    133133
    134134    <para>
     
    156156            --with-system-et         \
    157157            --with-system-ss         \
     158            --with-system-verto=no   \
    158159            --enable-dns-for-realm &amp;&amp;
    159160make</userinput></screen>
     
    177178for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt kadm5srv \
    178179               kdb5 kdb_ldap krad krb5 krb5support verto ; do
    179     [ -e  /usr/lib/lib$LIBRARY.so ] &amp;&amp; chmod -v 755 /usr/lib/lib$LIBRARY.so
     180    chmod -v 755 /usr/lib/lib$LIBRARY.so
    180181done &amp;&amp;
    181182
     
    226227      to use the system-installed versions of the subsystem command-line
    227228      interface software.
     229    </para>
     230
     231    <para>
     232      <parameter>--with-system-verto=no</parameter>: This switch fixes a bug in
     233      the package: it does not recognize its own verto library installed
     234      previously. This is not a problem, if reinstalling the same version,
     235      but if you are updating, the old library is used as system's one,
     236      instead of installing the new version.
    228237    </para>
    229238
     
    491500          libkadm5clnt.so, libkadm5srv_mit.so, libkadm5srv.so, libkdb_ldap.so
    492501          (optional), libkdb5.so, libkrad.so, libkrb5.so, libkrb5support.so,
    493           and some plugins under the /usr/lib/krb5 tree
     502          libverto.so, and some plugins under the /usr/lib/krb5 tree
    494503        </seg>
    495504        <seg>
     
    500509          /usr/lib/krb5,
    501510          /usr/share/doc/krb5-&mitkrb-version;,
    502           /usr/share/examples/krb5 and
     511          /usr/share/examples/krb5,
     512          /usr/share/gnats/, and
    503513          /var/lib/krb5kdc
    504514        </seg>
Note: See TracChangeset for help on using the changeset viewer.