Author: bdubbs
Date: Wed Jul 24 10:15:40 2013
New Revision: 11485
Log:
Update to dhcpcd-6.0.3
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/connect/dhcpcd.xml
trunk/BOOK/networking/netlibs/glib-networking.xml
trunk/BOOK/networking/netlibs/libsoup.xml
trunk/BOOK/networking/netutils/avahi.xml
trunk/BOOK/networking/netutils/mod_dnssd.xml
trunk/BOOK/networking/textweb/w3m.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Jul 24 06:39:27 2013 (r11484)
+++ trunk/BOOK/general.ent Wed Jul 24 10:15:40 2013 (r11485)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "23"> <!-- Always 2 digits -->
+<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "July 23rd, &year;">
+<!ENTITY releasedate "July 24th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -435,7 +435,7 @@
<!-- Part IV -->
<!-- Chapter 14 -->
<!ENTITY ppp-version "2.4.5">
-<!ENTITY dhcpcd-version "5.6.7">
+<!ENTITY dhcpcd-version "6.0.3">
<!ENTITY dhcp-version "4.2.5-P1">
<!-- Chapter 15 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Jul 24 06:39:27
2013 (r11484)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jul 24 10:15:40
2013 (r11485)
@@ -44,7 +44,16 @@
-->
<listitem>
- <para>July 22nd, 2013</para>
+ <para>July 24th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to dhcpcd-6.0.3.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>July 23rd, 2013</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to wireshark-1.10.0.</para>
Modified: trunk/BOOK/networking/connect/dhcpcd.xml
==============================================================================
--- trunk/BOOK/networking/connect/dhcpcd.xml Wed Jul 24 06:39:27 2013
(r11484)
+++ trunk/BOOK/networking/connect/dhcpcd.xml Wed Jul 24 10:15:40 2013
(r11485)
@@ -6,9 +6,9 @@
<!ENTITY dhcpcd-download-http
"http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
<!ENTITY dhcpcd-download-ftp
"ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">
- <!ENTITY dhcpcd-md5sum "998bcc3a47fbb2b0f91f8986d4b68345">
- <!ENTITY dhcpcd-size "86 KB">
- <!ENTITY dhcpcd-buildsize "1.0 MB">
+ <!ENTITY dhcpcd-md5sum "c81201427d5cd7d0b6348233c34234c2">
+ <!ENTITY dhcpcd-size "112 KB">
+ <!ENTITY dhcpcd-buildsize "2.3 MB">
<!ENTITY dhcpcd-time "less than 0.1 SBU">
]>
@@ -82,9 +82,9 @@
<screen><userinput>make install</userinput></screen>
<para>By default, a plain text lease info file isn't created but the
- <application>dhcpcd</application> provides a hook which can be used for
creating
- such a file. Install the hook by running the following
- commands as the <systemitem class="username">root</systemitem>
user:</para>
+ <application>dhcpcd</application> provides a hook which can be used for
creating
+ such a file. Install the hook by running the following
+ commands as the <systemitem class="username">root</systemitem> user:</para>
<screen><userinput>sed -i "s;/var/lib;/run;g" dhcpcd-hooks/50-dhcpcd-compat
&&
install -v -m 644 dhcpcd-hooks/50-dhcpcd-compat
/lib/dhcpcd/dhcpcd-hooks/</userinput></screen>
Modified: trunk/BOOK/networking/netlibs/glib-networking.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/glib-networking.xml Wed Jul 24 06:39:27
2013 (r11484)
+++ trunk/BOOK/networking/netlibs/glib-networking.xml Wed Jul 24 10:15:40
2013 (r11485)
@@ -36,7 +36,7 @@
Network related gio modules for <application>GLib</application>.
</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/netlibs/libsoup.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libsoup.xml Wed Jul 24 06:39:27 2013
(r11484)
+++ trunk/BOOK/networking/netlibs/libsoup.xml Wed Jul 24 10:15:40 2013
(r11485)
@@ -38,7 +38,7 @@
it also has asynchronous API for use in threaded applications.
</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/netutils/avahi.xml
==============================================================================
--- trunk/BOOK/networking/netutils/avahi.xml Wed Jul 24 06:39:27 2013
(r11484)
+++ trunk/BOOK/networking/netutils/avahi.xml Wed Jul 24 10:15:40 2013
(r11485)
@@ -34,7 +34,7 @@
facilitates service discovery on a local network.
</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/netutils/mod_dnssd.xml
==============================================================================
--- trunk/BOOK/networking/netutils/mod_dnssd.xml Wed Jul 24 06:39:27
2013 (r11484)
+++ trunk/BOOK/networking/netutils/mod_dnssd.xml Wed Jul 24 10:15:40
2013 (r11485)
@@ -37,7 +37,7 @@
available to clients compatible with the protocol.
</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/networking/textweb/w3m.xml
==============================================================================
--- trunk/BOOK/networking/textweb/w3m.xml Wed Jul 24 06:39:27 2013
(r11484)
+++ trunk/BOOK/networking/textweb/w3m.xml Wed Jul 24 10:15:40 2013
(r11485)
@@ -32,7 +32,7 @@
<para><application>w3m</application> is primarily a pager but it can
also be used as a text-mode WWW browser.</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -72,18 +72,19 @@
<para role="required"><xref linkend="gc"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gpm"/>,
- <xref linkend="openssl"/>,
- <xref linkend="imlib2"/>,
- <xref linkend="gtk2"/>,
- <ulink
url="http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/">Imlib</ulink>
- (not recommended: obsolete, abandoned upstream,
- <ulink url="http://bugs.debian.org/448360">buggy</ulink>, and gives no
- additional functionality as compared to other image loading libraries),
- <xref linkend="gdk-pixbuf"/>,
- <xref linkend="compface"/>,
- <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
- a Mail User Agent and an External Browser</para>
+ <para role="optional">
+ <xref linkend="gpm"/>,
+ <xref linkend="openssl"/>,
+ <xref linkend="imlib2"/>,
+ <xref linkend="gtk2"/>,
+ <ulink
url="http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/">Imlib</ulink>
+ (not recommended: obsolete, abandoned upstream,
+ <ulink url="http://bugs.debian.org/448360">buggy</ulink>, and gives no
+ additional functionality as compared to other image loading libraries),
+ <xref linkend="gdk-pixbuf"/>,
+ <xref linkend="compface"/>, and
+ <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
+ a Mail User Agent and an External Browser</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/W3M"/></para>
@@ -95,7 +96,7 @@
<para>Install <application>w3m</application> by running the following
commands:</para>
-<screen><userinput>patch -p1 < ../w3m-&w3m-version;-bdwgc72-1.patch
&&
+<screen><userinput>patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch
&&
sed -i 's/file_handle/file_foo/' istream.{c,h} &&
sed -i 's#gdk-pixbuf-xlib-2.0#& x11#' configure &&
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page