diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-31 15:59:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-12-31 15:59:04 +0000 |
commit | aa86d1b721e333ec7a0fe8c17e55703ec74ba50a (patch) | |
tree | f05f6b24b644aca562da6bf1e42dfac16a0ea12f | |
parent | a53feb3a98f8ac99994de30a5a0e515f046fbf4b (diff) |
Update to libcap-2.29.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 8 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 17 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 86104c2a5..b94913ba3 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-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to libcap-2.29. Fixes + <ulink url="&lfs-ticket-root;4564">#4564</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2019-12-22</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index e9224d0ab..6360c8453 100644 --- a/general.ent +++ b/general.ent @@ -1,15 +1,15 @@ -<!ENTITY version "SVN-20191222"> +<!ENTITY version "SVN-20200101"> <!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 "20191222-systemd"> +<!ENTITY versiond "20200101-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "December 22nd, 2019"> +<!ENTITY releasedate "January 1st, 2020"> -<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> +<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "9.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> diff --git a/packages.ent b/packages.ent index 9ce6f2b2c..667aeac08 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.28"> -<!ENTITY libcap-size "93 KB"> +<!ENTITY libcap-version "2.29"> +<!ENTITY libcap-size "96 KB"> <!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> -<!ENTITY libcap-md5 "4066ddca53fb7e146f98372c8e43afc4"> +<!ENTITY libcap-md5 "dd865b8a0a13cb8e9768e832e00f9f11"> <!ENTITY libcap-home "https://sites.google.com/site/fullycapable/"> <!ENTITY libcap-ch6-du "1.5 MB"> <!ENTITY libcap-ch6-sbu "less than 0.1 SBU"> |