[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-55-g815d1d7

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, master has been updated
       via  815d1d78dfb918b64e1da5eee60f15c0b1a29e6d (commit)
       via  a7f7b631f3ba17c704c301f0e1e34c9defe9c95f (commit)
       via  bb411904ed403a5a493be4064a17e3c9fffe53ff (commit)
      from  b92ef8f756a681e28d40363bbb40cb2af99cd9f1 (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 815d1d78dfb918b64e1da5eee60f15c0b1a29e6d
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 a7f7b631f3ba17c704c301f0e1e34c9defe9c95f
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 bb411904ed403a5a493be4064a17e3c9fffe53ff
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 066a7e0..3e6999e 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -485,11 +485,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