[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-54-g7980d7a

git git at cross-lfs.org
Thu Oct 30 17:41:44 PDT 2014


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, sysvinit has been updated
       via  7980d7ac9478d904509db07fa5efe602455bc128 (commit)
       via  6d70f62a594108533e366a2d394c14520d5bd690 (commit)
       via  8d5f5aee971ce63f13124a9da2a20f9a20e852df (commit)
      from  8589e1dc01f62768ce18285a3e149952e64f1bc2 (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 7980d7ac9478d904509db07fa5efe602455bc128
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 19:41:10 2014 -0500

    Add master changelog entry for Util-linux 2.25.2 version upgrade.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 7c9c581..72550a2 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -43,6 +43,10 @@
           <para>[William Harrington] - Update TZDATA to 2014i. Fixes ticket
           <ulink url="&clfs-ticket-root;1006">#1006.</ulink></para> 
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Update Util-linux to 2.25.2. Fixes ticket
+          <ulink url="&clfs-ticket-root;1007">#1007.</ulink></para> 
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit 6d70f62a594108533e366a2d394c14520d5bd690
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 19:38:55 2014 -0500

    Add --without-python configure switch to avoid building the Python bindings when Python is installed on the host system.

diff --git a/BOOK/temp-system/common/util-linux.xml b/BOOK/temp-system/common/util-linux.xml
index f865544..e0de475 100644
--- a/BOOK/temp-system/common/util-linux.xml
+++ b/BOOK/temp-system/common/util-linux.xml
@@ -28,7 +28,8 @@
 
 <screen os="b"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen>
+    --disable-makeinstall-chown --disable-makeinstall-setuid
+    --without-python</userinput></screen>
 
     <variablelist os="c">
       <title>The meaning of the new configure option:</title>
@@ -49,6 +50,14 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--without-python</parameter></term>
+        <listitem>
+          <para>This avoids the building of unneeded Python buildings when
+          Python is installed on the host system.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/multilib/util-linux.xml b/BOOK/temp-system/multilib/util-linux.xml
index 501a8de..4382cad 100644
--- a/BOOK/temp-system/multilib/util-linux.xml
+++ b/BOOK/temp-system/multilib/util-linux.xml
@@ -29,7 +29,7 @@
 <screen os="be"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
-    --disable-makeinstall-setuid</userinput></screen>
+    --disable-makeinstall-setuid --without-python</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"

commit 8d5f5aee971ce63f13124a9da2a20f9a20e852df
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Oct 30 19:34:38 2014 -0500

    Update Util-linux version, size, and MD5 hash for 2.25.2 version upgrade.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 74f0711..95ec356 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -453,11 +453,11 @@
 <!ENTITY uname_hack-md5 "dd7694f28ccc6e6bfb326b1790adb5e9">
 <!ENTITY uname_hack-home " ">
 
-<!ENTITY util-linux-major-version "2.24">
+<!ENTITY util-linux-major-version "2.25">
 <!ENTITY util-linux-version "&util-linux-major-version;.2">
-<!ENTITY util-linux-size "3,587 KB">
+<!ENTITY util-linux-size "3,704 KB">
 <!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.xz">
-<!ENTITY util-linux-md5 "3f191727a0d28f7204b755cf1b6ea0aa">
+<!ENTITY util-linux-md5 "cab3d7be354000f629bc601238b629b3">
 <!ENTITY util-linux-blkid-id "1.1.0">
 <!ENTITY util-linux-uuid-id "1.3.0">
 

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

Summary of changes:
 BOOK/introduction/common/changelog.xml   |    4 ++++
 BOOK/packages.ent                        |    6 +++---
 BOOK/temp-system/common/util-linux.xml   |   11 ++++++++++-
 BOOK/temp-system/multilib/util-linux.xml |    2 +-
 4 files changed, 18 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list