[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 2218c5eafe0547e1aba3e4ac73556f1561b877e1

git git at cross-lfs.org
Sat Apr 23 07:41:30 PDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  2218c5eafe0547e1aba3e4ac73556f1561b877e1 (commit)
       via  c100ee1d03a95a5d5153a0210202261df39a00f7 (commit)
       via  bf0866a4def0d24db7cb6aaf34faaa31b138291c (commit)
       via  e8214bc8595c18d6b136125552c1e7184fcc8f74 (commit)
      from  e0ad6eed029819c03baf1267e2e65dd86628c13d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2218c5eafe0547e1aba3e4ac73556f1561b877e1
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Apr 23 10:41:17 2011 -0400

    Fix a compilation error with grub.

diff --git a/BOOK/boot/x86/grub-build.xml b/BOOK/boot/x86/grub-build.xml
index f303a19..86e2b83 100644
--- a/BOOK/boot/x86/grub-build.xml
+++ b/BOOK/boot/x86/grub-build.xml
@@ -32,7 +32,7 @@
 
 <screen os="ab"><userinput>./configure --prefix=/usr \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --sysconfdir=/etc</userinput></screen>
+    --sysconfdir=/etc --disable-werror</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/x86/grub.xml"
diff --git a/BOOK/final-system/x86/grub.xml b/BOOK/final-system/x86/grub.xml
index ef0db05..bb5702a 100644
--- a/BOOK/final-system/x86/grub.xml
+++ b/BOOK/final-system/x86/grub.xml
@@ -41,7 +41,7 @@
     <para os="a">Prepare GRUB for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr \
-    --sysconfdir=/etc</userinput></screen>
+    --sysconfdir=/etc --disable-werror</userinput></screen>
 
     <para os="c">Compile the package:</para>
 

commit c100ee1d03a95a5d5153a0210202261df39a00f7
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sat Apr 23 10:39:52 2011 -0400

    Update Date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 95f85b7..5b4a491 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "04"> <!-- Use two digits -->
 <!ENTITY month_name "April">
-<!ENTITY day "17"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit bf0866a4def0d24db7cb6aaf34faaa31b138291c
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Apr 17 08:45:32 2011 -0400

    Update Date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index d134bc6..95f85b7 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "04"> <!-- Use two digits -->
 <!ENTITY month_name "April">
-<!ENTITY day "16"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
 <!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit e8214bc8595c18d6b136125552c1e7184fcc8f74
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Apr 17 08:43:45 2011 -0400

    Updated rsyslog to 6.1.7. The introduces two new depencies for rsyslog
    of libestr and libee. As well as an optional dependency of liblognorm.
    To be added.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 9cccb3a..f54e4f6 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>April 17, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Updated Rsyslog to 6.1.7.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 16, 2011</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 11fd9cc..2501d85 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -358,10 +358,10 @@
 <!ENTITY readline-md5 "67948acb2ca081f23359d0256e9a271c">
 <!ENTITY readline-home "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">
 
-<!ENTITY rsyslog-version "4.4.2">
-<!ENTITY rsyslog-size "1,956 KB">
+<!ENTITY rsyslog-version "6.1.7">
+<!ENTITY rsyslog-size "2,336 KB">
 <!ENTITY rsyslog-url "http://download.rsyslog.com/rsyslog/rsyslog-&rsyslog-version;.tar.gz">
-<!ENTITY rsyslog-md5 "a8ada67b6cd5c00fbeb3a4b687b17359">
+<!ENTITY rsyslog-md5 "7f14d4fb992c3cc81fd61e561298bd46">
 <!ENTITY rsyslog-home "http://www.rsyslog.com/">
 
 <!ENTITY sed-version "4.2.1">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/x86/grub-build.xml           |    2 +-
 BOOK/final-system/x86/grub.xml         |    2 +-
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/packages.ent                      |    6 +++---
 5 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list