Author: bdubbs
Date: Thu Jan 18 08:30:24 2018
New Revision: 19679

Log:
Update to libuv-1.19.0. 
Update to libdvdread-6.0.0. 
Update to libdvdnav-6.0.0. 
Update bluez installed packages.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libuv.xml
   trunk/BOOK/general/sysutils/bluez.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libdvdnav.xml
   trunk/BOOK/multimedia/libdriv/libdvdread.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jan 17 16:47:53 2018        (r19678)
+++ trunk/BOOK/general.ent      Thu Jan 18 08:30:24 2018        (r19679)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "17">                   <!-- Always 2 digits -->
+<!ENTITY day          "18">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 17th, &year;">
+<!ENTITY releasedate  "January 18th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/genlib/libuv.xml
==============================================================================
--- trunk/BOOK/general/genlib/libuv.xml Wed Jan 17 16:47:53 2018        (r19678)
+++ trunk/BOOK/general/genlib/libuv.xml Thu Jan 18 08:30:24 2018        (r19679)
@@ -6,10 +6,10 @@
 
   <!ENTITY libuv-download-http 
"https://github.com/libuv/libuv/archive/v&libuv-version;/libuv-&libuv-version;.tar.gz";>
   <!ENTITY libuv-download-ftp  " ">
-  <!ENTITY libuv-md5sum        "44e27d07bdf65b03b2f0ce934f7bdbf5">
+  <!ENTITY libuv-md5sum        "82e19ae07b2b12f73389008d86c1a980">
   <!ENTITY libuv-size          "1.1 MB">
-  <!ENTITY libuv-buildsize     "12 MB (add 9 MB for tests)">
-  <!ENTITY libuv-time          "0.1 SBU (add 1.2 SBU for tests)">
+  <!ENTITY libuv-buildsize     "11 MB (add 10 MB for tests)">
+  <!ENTITY libuv-time          "0.1 SBU (add 1.3 SBU for tests)">
 ]>
 
 <sect1 id="libuv" xreflabel="libuv-&libuv-version;">

Modified: trunk/BOOK/general/sysutils/bluez.xml
==============================================================================
--- trunk/BOOK/general/sysutils/bluez.xml       Wed Jan 17 16:47:53 2018        
(r19678)
+++ trunk/BOOK/general/sysutils/bluez.xml       Thu Jan 18 08:30:24 2018        
(r19679)
@@ -301,15 +301,24 @@
 
       <seglistitem>
         <seg>
-          bccmd, bluemoon, bluetoothctl, bluetoothd (symlink), btattach, 
btmon, ciptool,
-          hciattach, hciconfig, hcidump, hcitool, hex2hcd, l2ping, l2test,
-          mpris-proxy, rctest, rfcomm, and sdptool
+          bccmd, 
+          bluemoon, 
+          bluetoothctl, 
+          bluetoothd (symlink), 
+          btattach, 
+          btmon, 
+          hex2hcd, 
+          l2ping, 
+          l2test,
+          mpris-proxy, and 
+          rctest
         </seg>
         <seg>
           libbluetooth.so
         </seg>
         <seg>
-          /etc/bluetooth, /usr/{include,libexec}/bluetooth, and
+          /etc/bluetooth, 
+          /usr/{include,libexec}/bluetooth, and
           /usr/share/doc/bluez-&bluez-version;
         </seg>
       </seglistitem>
@@ -382,71 +391,6 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="ciptool">
-        <term><command>ciptool</command></term>
-        <listitem>
-          <para>
-            is used to set up, maintain, and inspect the CIP configuration
-            of the Bluetooth subsystem in the Linux kernel.
-          </para>
-          <indexterm zone="bluez ciptool">
-            <primary sortas="b-ciptool">ciptool</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="hciattach">
-        <term><command>hciattach</command></term>
-        <listitem>
-          <para>
-            is used to attach a serial UART to the Bluetooth stack
-            as HCI transport interface.
-          </para>
-          <indexterm zone="bluez hciattach">
-            <primary sortas="b-hciattach">hciattach</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="hciconfig">
-        <term><command>hciconfig</command></term>
-        <listitem>
-          <para>
-            is used to configure Bluetooth devices.
-          </para>
-          <indexterm zone="bluez hciconfig">
-            <primary sortas="b-hciconfig">hciconfig</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="hcidump">
-        <term><command>hcidump</command></term>
-        <listitem>
-          <para>
-            reads raw HCI data coming from and going to a Bluetooth
-            device and prints to screen commands, events and data
-            in a human-readable form.
-          </para>
-          <indexterm zone="bluez hcidump">
-            <primary sortas="b-hcidump">hcidump</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-
-      <varlistentry id="hcitool">
-        <term><command>hcitool</command></term>
-        <listitem>
-          <para>
-            is used to configure Bluetooth connections and send some
-            special command to Bluetooth devices.
-          </para>
-          <indexterm zone="bluez hcitool">
-            <primary sortas="b-hcitool">hcitool</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
 
       <varlistentry id="hex2hcd">
         <term><command>hex2hcd</command></term>
@@ -460,19 +404,6 @@
           </indexterm>
         </listitem>
       </varlistentry>
-<!--
-      <varlistentry id="hid2hci">
-        <term><command>hid2hci</command></term>
-        <listitem>
-          <para>
-            is used to set up switch supported Bluetooth devices into
-            the HCI mode and back.
-          </para>
-          <indexterm zone="bluez hid2hci">
-            <primary sortas="b-hid2hci">hid2hci</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>-->
 
       <varlistentry id="l2ping">
         <term><command>l2ping</command></term>
@@ -498,18 +429,6 @@
           </indexterm>
         </listitem>
       </varlistentry>
-<!--
-     <varlistentry id="obexd">
-        <term><command>obexd</command></term>
-        <listitem>
-          <para>
-            is the OBEX daemon.
-          </para>
-          <indexterm zone="bluez obexd">
-            <primary sortas="b-obexd">obexd</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>-->
 
       <varlistentry id="rctest">
         <term><command>rctest</command></term>
@@ -523,32 +442,6 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
-      <varlistentry id="rfcomm">
-        <term><command>rfcomm</command></term>
-        <listitem>
-          <para>
-            is used to set up, maintain, and inspect the RFCOMM
-            configuration of the Bluetooth subsystem in the
-            Linux kernel.
-          </para>
-          <indexterm zone="bluez rfcomm">
-            <primary sortas="b-rfcomm">rfcomm</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="sdptool">
-        <term><command>sdptool</command></term>
-        <listitem>
-          <para>
-            is used to perform SDP queries on Bluetooth devices.
-          </para>
-          <indexterm zone="bluez sdptool">
-            <primary sortas="b-sdptool">sdptool</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
 
       <varlistentry id="libbluetooth">
         <term><filename class="libraryfile">libbluetooth.so</filename></term>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jan 17 16:47:53 
2018        (r19678)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Jan 18 08:30:24 
2018        (r19679)
@@ -42,6 +42,27 @@
     </listitem>
 -->
     <listitem>
+      <para>January 18th, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to libuv-1.19.0. Fixes
+          <ulink url="&blfs-ticket-root;10270">#10270</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libdvdread-6.0.0. Fixes
+          <ulink url="&blfs-ticket-root;10273">#10273</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libdvdnav-6.0.0. Fixes
+          <ulink url="&blfs-ticket-root;10274">#10274</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update bluez installed packages. </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 17th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/libdvdnav.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdnav.xml Wed Jan 17 16:47:53 2018        
(r19678)
+++ trunk/BOOK/multimedia/libdriv/libdvdnav.xml Thu Jan 18 08:30:24 2018        
(r19679)
@@ -6,9 +6,9 @@
 
   <!ENTITY libdvdnav-download-http 
"https://get.videolan.org/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2";>
   <!ENTITY libdvdnav-download-ftp  " ">
-  <!ENTITY libdvdnav-md5sum        "e9ea4de3bd8f204e61301d407d09f033">
+  <!ENTITY libdvdnav-md5sum        "76a9e24496acf7f0c2ae656e8502686d">
   <!ENTITY libdvdnav-size          "364 KB">
-  <!ENTITY libdvdnav-buildsize     "3.9 MB">
+  <!ENTITY libdvdnav-buildsize     "3.6 MB">
   <!ENTITY libdvdnav-time          "less than 0.1 SBU">
 ]>
 

Modified: trunk/BOOK/multimedia/libdriv/libdvdread.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdread.xml        Wed Jan 17 16:47:53 
2018        (r19678)
+++ trunk/BOOK/multimedia/libdriv/libdvdread.xml        Thu Jan 18 08:30:24 
2018        (r19679)
@@ -6,9 +6,9 @@
 
   <!ENTITY libdvdread-download-http 
"https://get.videolan.org/libdvdread/&libdvdread-version;/libdvdread-&libdvdread-version;.tar.bz2";>
   <!ENTITY libdvdread-download-ftp  " ">
-  <!ENTITY libdvdread-md5sum        "b7b7d2a782087ed2a913263087083715">
+  <!ENTITY libdvdread-md5sum        "1505ed5607ff591cd689f8d1b0976c7b">
   <!ENTITY libdvdread-size          "388 KB">
-  <!ENTITY libdvdread-buildsize     "3.9 MB">
+  <!ENTITY libdvdread-buildsize     "3.6 MB">
   <!ENTITY libdvdread-time          "less than 0.1 SBU">
 ]>
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Jan 17 16:47:53 2018        (r19678)
+++ trunk/BOOK/packages.ent     Thu Jan 18 08:30:24 2018        (r19679)
@@ -161,7 +161,7 @@
 <!ENTITY libunistring-version         "0.9.8">
 <!ENTITY libusb-version               "1.0.21">
 <!ENTITY libusb-compat-version        "0.1.5">
-<!ENTITY libuv-version                "1.18.0">
+<!ENTITY libuv-version                "1.19.0">
 <!ENTITY libxkbcommon-version         "0.8.0">
 <!-- the libxml2-version is also used for the python2 module,
 which is built separately after libxml2.so has been installed,
@@ -792,8 +792,8 @@
 <!ENTITY libcdio-version              "2.0.0">
 <!ENTITY libdiscid-version            "0.6.2">
 <!ENTITY libdvdcss-version            "1.4.1">
-<!ENTITY libdvdread-version           "5.0.3">
-<!ENTITY libdvdnav-version            "5.0.3">
+<!ENTITY libdvdread-version           "6.0.0">
+<!ENTITY libdvdnav-version            "6.0.0">
 <!ENTITY libdv-version                "1.0.0">
 <!ENTITY libmad-version               "0.15.1b">
 <!ENTITY libmpeg2-version             "0.5.1">
-- 
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