Author: fernando
Date: Sat Oct 19 06:36:10 2013
New Revision: 11998
Log:
Update to glib-2.38.1. Add patch to wireshark-1.10.2. Both, slightly
reformatted.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/glib2.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netutils/wireshark.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Oct 19 01:27:24 2013 (r11997)
+++ trunk/BOOK/general.ent Sat Oct 19 06:36:10 2013 (r11998)
@@ -211,7 +211,7 @@
<!ENTITY exempi-version "2.2.1">
<!ENTITY expat-version "2.1.0">
<!ENTITY gamin-version "0.1.10">
-<!ENTITY glib2-version "2.38.0">
+<!ENTITY glib2-version "2.38.1">
<!ENTITY glibmm-version "2.36.2">
<!ENTITY gmime-version "2.6.18">
<!ENTITY gobject-introspection-version "1.38.0">
Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Sat Oct 19 01:27:24 2013 (r11997)
+++ trunk/BOOK/general/genlib/glib2.xml Sat Oct 19 06:36:10 2013 (r11998)
@@ -6,10 +6,10 @@
<!ENTITY glib2-download-http
"&gnome-download-http;/glib/2.38/glib-&glib2-version;.tar.xz">
<!ENTITY glib2-download-ftp
"&gnome-download-ftp;/glib/2.38/glib-&glib2-version;.tar.xz">
- <!ENTITY glib2-md5sum "c50d2805a76763e9b4cc4385d4ea215d">
+ <!ENTITY glib2-md5sum "f3f6789151c1810f2fe23fe9ebb8b828">
<!ENTITY glib2-size "6.4 MB">
- <!ENTITY glib2-buildsize "139 MB">
- <!ENTITY glib2-time "0.9 SBU (additional 4.8 SBU to run the test
suite)">
+ <!ENTITY glib2-buildsize "116 MB (plus 41MB installed)">
+ <!ENTITY glib2-time "0.9 SBU (additional 5.6 SBU to run the test
suite)">
]>
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@@ -143,7 +143,8 @@
<para>
To test the results, issue: <command>make -k check</command>. The
tests need to be run in a graphical environment. One test (regex)
- fails when using the system pcre package.
+ fails when using the system pcre package. Test "gdatetime" has been
+ reported to fail.
</para>
</sect2>
@@ -152,7 +153,7 @@
<title>Command Explanations</title>
<para>
- <parameter>--with-pcre=system</parameter>: This switch causes the
+ <option>--with-pcre=system</option>: This switch causes the
build to use a system-provided version of the
<application>PCRE</application> library instead of an internal
version.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Oct 19 01:27:24
2013 (r11997)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Oct 19 06:36:10
2013 (r11998)
@@ -47,6 +47,14 @@
<para>October 19th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Add patch to wireshark-1.10.2. Fixes
+ <ulink url="&blfs-ticket-root;4206">#4206</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to glib-2.38.1. Fixes
+ <ulink url="&blfs-ticket-root;4182">#4182</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Update to libass-0.10.2. Fixes
<ulink url="&blfs-ticket-root;4202">#4202</ulink>.</para>
</listitem>
Modified: trunk/BOOK/networking/netutils/wireshark.xml
==============================================================================
--- trunk/BOOK/networking/netutils/wireshark.xml Sat Oct 19 01:27:24
2013 (r11997)
+++ trunk/BOOK/networking/netutils/wireshark.xml Sat Oct 19 06:36:10
2013 (r11998)
@@ -69,6 +69,12 @@
<ulink url="http://www.wireshark.org/download/docs/"/>
</para>
</listitem>
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch"/>
+ </para>
+ </listitem>
</itemizedlist>
<para>From this page you can download many different docs in a variety
@@ -159,7 +165,8 @@
<para>Continue to install <application>Wireshark</application> by running
the following commands:</para>
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+<screen><userinput>patch -Np1 -i
../wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch
&&
+./configure --prefix=/usr --sysconfdir=/etc
&&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -213,12 +220,12 @@
<para><parameter>--enable-threads</parameter>: This parameter enables the
use of threads in <command>wireshark</command>.</para>
- <para><option>--with-ssl</option>: This parameter is required if you
+ <para><parameter>--with-ssl</parameter>: This parameter is required if you
are linking Kerberos libraries into the build so that the
<application>OpenSSL</application>
<filename class='libraryfile'>libcrypto</filename> library is found.</para>
- <para><option>--with-python</option>: This parameter is required if you
+ <para><parameter>--with-python</parameter>: This parameter is required if
you
want Python bindings built.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page