aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-01-16 08:17:00 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-01-16 08:17:00 +0000
commit0ebc87489eeab6a3ff481446c66615a12ff7c147 (patch)
tree3481ed4b02c85cd60d2f153fa6eadf77be58bb26
parenta5ad6a896c244cdb0745c5828361771eb9166b75 (diff)
libcap-2.31
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/libcap.xml4
-rw-r--r--general.ent6
-rw-r--r--packages.ent6
4 files changed, 18 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e309c6a83..861e83b9c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-01-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Update to libcap-2.31. Fixes
+ <ulink url="&lfs-ticket-root;4574">#4574</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-01-13</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml
index de9092988..6ec48c5ad 100644
--- a/chapter06/libcap.xml
+++ b/chapter06/libcap.xml
@@ -43,9 +43,9 @@
<sect2 role="installation">
<title>Installation of Libcap</title>
- <para>Prevent a static library from being installed:</para>
+ <para>Prevent two static libraries from being installed:</para>
-<screen><userinput remap="pre">sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i '/install.*STA...LIBNAME/d' libcap/Makefile</userinput></screen>
<para>Compile the package:</para>
diff --git a/general.ent b/general.ent
index e521f7ae1..a27e50f9b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200113">
+<!ENTITY version "SVN-20200116">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20200113-systemd">
+<!ENTITY versiond "20200116-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "January 13th, 2020">
+<!ENTITY releasedate "January 16th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "9.0">
diff --git a/packages.ent b/packages.ent
index f77a10e89..2a281b284 100644
--- a/packages.ent
+++ b/packages.ent
@@ -389,10 +389,10 @@
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
-<!ENTITY libcap-version "2.30">
-<!ENTITY libcap-size "96 KB">
+<!ENTITY libcap-version "2.31">
+<!ENTITY libcap-size "97 KB">
<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
-<!ENTITY libcap-md5 "ea531f37a30a61dce8bf8544537a46e3">
+<!ENTITY libcap-md5 "52120c05dc797b01f5a7ae70f4335e96">
<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
<!ENTITY libcap-ch6-du "8.5 MB">
<!ENTITY libcap-ch6-sbu "less than 0.1 SBU">