diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-05 20:07:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-05 20:07:19 +0000 |
commit | 6ca023512baacc430ab6759924433482a1f201e1 (patch) | |
tree | ce6b48332e84cdfbbd005be5ebed15b9fd8c0e0d | |
parent | aeaae4a90801c8515f95afa68769164eae2014ab (diff) |
Update to man-pages-4.11.
Incorporate a test fix into the flex patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 2 | ||||
-rw-r--r-- | chapter06/flex.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 6 |
6 files changed, 20 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 36e197c9c..d72f5bdb8 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-05-05</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to man-pages-4.11. Fixes + <ulink url="&lfs-ticket-root;4083">#4083</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-05-03</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index aaaf4e3d8..935f66c06 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -260,7 +260,7 @@ </listitem> --> <listitem> - <para>flex-2.6.3-upstream_fix-1.patch</para> + <para>flex-2.6.3-upstream_fixes-3.patch</para> </listitem> </itemizedlist> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 168d0ceed..1c586076d 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -61,8 +61,6 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test, <emphasis>cxx_restart</emphasis>, is known to fail.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/general.ent b/general.ent index 33ee3e7fb..20af0cf27 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170503"> +<!ENTITY version "SVN-20170505"> <!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 "20170503-systemd"> +<!ENTITY versiond "20170505-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 3, 2017"> +<!ENTITY releasedate "May 5, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index c310f3a7f..7d62d3028 100644 --- a/packages.ent +++ b/packages.ent @@ -438,10 +438,10 @@ <!ENTITY man-db-ch6-du "30 MB"> <!ENTITY man-db-ch6-sbu "0.4 SBU"> -<!ENTITY man-pages-version "4.10"> -<!ENTITY man-pages-size "1,521 KB"> +<!ENTITY man-pages-version "4.11"> +<!ENTITY man-pages-size "1,538 KB"> <!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz"> -<!ENTITY man-pages-md5 "c76a2844ea70e374fdff9c2e61bbe85b"> +<!ENTITY man-pages-md5 "c2f25e2367fc12267bb85abe7b39f173"> <!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/"> <!ENTITY man-pages-ch6-du "27 MB"> <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> diff --git a/patches.ent b/patches.ent index 0120e66a4..6fdd4bbcf 100644 --- a/patches.ent +++ b/patches.ent @@ -20,9 +20,9 @@ <!ENTITY coreutils-i18n-patch-md5 "a9404fb575dfd5514f3c8f4120f9ca7d"> <!ENTITY coreutils-i18n-patch-size "168 KB"> -<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fix-2.patch"> -<!ENTITY flex-fixes-patch-md5 "bda1fae644c2337f70879341e0e49a6d"> -<!ENTITY flex-fixes-patch-size "3.3 KB"> +<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fixes-3.patch"> +<!ENTITY flex-fixes-patch-md5 "b46f6b0380e502a3dfb8b503227cd680"> +<!ENTITY flex-fixes-patch-size "3.4 KB"> <!-- <!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch"> |