Author: bdubbs
Date: Tue Jan  2 11:41:48 2018
New Revision: 19641

Log:
Update to gc-7.6.2. 
Update to dhcpcd-7.0.0. 
Update to libreoffice-5.4.4.2.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/gc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/connect/dhcpcd.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Jan  1 22:50:27 2018        (r19640)
+++ trunk/BOOK/general.ent      Tue Jan  2 11:41:48 2018        (r19641)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "03">                   <!-- 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 2nd, &year;">
+<!ENTITY releasedate  "January 3rd, &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/prog/gc.xml
==============================================================================
--- trunk/BOOK/general/prog/gc.xml      Mon Jan  1 22:50:27 2018        (r19640)
+++ trunk/BOOK/general/prog/gc.xml      Tue Jan  2 11:41:48 2018        (r19641)
@@ -6,10 +6,10 @@
 
   <!ENTITY gc-download-http 
"http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz";>
   <!ENTITY gc-download-ftp  " ">
-  <!ENTITY gc-md5sum        "bf46ccbdaccfa3186c2ab87191c8855a">
+  <!ENTITY gc-md5sum        "66854af096fcd23b97dd7e1b829215c0">
   <!ENTITY gc-size          "1.1 MB">
-  <!ENTITY gc-buildsize     "13 MB (with tests)">
-  <!ENTITY gc-time          "0.2 SBU (with tests)">
+  <!ENTITY gc-buildsize     "12 MB (with tests)">
+  <!ENTITY gc-time          "0.1 SBU (with tests)">
 ]>
 
 <sect1 id="gc" xreflabel="GC-&gc-version;">
@@ -83,11 +83,6 @@
     <para role="required">
       <xref linkend="libatomic_ops"/>
     </para>
-<!--      (Gc contains a copy of
-      Libatomic_ops-&gc-version; which it will compile and statically link if
-      configure doesn't find Libatomic_ops installed on your system)
-    </para>
--->
 
     <para condition="html" role="usernotes">
       User Notes: <ulink url="&blfs-wiki;/gc"/>
@@ -101,9 +96,7 @@
       Install <application>GC</application> by running the following commands:
     </para>
 
-<screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am &amp;&amp;
-autoreconf -fi  &amp;&amp;
-./configure --prefix=/usr      \
+<screen><userinput>./configure --prefix=/usr      \
             --enable-cplusplus \
             --disable-static   \
             --docdir=/usr/share/doc/gc-&gc-version; &amp;&amp;
@@ -118,27 +111,19 @@
     </para>
 
 <screen role="root"><userinput>make install &amp;&amp;
-install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3 &amp;&amp;
-ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3</userinput></screen>
+install -v -m644 doc/gc.man 
/usr/share/man/man3/gc_malloc.3</userinput></screen>
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
     <para>
-      <command>sed -i 's#pkgdata#doc#' doc/doc.am</command> and
       <parameter>--docdir=/usr/share/doc/gc-&gc-version;</parameter>:
-      These commands are used so the package will install the
+      This option is used so the package will install the
       documentation in a versioned directory.
     </para>
 
     <para>
-      <command>autoreconf -fi</command>: This regenerates the
-      <command>configure</command> script and the
-      <filename>Makefile.in</filename> files.
-    </para>
-
-    <para>
       <parameter>--enable-cplusplus</parameter>: This parameter enables the
       building and installing of the C++ library along with the standard 
       C library.
@@ -162,7 +147,8 @@
           None
         </seg>
         <seg>
-          libcord.so, libgc.so and
+          libcord.so, 
+          libgc.so, and
           libgccpp.so
         </seg>
         <seg>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan  1 22:50:27 
2018        (r19640)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  2 11:41:48 
2018        (r19641)
@@ -42,6 +42,24 @@
     </listitem>
 -->
     <listitem>
+      <para>January 3rd, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to gc-7.6.2. Fixes
+          <ulink url="&blfs-ticket-root;10226">#10226</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to dhcpcd-7.0.0. Fixes
+          <ulink url="&blfs-ticket-root;10225">#10225</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libreoffice-5.4.4.2. Fixes
+          <ulink url="&blfs-ticket-root;9856">#9856</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 2nd, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/connect/dhcpcd.xml
==============================================================================
--- trunk/BOOK/networking/connect/dhcpcd.xml    Mon Jan  1 22:50:27 2018        
(r19640)
+++ trunk/BOOK/networking/connect/dhcpcd.xml    Tue Jan  2 11:41:48 2018        
(r19641)
@@ -6,9 +6,9 @@
 
   <!ENTITY dhcpcd-download-http 
"http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz";>
   <!ENTITY dhcpcd-download-ftp  
"ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz";>
-  <!ENTITY dhcpcd-md5sum        "2465624b62c1154f0e89dc69c42c849b">
-  <!ENTITY dhcpcd-size          "196 KB">
-  <!ENTITY dhcpcd-buildsize     "2.7 MB">
+  <!ENTITY dhcpcd-md5sum        "3b476f61490a8890ac90523400110328">
+  <!ENTITY dhcpcd-size          "204 KB">
+  <!ENTITY dhcpcd-buildsize     "2.8 MB">
   <!ENTITY dhcpcd-time          "less than 0.1 SBU">
 ]>
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Jan  1 22:50:27 2018        (r19640)
+++ trunk/BOOK/packages.ent     Tue Jan  2 11:41:48 2018        (r19641)
@@ -314,7 +314,7 @@
 <!ENTITY gcc-version                  "7.2.0">
 <!--<!ENTITY gcc-java-version             "7.1.0">-->
 <!ENTITY gcc-ada-version              "7.2.0">
-<!ENTITY gc-version                   "7.6.0">
+<!ENTITY gc-version                   "7.6.2">
 <!ENTITY gdb-version                  "8.0.1">
 <!ENTITY git-version                  "2.15.1">
 <!ENTITY guile-version                "2.2.3">
@@ -425,7 +425,7 @@
 <!-- Part IV -->
 <!-- Chapter 14 -->
 <!ENTITY ppp-version                  "2.4.5">
-<!ENTITY dhcpcd-version               "6.11.5">
+<!ENTITY dhcpcd-version               "7.0.0">
 <!ENTITY dhcp-version                 "4.3.6">
 
 <!-- Chapter 15 -->
@@ -719,7 +719,7 @@
 <!ENTITY gnumeric-version             "1.12.38">
 <!ENTITY gnucash-version              "2.4.11">
 
-<!ENTITY libreoffice-version          "5.4.1">
+<!ENTITY libreoffice-version          "5.4.4">
 <!ENTITY libreoffice-patch            ".2">
 <!ENTITY libreoffice-dlversion        
"&libreoffice-version;&libreoffice-patch;">
 

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Mon Jan  1 22:50:27 2018        
(r19640)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Tue Jan  2 11:41:48 2018        
(r19641)
@@ -9,24 +9,24 @@
   <!ENTITY libreoffice-dl 
"http://download.documentfoundation.org/libreoffice/src/&libreoffice-version;";>
 
   <!ENTITY libreoffice-core-download-http 
"&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
-  <!ENTITY libreoffice-core-md5sum        "95cb3b05efd537716fcbf0674cbebc99">
-  <!ENTITY libreoffice-core-size          "184 MB">
+  <!ENTITY libreoffice-core-md5sum        "e63f512803be129431e8ab788e141b0e">
+  <!ENTITY libreoffice-core-size          "185 MB">
 
   <!ENTITY libreoffice-dict-download-http 
"&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
-  <!ENTITY libreoffice-dict-md5sum        "aaa11f4cc98207e2f95abd648ec95812">
-  <!ENTITY libreoffice-dict-size          "39 MB">
+  <!ENTITY libreoffice-dict-md5sum        "eb85b2b47f985c8475502dba91eeb9c4">
+  <!ENTITY libreoffice-dict-size          "40 MB">
 
   <!ENTITY libreoffice-help-download-http 
"&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
-  <!ENTITY libreoffice-help-md5sum        "994c4f1aa14747109ef7e763597c757b">
-  <!ENTITY libreoffice-help-size          "2.2 MB">
+  <!ENTITY libreoffice-help-md5sum        "27d81cb9a790d790928e63e119488368">
+  <!ENTITY libreoffice-help-size          "2.3 MB">
 
   <!ENTITY libreoffice-translations-download-http 
"&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
-  <!ENTITY libreoffice-translations-md5sum        
"cfc35951a952c2a79e0deba43a00c29d">
-  <!ENTITY libreoffice-translations-size          "130 MB">
+  <!ENTITY libreoffice-translations-md5sum        
"ea9b9a849144a16a66dae28c7bb9a597">
+  <!ENTITY libreoffice-translations-size          "131 MB">
 
 
-  <!ENTITY libreoffice-buildsize          "9.6 GB (795 MB installed). 
Installing the whole set of languages has been reported to require up to 26 GB 
(2.9 GB installed)">
-  <!ENTITY libreoffice-time               "41 SBU with parallelism=8 + 
download time">
+  <!ENTITY libreoffice-buildsize          "6.6 GB (740 MB installed). 
Installing the whole set of languages has been reported to require up to 26 GB 
(2.9 GB installed)">
+  <!ENTITY libreoffice-time               "32 SBU with parallelism=8 + 
download time">
 
 ]>
 
-- 
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