Author: fernando
Date: Sat Apr 19 06:47:57 2014
New Revision: 12979
Log:
Updates to fontsproto-2.1.3, xproto-7.0.26 and nmap-6.46.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netutils/nmap.xml
trunk/BOOK/x/installing/x7proto.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Apr 18 20:41:23 2014 (r12978)
+++ trunk/BOOK/general.ent Sat Apr 19 06:47:57 2014 (r12979)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 18th, &year;">
+<!ENTITY releasedate "April 19th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
@@ -458,7 +458,7 @@
<!ENTITY bind-version "9.9.5">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "0.9.8.9">
-<!ENTITY nmap-version "6.45">
+<!ENTITY nmap-version "6.46">
<!ENTITY traceroute-version "2.0.19">
<!ENTITY whois-version "5.1.1">
<!ENTITY wicd-version "1.7.2.4">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Apr 18 20:41:23
2014 (r12978)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Apr 19 06:47:57
2014 (r12979)
@@ -45,6 +45,24 @@
-->
<listitem>
+ <para>April 19th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - nmap-6.46. Fixes
+ <ulink url="&blfs-ticket-root;4974">#4974</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - xproto-7.0.26. Fixes
+ <ulink url="&blfs-ticket-root;4963">#4963</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - fontsproto-2.1.3. Fixes
+ <ulink url="&blfs-ticket-root;4962">#4962</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 18th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netutils/nmap.xml
==============================================================================
--- trunk/BOOK/networking/netutils/nmap.xml Fri Apr 18 20:41:23 2014
(r12978)
+++ trunk/BOOK/networking/netutils/nmap.xml Sat Apr 19 06:47:57 2014
(r12979)
@@ -58,6 +58,16 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Optional patch:
+ <ulink url="&patch-root;/nmap-&nmap-version;-fix_tests-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
@@ -101,15 +111,19 @@
</para>
</note>
+ <para>If you wish to run the test suite, run the following command:</para>
+
+<screen><userinput>patch -Np1 -i
../nmap-&nmap-version;-fix_tests-1.patch</userinput></screen>
+
<para>Install <application>Nmap</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &&
make -j1</userinput></screen>
- <para>To test the results, issue: <command>make -k check</command> as the
+ <para>To test the results, issue: <command>make check</command> as the
<systemitem class="username">root</systemitem> user. Tests need a
- graphical session. Some tests may fail.</para>
+ graphical session.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
Modified: trunk/BOOK/x/installing/x7proto.xml
==============================================================================
--- trunk/BOOK/x/installing/x7proto.xml Fri Apr 18 20:41:23 2014 (r12978)
+++ trunk/BOOK/x/installing/x7proto.xml Sat Apr 19 06:47:57 2014 (r12979)
@@ -31,8 +31,8 @@
<!ENTITY fixesproto-version "5.0">
<!ENTITY fixesproto-md5sum "e7431ab84d37b2678af71e29355e101d">
- <!ENTITY fontsproto-version "2.1.2">
- <!ENTITY fontsproto-md5sum "c5f4f1fb4ba7766eedbc9489e81f3be2">
+ <!ENTITY fontsproto-version "2.1.3">
+ <!ENTITY fontsproto-md5sum "36934d00b00555eaacde9f091f392f97">
<!ENTITY glproto-version "1.4.17">
<!ENTITY glproto-md5sum "5565f1b0facf4a59c2778229c1f70d10">
@@ -85,8 +85,8 @@
<!ENTITY xineramaproto-version "1.2.1">
<!ENTITY xineramaproto-md5sum "9959fe0bfb22a0e7260433b8d199590a">
- <!ENTITY xproto-version "7.0.25">
- <!ENTITY xproto-md5sum "28311ef4edbbbf89f617a7f8a2e5648f">
+ <!ENTITY xproto-version "7.0.26">
+ <!ENTITY xproto-md5sum "4dc2464bfeade23dab5de38da0f6b1b5">
]>
@@ -142,9 +142,13 @@
<xref linkend="wget"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="fop"/>, <xref linkend="xmlto"/> and
- <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> (to build
- additional documentation)</para>
+ <para role="optional">
+ <xref linkend="fop"/>,
+ <xref linkend="libxslt"/>,
+ <xref linkend="xmlto"/> and
+ <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> (to
build
+ additional documentation)
+ </para>
<note><para>There is a reciprocal dependency with <xref linkend="fop"/>. If
you wish to build the documentation, you'll need to re-install the
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page