aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-11-19 20:51:45 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-11-19 20:51:45 +0000
commitc4a60b707a50c3e9be6e5ee7db4c6b1fb8cf8595 (patch)
tree263ee82a807b6969ae89daf735b40cd3c4485b81
parente0472a18474c318fa3c2922ec72dc4dad464fb06 (diff)
Update to libcap-2.26
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/libcap.xml2
-rw-r--r--general.ent6
-rw-r--r--packages.ent4
5 files changed, 18 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9914c4751..83505b2dd 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>2018-11-19</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to libcap-2.26. Fixes
+ <ulink url="&lfs-ticket-root;4378">#4378</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2018-11-09</para>
<itemizedlist>
<listitem revision='sysv'>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 4322f6e56..d3c96d438 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -146,9 +146,9 @@
<!--<listitem>
<para>LFS-Bootscripts-&lfs-bootscripts-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Libcap-&libcap-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>Libelf-&elfutils-version; (from elfutils)</para>
</listitem>
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml
index 94fc94468..7b6bcabdc 100644
--- a/chapter06/libcap.xml
+++ b/chapter06/libcap.xml
@@ -56,7 +56,7 @@
<para>Install the package:</para>
<screen><userinput remap="install">make RAISE_SETFCAP=no lib=lib prefix=/usr install
-chmod -v 755 /usr/lib/libcap.so</userinput></screen>
+chmod -v 755 /usr/lib/libcap.so.&libcap-version;</userinput></screen>
<variablelist>
<title>The meaning of the make option:</title>
diff --git a/general.ent b/general.ent
index 797e173ca..87dcc18f6 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20181109">
+<!ENTITY version "SVN-20181119">
<!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 "20181109-systemd">
+<!ENTITY versiond "20181119-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "November 9, 2018">
+<!ENTITY releasedate "November 19, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.3">
diff --git a/packages.ent b/packages.ent
index 2563fa40f..6fc4c59f5 100644
--- a/packages.ent
+++ b/packages.ent
@@ -389,8 +389,8 @@
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
-<!ENTITY libcap-version "2.25">
-<!ENTITY libcap-size "64 KB">
+<!ENTITY libcap-version "2.26">
+<!ENTITY libcap-size "66 KB">
<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
<!ENTITY libcap-md5 "6666b839e5d46c2ad33fc8aa2ceb5f77">
<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">