Upgrade to Man-DB-2.5.6. Fixes #2481.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-09-17 20:39:34 +00:00
parent e86763a61f
commit 2767b171c9
7 changed files with 17 additions and 26 deletions

View File

@ -37,6 +37,16 @@
-->
<listitem>
<para>2009-09-17</para>
<itemizedlist>
<listitem>
<para>[matthew] Upgraded to Man-DB-2.5.6. Fixes
<ulink url="&lfs-ticket-root;2481">#2481</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2009-09-11</para>
<itemizedlist>

View File

@ -127,9 +127,9 @@
<!--<listitem>
<para>Make &make-version;</para>
</listitem>-->
<!--<listitem>
<listitem>
<para>Man-DB &man-db-version;</para>
</listitem>-->
</listitem>
<!--<listitem>
<para>Man-pages &man-pages-version;</para>
</listitem>-->

View File

@ -138,14 +138,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term>Man-DB Testsuite Patch - <token>&man-db-testsuite-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&man-db-testsuite-patch;"/></para>
<para>MD5 sum: <literal>&man-db-testsuite-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term>
<listitem>

View File

@ -41,12 +41,6 @@
<sect2 role="installation">
<title>Installation of Man-DB</title>
<para>Apply a patch to fix a problem with the testsuite, which doesn't
expect <command>col</command> to be UTF-8 aware, which Util-Linux-NG's
version is:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&man-db-testsuite-patch;</userinput></screen>
<para>Prepare Man-DB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20090911">
<!ENTITY releasedate "September 11, 2009">
<!ENTITY version "SVN-20090917">
<!ENTITY releasedate "September 17, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -343,10 +343,10 @@
<!ENTITY make-ch6-du "9.7 MB">
<!ENTITY make-ch6-sbu "0.3 SBU">
<!ENTITY man-db-version "2.5.5">
<!ENTITY man-db-size "1,903 KB">
<!ENTITY man-db-version "2.5.6">
<!ENTITY man-db-size "2,045 KB">
<!ENTITY man-db-url "http://download.savannah.gnu.org/releases/man-db/man-db-&man-db-version;.tar.gz">
<!ENTITY man-db-md5 "ca382dd934fc8b9e9a64d13354be48cf">
<!ENTITY man-db-md5 "69585b19c5600a863f1a0d7b7f283975">
<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
<!ENTITY man-db-ch6-du "22 MB">
<!ENTITY man-db-ch6-sbu "0.4 SBU">

View File

@ -74,11 +74,6 @@
<!ENTITY kbd-backspace-patch-size "12 KB">
<!ENTITY man-db-testsuite-patch "man-db-&man-db-version;-fix_testsuite-1.patch">
<!ENTITY man-db-testsuite-patch-md5 "0b23eeba6d8b130078cbee38ff22c621">
<!ENTITY man-db-testsuite-patch-size "1 KB">
<!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch">
<!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4">
<!ENTITY patch-fixes-patch-size "1.7 KB">