Author: bdubbs
Date: Fri Jul  1 15:45:58 2016
New Revision: 17543

Log:
Update to at-3.1.20

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/at.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Jun 30 16:40:40 2016        (r17542)
+++ trunk/BOOK/general.ent      Fri Jul  1 15:45:58 2016        (r17543)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "30">                   <!-- Always 2 digits -->
-<!ENTITY month        "06">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2016">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "June 30th &year;">
+<!ENTITY releasedate  "July 1st &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/sysutils/at.xml
==============================================================================
--- trunk/BOOK/general/sysutils/at.xml  Thu Jun 30 16:40:40 2016        (r17542)
+++ trunk/BOOK/general/sysutils/at.xml  Fri Jul  1 15:45:58 2016        (r17543)
@@ -6,8 +6,8 @@
 
   <!ENTITY at-download-http 
"http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz";>
   <!ENTITY at-download-ftp  
"ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz";>
-  <!ENTITY at-md5sum        "f67a7aab557cd5b4a1311079a08acebe">
-  <!ENTITY at-size          "124 KB">
+  <!ENTITY at-md5sum        "e7bd7b785b2cbb17e133d6bdc0fb099e">
+  <!ENTITY at-size          "128 KB">
   <!ENTITY at-buildsize     "1.8 MB">
   <!ENTITY at-time          "less than 0.1 SBU">
 ]>
@@ -77,18 +77,6 @@
   <sect2 role="installation">
     <title>Installation of at</title>
 
-    <note>
-      <para>
-        This package tarball has not been made from a directory. Unlike the
-        normal packages in BLFS, you need to create a directory and untar
-        into it:
-      </para>
-
-<screen><userinput>mkdir -v at-&at-version; &amp;&amp;
-cd       at-&at-version; &amp;&amp;
-tar -xf  ../at_&at-version;.tar.gz</userinput></screen>
-   </note>
-
     <para>Before building <application>at</application>, as the
     <systemitem class="username">root</systemitem> user you should create
     the group and user <systemitem class="username">atd</systemitem> which
@@ -106,6 +94,12 @@
 
 <screen><userinput>sed -i '/docdir/s/=.*/= @docdir@/' 
Makefile.in</userinput></screen>
 
+    <para>
+      Regenerate the build files to be consistent with this package version:
+    </para>
+
+<screen><userinput>autoreconf</userinput></screen>
+
     <para>Install <application>at</application> with the following
     commands:</para>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jun 30 16:40:40 
2016        (r17542)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jul  1 15:45:58 
2016        (r17543)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>July 1st, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to at-3.1.20. Fixes
+          <ulink url="&blfs-ticket-root;8020">#8020</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 30th, 2016</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Jun 30 16:40:40 2016        (r17542)
+++ trunk/BOOK/packages.ent     Fri Jul  1 15:45:58 2016        (r17543)
@@ -228,7 +228,7 @@
 
 <!-- Chapter 12 -->
 <!ENTITY acpid-version                "2.0.27">
-<!ENTITY at-version                   "3.1.18">
+<!ENTITY at-version                   "3.1.20">
 <!ENTITY autofs-version               "5.1.2">
 <!ENTITY bluez-version                "5.40">
 <!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
-- 
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