diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-13 17:34:27 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-13 17:34:27 +0000 |
commit | 2bb3584d5f8e7bae22fab65a2f5533af32ec331e (patch) | |
tree | c25bad48a11c1117b8cd7ca89f6152d074664791 | |
parent | 4032ec9c1cfa9be4e076158bfef6d0494424c7a9 (diff) |
Update to file-5.30
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dfcbef113..28a7cc575 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>2017-02-13</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to file-5.30. Fixes + <ulink url="&lfs-ticket-root;4047">#4047</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-02-10</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 7eb92ce38..1ef0cbd7a 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170210"> +<!ENTITY version "SVN-20170213"> <!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 "20170210-systemd"> +<!ENTITY versiond "20170213-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 10, 2016"> +<!ENTITY releasedate "February 13, 2016"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.0"> diff --git a/packages.ent b/packages.ent index 7377f2c42..23fefd861 100644 --- a/packages.ent +++ b/packages.ent @@ -169,10 +169,10 @@ <!ENTITY expect-ch5-du "4.3 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "5.29"> -<!ENTITY file-size "766 KB"> +<!ENTITY file-version "5.30"> +<!ENTITY file-size "771 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "b7b57b36b577c9cede2f2d1342203302"> +<!ENTITY file-md5 "f35eaf05489ae566eafc4d26bb1dcd90"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "15 MB"> <!ENTITY file-ch5-sbu "0.1 SBU"> |