浏览代码

libcap-2.31

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Pierre Labastie 5 年之前
父节点
当前提交
0ebc87489e
共有 4 个文件被更改,包括 18 次插入8 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/libcap.xml
  3. 3 3
      general.ent
  4. 3 3
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -42,6 +42,16 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     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>

+ 2 - 2
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>
 

+ 3 - 3
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">

+ 3 - 3
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">