Author: bdubbs
Date: Sat Jan  5 15:18:15 2019
New Revision: 20923

Log:
Update to libxslt-1.1.33. 
Update to libxml2-2.9.9. 
Update to audacious{,-plugins}-3.10.1.

Modified:
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/general/genlib/libxslt.xml
   trunk/BOOK/general/prog/libxml2py2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/audioutils/audacious.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/libxml2.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       Sat Jan  5 12:33:29 2019        
(r20922)
+++ trunk/BOOK/general/genlib/libxml2.xml       Sat Jan  5 15:18:15 2019        
(r20923)
@@ -7,9 +7,9 @@
   <!-- Also update the download, md5, size entities in libxml2py2.xml -->
   <!ENTITY libxml2-download-http 
"http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz";>
   <!ENTITY libxml2-download-ftp  
"ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz";>
-  <!ENTITY libxml2-md5sum        "b786e353e2aa1b872d70d5d1ca0c740d">
+  <!ENTITY libxml2-md5sum        "c04a5a0a042eaa157e8e8c9eabe76bd6">
   <!ENTITY libxml2-size          "5.2 MB">
-  <!ENTITY libxml2-buildsize     "83 MB (add 15 MB for tests)">
+  <!ENTITY libxml2-buildsize     "86 MB (add 16 MB for tests)">
   <!ENTITY libxml2-time          "0.2 SBU (add 0.3 SBU for tests)">
   <!ENTITY testsuite-version     "20130923">
 ]>
@@ -81,13 +81,13 @@
           enables <command>make check</command> to do complete testing.
         </para>
       </listitem>
-
+<!--
       <listitem>
         <para>
           Recommended patch to prevent a segfault in itstool when using 
Python3:
           <ulink 
url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>
         </para>
-      </listitem>
+      </listitem> -->
     </itemizedlist>
 
     <bridgehead renderas="sect3">libxml2 Dependencies</bridgehead>
@@ -129,7 +129,7 @@
 
   <sect2 role="installation">
     <title>Installation of libxml2</title>
-
+<!--
     <para>
       First apply a patch, which prevents segfaults in the Python module, when
       built by <xref linkend="python3"/>:
@@ -143,7 +143,7 @@
     </para>
 
 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' 
python/types.c</userinput></screen>
-
+-->
     <para>
       Install <application>libxml2</application> by running the following
       commands:
@@ -193,13 +193,13 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
-
+<!--
     <para>
       <parameter>sed -i '/_PyVerify_fd/,+1d' python/types.c</parameter>: This
       fixes the <application>Python3</application> code to build with
       <application>gcc-7</application>.
     </para>
-
+-->
     <para>
       <parameter>--with-history</parameter>: This switch enables
       <application>Readline</application> support when running
@@ -207,7 +207,7 @@
     </para>
 
     <para>
-      <parameter>--with-python=/usr/bin/python3</parameter>: Allows to build
+      <parameter>--with-python=/usr/bin/python3</parameter>: Allows building
       the libxml2 module with Python3 instead of Python2.
     </para>
 
@@ -233,13 +233,15 @@
 
       <seglistitem>
         <seg>
-          xml2-config, xmlcatalog, xmllint and the
+          xml2-config, 
+          xmlcatalog, and 
+          xmllint <!--and the
           drv_libxml2.py and libxml2.py <application>Python3</application>
-          modules.
+          modules.  These are pythin modules, not programs -->
         </seg>
         <seg>
-          libxml2.so and optionally, the libxml2mod.so
-          <application>Python3</application> module
+          libxml2.so and 
+          libxml2mod.so (<application>Python3</application> module)
         </seg>
         <seg>
           /usr/include/libxml2,
@@ -294,7 +296,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+<!--
       <varlistentry id="drv_libxml2.py3">
         <term><command>drv_libxml2.py</command></term>
         <listitem>
@@ -318,7 +320,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
+-->
       <varlistentry id="libxml2-lib">
         <term><filename class="libraryfile">libxml2.so</filename></term>
         <listitem>

Modified: trunk/BOOK/general/genlib/libxslt.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxslt.xml       Sat Jan  5 12:33:29 2019        
(r20922)
+++ trunk/BOOK/general/genlib/libxslt.xml       Sat Jan  5 15:18:15 2019        
(r20923)
@@ -6,10 +6,10 @@
 
   <!ENTITY libxslt-download-http 
"http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz";>
   <!ENTITY libxslt-download-ftp  
"ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz";>
-  <!ENTITY libxslt-md5sum        "1fc72f98e98bf4443f1651165f3aa146">
+  <!ENTITY libxslt-md5sum        "b3bd254a03e46d58f8ad1e4559cd2c2f">
   <!ENTITY libxslt-size          "3.3 MB">
-  <!ENTITY libxslt-buildsize     "37 MB (with tests)">
-  <!ENTITY libxslt-time          "0.1 SBU (with tests)">
+  <!ENTITY libxslt-buildsize     "36 MB (with tests)">
+  <!ENTITY libxslt-time          "0.3 SBU (with tests)">
 ]>
 
 <sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">

Modified: trunk/BOOK/general/prog/libxml2py2.xml
==============================================================================
--- trunk/BOOK/general/prog/libxml2py2.xml      Sat Jan  5 12:33:29 2019        
(r20922)
+++ trunk/BOOK/general/prog/libxml2py2.xml      Sat Jan  5 15:18:15 2019        
(r20923)
@@ -7,7 +7,7 @@
   <!-- The download, md5sum, size entities need to match those used in 
libxml2.xml -->
   <!ENTITY libxml2py2-download-http 
"http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz";>
   <!ENTITY libxml2py2-download-ftp  
"ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz";>
-  <!ENTITY libxml2py2-md5sum        "b786e353e2aa1b872d70d5d1ca0c740d">
+  <!ENTITY libxml2py2-md5sum        "c04a5a0a042eaa157e8e8c9eabe76bd6">
   <!ENTITY libxml2py2-size          "5.2 MB">
   <!ENTITY libxml2py2-buildsize     "54 MB (2.3 MB installed)">
   <!ENTITY libxml2py2-time          "less than 0.1 SBU">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan  5 12:33:29 
2019        (r20922)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan  5 15:18:15 
2019        (r20923)
@@ -45,6 +45,18 @@
       <para>January 6th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to libxslt-1.1.33. Fixes
+          <ulink url="&blfs-ticket-root;11509">#11509</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libxml2-2.9.9. Fixes
+          <ulink url="&blfs-ticket-root;11508">#11508</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to audacious{,-plugins}-3.10.1. Fixes
+          <ulink url="&blfs-ticket-root;11486">#11486</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to xscreensaver-5.42. Fixes
           <ulink url="&blfs-ticket-root;11489">#11489</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/audioutils/audacious.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/audacious.xml      Sat Jan  5 12:33:29 
2019        (r20922)
+++ trunk/BOOK/multimedia/audioutils/audacious.xml      Sat Jan  5 15:18:15 
2019        (r20923)
@@ -7,17 +7,17 @@
   <!ENTITY audacious-download-http
            
"https://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2";>
   <!ENTITY audacious-download-ftp         " ">
-  <!ENTITY audacious-md5sum               "95c79e14c412f274624c6979236a3840">
-  <!ENTITY audacious-size                 "551 KB">
-  <!ENTITY audacious-buildsize            "20 MB (with Gtk user interface)">
+  <!ENTITY audacious-md5sum               "9dfcf0290f766d91b0e195a232d4e4bf">
+  <!ENTITY audacious-size                 "552 KB">
+  <!ENTITY audacious-buildsize            "22 MB (with Gtk user interface)">
   <!ENTITY audacious-time                 "0.3 SBU (with Gtk user interface)">
 
   <!ENTITY audacious-plugins-download
            
"https://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2";>
-  <!ENTITY audacious-plugins-md5sum       "26268359f4f21171de35cc10d0545733">
-  <!ENTITY audacious-plugins-size         "1.7 MB">
-  <!ENTITY audacious-plugins-buildsize    "46 MB (with Gtk user interface)">
-  <!ENTITY audacious-plugins-time         "0.9 SBU (with Gtk user interface)">
+  <!ENTITY audacious-plugins-md5sum       "c54e49a3a32c0df2beaf4fdf14a4bd75">
+  <!ENTITY audacious-plugins-size         "1.6 MB">
+  <!ENTITY audacious-plugins-buildsize    "49 MB (with Gtk user interface)">
+  <!ENTITY audacious-plugins-time         "0.7 SBU (with Gtk user interface)">
 ]>
 
 <sect1 id="audacious" xreflabel="Audacious-&audacious-version;">

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Jan  5 12:33:29 2019        (r20922)
+++ trunk/BOOK/packages.ent     Sat Jan  5 15:18:15 2019        (r20923)
@@ -170,8 +170,8 @@
 <!-- the libxml2-version is also used for the python2 module,
 which is built separately after libxml2.so has been installed,
 to avoid building libxml2 twice, which is slow with all deps -->
-<!ENTITY libxml2-version              "2.9.8">
-<!ENTITY libxslt-version              "1.1.32">
+<!ENTITY libxml2-version              "2.9.9">
+<!ENTITY libxslt-version              "1.1.33">
 <!ENTITY libwacom-version             "0.29">
 <!ENTITY libzeitgeist-version         "0.3.18">
 <!ENTITY lzo-version                  "2.10">
@@ -958,8 +958,8 @@
 <!ENTITY lame-version                 "3.100">
 <!ENTITY CDParanoia-version           "III-10.2">
 <!ENTITY freetts-version              "1.2.2">
-<!ENTITY audacious-version            "3.10">
-<!ENTITY audacious-plugins-version    "3.10">
+<!ENTITY audacious-version            "3.10.1">
+<!ENTITY audacious-plugins-version    "3.10.1">
 <!ENTITY amarok-version               "2.8.0">
 <!ENTITY pnmixer-version              "0.7.2">
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to