diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-02-01 06:50:53 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-02-01 06:50:53 +0000 |
commit | 778f20d5d4a382ded0b6b08468de84aab2b6c48d (patch) | |
tree | 4c71933714ffb8c3a5e4549e57c1d36c9a290e42 | |
parent | 3f11f571319d455858960467f0228d5640afcaa8 (diff) |
Upated to libcap-2.25
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 16 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 24bdd5ad0..5a7853603 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2016-02-01</para> + <itemizedlist> + <listitem> + <para>[dj] - Updated to libcap-2.25.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2016-01-29</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2bcb9c9fa..0a6b0de2a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -136,9 +136,9 @@ <listitem> <para>Less &less-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Libcap-&libcap-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Libpipeline &libpipeline-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index 17da56a2e..0c3afae46 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "20160131-systemd"> +<!ENTITY version "20160201-systemd"> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "January 31, 2016"> +<!ENTITY releasedate "February 1, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 87d863e7e..3ca44408e 100644 --- a/packages.ent +++ b/packages.ent @@ -349,12 +349,12 @@ <!ENTITY less-ch6-du "3.6 MB"> <!ENTITY less-ch6-sbu "0.1 SBU"> -<!ENTITY libcap-version "2.24"> +<!ENTITY libcap-version "2.25"> <!ENTITY libcap-size "64 KB"> <!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> -<!ENTITY libcap-md5 "d43ab9f680435a7fff35b4ace8d45b80"> +<!ENTITY libcap-md5 "6666b839e5d46c2ad33fc8aa2ceb5f77"> <!ENTITY libcap-home "https://sites.google.com/site/fullycapable/"> -<!ENTITY libcap-ch6-du "1.4 MB"> +<!ENTITY libcap-ch6-du "1.7 MB"> <!ENTITY libcap-ch6-sbu "less than 0.1 SBU"> <!ENTITY libpipeline-version "1.4.1"> |