Changeset 0ebc874


Ignore:
Timestamp:
01/16/2020 08:17:00 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
9324285
Parents:
a5ad6a8
Message:

libcap-2.31

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra5ad6a8 r0ebc874  
    4444       -->
    4545    <listitem>
     46      <para>2020-01-16</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to libcap-2.31. Fixes
     50          <ulink url="&lfs-ticket-root;4574">#4574</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2020-01-13</para>
    4757      <itemizedlist>
  • chapter06/libcap.xml

    ra5ad6a8 r0ebc874  
    4444    <title>Installation of Libcap</title>
    4545
    46     <para>Prevent a static library from being installed:</para>
     46    <para>Prevent two static libraries from being installed:</para>
    4747
    48 <screen><userinput remap="pre">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen>
     48<screen><userinput remap="pre">sed -i '/install.*STA...LIBNAME/d' libcap/Makefile</userinput></screen>
    4949
    5050    <para>Compile the package:</para>
  • general.ent

    ra5ad6a8 r0ebc874  
    1 <!ENTITY version         "SVN-20200113">
     1<!ENTITY version         "SVN-20200116">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200113-systemd">
     6<!ENTITY versiond        "20200116-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 13th, 2020">
     10<!ENTITY releasedate     "January 16th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    ra5ad6a8 r0ebc874  
    390390<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    391391
    392 <!ENTITY libcap-version "2.30">
    393 <!ENTITY libcap-size "96 KB">
     392<!ENTITY libcap-version "2.31">
     393<!ENTITY libcap-size "97 KB">
    394394<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    395 <!ENTITY libcap-md5 "ea531f37a30a61dce8bf8544537a46e3">
     395<!ENTITY libcap-md5 "52120c05dc797b01f5a7ae70f4335e96">
    396396<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
    397397<!ENTITY libcap-ch6-du "8.5 MB">
Note: See TracChangeset for help on using the changeset viewer.