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

git git at cross-lfs.org
Tue Oct 23 16:18:03 PDT 2012


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  f001dfd6eb2d8b4d309ec728d77a9da3009ad8dd (commit)
       via  4cc05f721714b814514c40127536685df6d28ed8 (commit)
       via  4607359bd776e495c11d6599c0d2277d445f6675 (commit)
       via  72276259ad833ee7f59b4838db386c6450496329 (commit)
       via  79ecfc2efa14a219e47ad70ce59f79e23a540657 (commit)
       via  590ac8b9d660d86d173f54ba6b03e2f598d9776f (commit)
       via  a595f9f00652ef1f3e598bc400e80de2de565d28 (commit)
      from  a0ae8b16e3603a1c4d9d283ac62c59c33fd53491 (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 f001dfd6eb2d8b4d309ec728d77a9da3009ad8dd
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:17:52 2012 -0500

    Remove some weird directory.

diff --git a/clfs-1.2.0 b/clfs-1.2.0
deleted file mode 160000
index 80cbd64..0000000
--- a/clfs-1.2.0
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 80cbd640c3f54251f95cd52d62c2ce5aeb8014f1

commit 4cc05f721714b814514c40127536685df6d28ed8
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:17:23 2012 -0500

    Add m4 gets patch entity.

diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 3ed4aa6..21bbd5b 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -49,6 +49,10 @@
 <!ENTITY kbd-espo-patch-md5 "476c4066c5c663b44b67acaa4cdef62e">
 <!ENTITY kbd-espo-patch-size "4 KB">
 
+<!ENTITY m4-gets-patch "m4-&m4-version;-no-gets-1.patch">
+<!ENTITY m4-gets-patch-md5 "6c5013f9ae5afc78f123e96356ceec3e">
+<!ENTITY m4-gets-patch-size "4 KB">
+
 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
 <!ENTITY man-i18n-patch-md5 "a5aba0cb5a95a7945db8c882334b7dab">
 <!ENTITY man-i18n-patch-size "12 KB">

commit 4607359bd776e495c11d6599c0d2277d445f6675
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:17:08 2012 -0500

    Add m4 gets patch entry for needed patches.

diff --git a/BOOK/materials/common/patches.xml b/BOOK/materials/common/patches.xml
index d227a9f..d2e1421 100644
--- a/BOOK/materials/common/patches.xml
+++ b/BOOK/materials/common/patches.xml
@@ -100,6 +100,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>M4 gets Patch - <token>&m4-gets-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&m4-gets-patch;"/></para>
+        <para>MD5 sum: <literal>&m4-gets-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

commit 72276259ad833ee7f59b4838db386c6450496329
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:15:23 2012 -0500

    Add m4 no gets patch commands to cross-tools m4.

diff --git a/BOOK/cross-tools/common/m4.xml b/BOOK/cross-tools/common/m4.xml
index c2f5a53..69df43e 100644
--- a/BOOK/cross-tools/common/m4.xml
+++ b/BOOK/cross-tools/common/m4.xml
@@ -22,6 +22,12 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
+
+    <para os="p1">The following patch contains a fix when building 
+    with a host having glibc or eglibc 2.16 or later.</para>
+
+    <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen>
+
     <para os="a">Prepare M4 for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/cross-tools</userinput></screen>

commit 79ecfc2efa14a219e47ad70ce59f79e23a540657
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:11:33 2012 -0500

    Update introduction.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index d2d5d25..0a6bcf3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>October 23, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington} - Add cross-tools M4 patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 17, 2012</para>
       <itemizedlist>
         <listitem>

commit 590ac8b9d660d86d173f54ba6b03e2f598d9776f
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:09:54 2012 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 82db7af..789249f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "10"> <!-- Use two digits -->
 <!ENTITY month_name "October">
-<!ENTITY day "17"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit a595f9f00652ef1f3e598bc400e80de2de565d28
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Oct 23 18:09:39 2012 -0500

    Add m4 no gets patch.

diff --git a/patches/m4-1.4.16-no-gets-1.patch b/patches/m4-1.4.16-no-gets-1.patch
new file mode 100644
index 0000000..cfcdaec
--- /dev/null
+++ b/patches/m4-1.4.16-no-gets-1.patch
@@ -0,0 +1,18 @@
+Submitted By: Anthony Creech (lunatic at qx dot net)
+Date: 10/23/12
+Initial Package Version: 1.4.16
+Origin: Gentoo
+Upstream Status: Accepted
+Description: stdio: don't assume gets any more 
+                    hack until m4 pulls a newer gnulib version
+
+--- a/lib/stdio.in.h
++++ b/lib/stdio.in.h
+@@ -125,7 +125,6 @@
+    so any use of gets warrants an unconditional warning.  Assume it is
+    always declared, since it is required by C89.  */
+ #undef gets
+-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+ 
+ #if @GNULIB_FOPEN@
+ # if @REPLACE_FOPEN@

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

Summary of changes:
 BOOK/cross-tools/common/m4.xml         |    6 ++++++
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/materials/common/patches.xml      |    9 +++++++++
 BOOK/patches.ent                       |    4 ++++
 clfs-1.2.0                             |    1 -
 patches/m4-1.4.16-no-gets-1.patch      |   18 ++++++++++++++++++
 7 files changed, 47 insertions(+), 2 deletions(-)
 delete mode 160000 clfs-1.2.0
 create mode 100644 patches/m4-1.4.16-no-gets-1.patch


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list