Changeset 6961fefc for general/genlib


Ignore:
Timestamp:
01/23/2024 09:51:10 PM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
0a10ed6
Parents:
2a18dcd
Message:

Update to keyutils-1.6.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r2a18dcd r6961fefc  
    55  %general-entities;
    66
    7   <!ENTITY keyutils-download-http "https://people.redhat.com/~dhowells/keyutils/keyutils-&keyutils-version;.tar.bz2">
     7  <!ENTITY keyutils-download-http "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-&keyutils-version;.tar.gz">
    88  <!ENTITY keyutils-download-ftp  " ">
    9   <!ENTITY keyutils-md5sum        "919af7f33576816b423d537f8a8692e8">
    10   <!ENTITY keyutils-size          "96 KB">
    11   <!ENTITY keyutils-buildsize     "1.9 MB (with tests)">
    12   <!ENTITY keyutils-time          "less than 0.1 SBU (add 0.6 SBU for tests)">
     9  <!ENTITY keyutils-md5sum        "6b70b2b381c1b6d9adfaf66d5d3e7c00">
     10  <!ENTITY keyutils-size          "136 KB">
     11  <!ENTITY keyutils-buildsize     "2.6 MB (with tests)">
     12  <!ENTITY keyutils-time          "less than 0.1 SBU (add 0.4 SBU for tests)">
    1313]>
    1414
     
    6969    </itemizedlist>
    7070
    71     <bridgehead renderas="sect3">keyutils Dependencies</bridgehead>
    72 
    73     <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required">
    75       <xref linkend="mitkrb"/>
    76       <!-- Without krb5 installed, a FTBFS occurs while trying to compile dns.afsdb.c.
    77       It looks for profile.h, which is installed by krb5. -->
    78     </para>
    79 
    80 
    8171  </sect2>
    8272
     
    8979    </para>
    9080
    91 <screen><userinput>sed -i 's:$(LIBDIR)/$(PKGCONFIG_DIR):/usr/lib/pkgconfig:' Makefile &amp;&amp;
    92 make</userinput></screen>
     81<screen><userinput>make</userinput></screen>
    9382
    9483    <para>
     
    10493    </para>
    10594
    106 <screen role="root" remap="test"><userinput>sed -e 's/executable/\\(pie \\)?/' \
    107     -i tests/toolbox.inc.sh        &amp;&amp;
    108 make -k test</userinput></screen>
     95<screen role="root" remap="test"><userinput>make -k test</userinput></screen>
    10996
    11097    <para>
    11198      Note that several tests will fail if certain uncommon kernel options
    112       were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
    113       CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.
     99      were not used when the kernel was built. These include CONFIG_BIG_KEYS,
     100      CONFIG_KEY_DH_OPERATIONS, CONFIG_CRYPTO_DH,
     101      CONFIG_SECONDARY_TRUSTED_KEYRING, and CONFIG_SYSTEM_BLACKLIST_KEYRING.
    114102    </para>
    115103
     
    119107    <title>Command Explanations</title>
    120108
     109<!--
    121110    <para>
    122111      <command>sed ... Makefile</command>: This command ensures the pkgconfig
     
    126115    <para>
    127116      <command>sed ... tests/toolbox.inc.sh</command>: In LFS, GCC has been
    128       configured with <option>--enable-default-pie</option> so
     117      configured with <option>- -enable-default-pie</option> so
    129118      <command>/usr/bin/bash</command> is a PIE, but the test script does
    130119      not anticipate it.  Fix this oversight so the test can run on a LFS
    131120      system.
    132121    </para>
     122-->
    133123
    134124    <para>
     
    173163        <seg>keyctl, key.dns_resolver, and request-key</seg>
    174164        <seg>libkeyutils.so</seg>
    175         <seg>/etc/request-key.d and /usr/share/keyutils</seg>
     165        <seg>/etc/keyutils,
     166        /etc/request-key.d,
     167        and /usr/share/keyutils</seg>
    176168      </seglistitem>
    177169    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.