Author: bdubbs
Date: Sat Mar 17 19:04:17 2018
New Revision: 19964

Log:
Update to glib-2.56.0

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/general/sysutils/bluez.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/cryptsetup.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Mar 17 14:59:02 2018        (r19963)
+++ trunk/BOOK/general.ent      Sat Mar 17 19:04:17 2018        (r19964)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "16">                   <!-- Always 2 digits -->
+<!ENTITY day          "17">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 16th, &year;">
+<!ENTITY releasedate  "March 17th, &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/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Sat Mar 17 14:59:02 2018        (r19963)
+++ trunk/BOOK/general/genlib/glib2.xml Sat Mar 17 19:04:17 2018        (r19964)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/2.54/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/2.54/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-md5sum        "16e886ad677bf07b7d48eb8188bcf759">
-  <!ENTITY glib2-size          "7.5 MB">
-  <!ENTITY glib2-buildsize     "146 MB (add 1 MB for tests)">
-  <!ENTITY glib2-time          "0.2 SBU (using parallelism=4; add 0.5 SBU for 
tests)">
+  <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/2.56/glib-&glib2-version;.tar.xz">
+  <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/2.56/glib-&glib2-version;.tar.xz">
+  <!ENTITY glib2-md5sum        "f2b59392f2fb514bbe7791dda0c36da5">
+  <!ENTITY glib2-size          "7.7 MB">
+  <!ENTITY glib2-buildsize     "149 MB (add 1 MB for tests)">
+  <!ENTITY glib2-time          "0.3 SBU (add 0.4 SBU for tests; both using  
parallelism=4)">
 ]>
 
 <sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@@ -222,7 +222,7 @@
 chmod -v 755 /usr/bin/{gdbus-codegen,glib-gettextize} &amp;&amp;
 
 mkdir -p /usr/share/doc/glib-&glib2-version; &amp;&amp;
-cp -r ../docs/reference/{NEWS,README,gio,glib,gobject} 
/usr/share/doc/glib-&glib2-version;</userinput></screen>
+cp -r ../docs/reference/{NEWS,gio,glib,gobject} 
/usr/share/doc/glib-&glib2-version;</userinput></screen>
 
     <para>
       You should now install <xref linkend="desktop-file-utils"/> and proceed 
to

Modified: trunk/BOOK/general/sysutils/bluez.xml
==============================================================================
--- trunk/BOOK/general/sysutils/bluez.xml       Sat Mar 17 14:59:02 2018        
(r19963)
+++ trunk/BOOK/general/sysutils/bluez.xml       Sat Mar 17 19:04:17 2018        
(r19964)
@@ -9,7 +9,7 @@
   <!ENTITY bluez-md5sum        "f210e84db707d66af3b889084a6f8bef">
   <!ENTITY bluez-size          "1.7 MB">
   <!ENTITY bluez-buildsize     "57 MB (add 13 MB for tests)">
-  <!ENTITY bluez-time          "0.5 SBU (add 0.2 SBU for tests)">
+  <!ENTITY bluez-time          "0.1 SBU (using parallelism=4; add 0.2 SBU for 
tests)">
 ]>
 
 <sect1 id="bluez" xreflabel="BlueZ-&bluez-version;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 17 14:59:02 
2018        (r19963)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Mar 17 19:04:17 
2018        (r19964)
@@ -42,12 +42,22 @@
     </listitem>
 -->
     <listitem>
-      <para>March 16th, 2018</para>
+      <para>March 17th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to glib-2.56.0. Fixes
+          <ulink url="&blfs-ticket-root;10514">#10514</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[timtas] - Update to bluez-5.49. Fixes
           <ulink url="&blfs-ticket-root;10505">#10505</ulink>.</para>
         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>March 16th, 2018</para>
+      <itemizedlist>
         <listitem>
           <para>[bdubbs] - Update to cryptsetup-2.0.2. Fixes
           <ulink url="&blfs-ticket-root;10504">#10504</ulink>.</para>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Mar 17 14:59:02 2018        (r19963)
+++ trunk/BOOK/packages.ent     Sat Mar 17 19:04:17 2018        (r19964)
@@ -101,7 +101,7 @@
 <!ENTITY expat-version                "2.1.0">
 <!ENTITY fftw-version                 "3.3.7">
 <!ENTITY gcab-version                 "0.7">
-<!ENTITY glib2-version                "2.54.3">
+<!ENTITY glib2-version                "2.56.0">
 <!ENTITY glibmm-version               "2.54.1">
 <!ENTITY gmime-version                "2.6.23">
 <!ENTITY gmime3-version               "3.2.0">

Modified: trunk/BOOK/postlfs/security/cryptsetup.xml
==============================================================================
--- trunk/BOOK/postlfs/security/cryptsetup.xml  Sat Mar 17 14:59:02 2018        
(r19963)
+++ trunk/BOOK/postlfs/security/cryptsetup.xml  Sat Mar 17 19:04:17 2018        
(r19964)
@@ -74,15 +74,15 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="lvm2"/>,
-      <xref linkend="popt"/>, and one of
-      <xref linkend="libgcrypt"/>, 
-      <xref linkend="nettle"/>, or
-      <xref linkend="nss"/> (libgcrypt is the default)
+      <xref linkend="lvm2"/> and
+      <xref linkend="popt"/>
     </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      One of (<xref linkend="libgcrypt"/>, 
+      <xref linkend="nettle"/>, or
+      <xref linkend="nss"/>),
       <xref linkend="libpwquality"/>,
       <xref linkend="python2"/>, and
       <ulink url="http://www.openwall.com/passwdqc/";>passwdqc</ulink>
@@ -131,7 +131,8 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --with-crypto_backend=openssl &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -147,6 +148,15 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><parameter>--with-crypto_backend=openssl</parameter>:
+    This parameter selects the cryptographic libraries to use
+    with the application.  <application>gcrypt</application>
+    is the default.</para>
+
+  </sect2>
 
   <sect2 role="configuration">
     <title>Configuring cryptsetup</title>
-- 
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