Changeset 28b3209


Ignore:
Timestamp:
03/28/2014 02:01:51 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a6d583b
Parents:
bafa318
Message:

Added libcap-2.24

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rbafa318 r28b3209  
    14031403      </segmentedlist>
    14041404
     1405<!-- Begin Libcap dependency info -->
     1406  <bridgehead renderas="sect2" id="libcap-dep">Libcap</bridgehead>
     1407
     1408      <segmentedlist>
     1409        <segtitle>&dependencies;</segtitle>
     1410
     1411        <seglistitem>
     1412         <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, and Sed</seg>
     1413        </seglistitem>
     1414      </segmentedlist>
     1415
     1416      <segmentedlist>
     1417        <segtitle>&testsuites;</segtitle>
     1418
     1419        <seglistitem>
     1420          <seg>No test suite available</seg>
     1421        </seglistitem>
     1422      </segmentedlist>
     1423
     1424      <segmentedlist>
     1425        <segtitle>&before;</segtitle>
     1426
     1427        <seglistitem>
     1428          <seg>Systemd</seg>
     1429        </seglistitem>
     1430      </segmentedlist>
     1431
     1432      <segmentedlist>
     1433        <segtitle>&external;</segtitle>
     1434
     1435        <seglistitem>
     1436          <seg>Linux-PAM</seg>
     1437        </seglistitem>
     1438      </segmentedlist>
     1439
    14051440<!-- Begin Libpipeline dependency info -->
    14061441  <bridgehead renderas="sect2" id="libpipeline-dep">Libpipeline</bridgehead>
  • chapter01/changelog.xml

    rbafa318 r28b3209  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-03-28</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Added libcap-2.24.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
    3847    <listitem>
    3948      <para>2014-03-27</para>
  • chapter01/whatsnew.xml

    rbafa318 r28b3209  
    249249    </listitem>
    250250    <listitem>
     251      <para>libcap-&libcap-version;</para>
     252    </listitem>
     253    <listitem>
    251254      <para>XML::Parser-&xml-parser-version;</para>
    252255    </listitem>
  • chapter06/chapter06.xml

    rbafa318 r28b3209  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
     35
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     39
    3740  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3841  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
  • general.ent

    rbafa318 r28b3209  
    1 <!ENTITY version         "SVN-20140327">
    2 <!ENTITY releasedate     "March 27, 2014">
     1<!ENTITY version         "SVN-20140328">
     2<!ENTITY releasedate     "March 28, 2014">
    33<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.6">
  • packages.ent

    rbafa318 r28b3209  
    370370<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
    371371<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
     372
     373<!ENTITY libcap-version "2.24">
     374<!ENTITY libcap-size "64 KB">
     375<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
     376<!ENTITY libcap-md5 "d43ab9f680435a7fff35b4ace8d45b80">
     377<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
     378<!ENTITY libcap-ch6-du "1.7 MB">
     379<!ENTITY libcap-ch6-sbu "0.1 SBU">
    372380
    373381<!ENTITY libpipeline-version "1.2.6">
Note: See TracChangeset for help on using the changeset viewer.