Author: krejzi
Date: Sun May 12 10:15:20 2013
New Revision: 11171

Log:
Some more package updates.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/python2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/whois.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun May 12 09:47:06 2013        (r11170)
+++ trunk/BOOK/general.ent      Sun May 12 10:15:20 2013        (r11171)
@@ -389,7 +389,7 @@
 <!ENTITY NASM-version                 "2.10.07">
 <!ENTITY php-version                  "5.4.11">
 <!ENTITY pkgconfig-version            "0.28">
-<!ENTITY python2-version              "2.7.4">
+<!ENTITY python2-version              "2.7.5">
 <!ENTITY python3-version              "3.3.1">
 <!ENTITY ruby-version                 "1.9.3-p392">
 <!ENTITY slang-version                "2.2.4">
@@ -460,7 +460,7 @@
 <!ENTITY NetworkManager-version       "0.9.8.0">
 <!ENTITY nmap-version                 "6.01">
 <!ENTITY traceroute-version           "2.0.19">
-<!ENTITY whois-version                "5.0.20">
+<!ENTITY whois-version                "5.0.25">
 <!ENTITY wicd-version                 "1.7.2.4">
 <!ENTITY wireshark-version            "1.8.3">
 

Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Sun May 12 09:47:06 2013        (r11170)
+++ trunk/BOOK/general/prog/python2.xml Sun May 12 10:15:20 2013        (r11171)
@@ -7,14 +7,14 @@
   <!ENTITY python2-download-http
           
"http://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz";>
   <!ENTITY python2-download-ftp  " ">
-  <!ENTITY python2-md5sum        "86909785aa1ff13b49d87737b75b5f54">
+  <!ENTITY python2-md5sum        "5eea8462f69ab1369d32f9c4cd6272ab">
   <!ENTITY python2-size          "9.8 MB">
   <!ENTITY python2-buildsize     "235 MB (not including the test suite)">
   <!ENTITY python2-time          "1.0 SBU (not including the test suite)">
 
   <!ENTITY python2htmldoc-download-http
            
"http://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2";>
-  <!ENTITY python2htmldoc-md5sum        "45be073ad81e1b2f6ad1fa25132f60c6">
+  <!ENTITY python2htmldoc-md5sum        "77ae8fd6b456c6339a1a62d57425335b">
   <!ENTITY python2htmldoc-size          "4.3 MB">
 ]>
 
@@ -135,8 +135,7 @@
       commands:
     </para>
 
-<screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror 
-Wformat\"@g" -i configure &amp;&amp;
-./configure --prefix=/usr       \
+<screen><userinput>./configure --prefix=/usr       \
             --enable-shared     \
             --with-system-expat \
             --with-system-ffi   \
@@ -171,12 +170,6 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"    
         
-      -i configure</command>: Fixes building with 
-      <application>GCC</application> 4.8.
-    </para>
-
-    <para>
       <option>--with-system-expat</option>: This switch enables linking against
       system version of <application>Expat</application>. Remove if you have
       not installed <xref linkend="expat"/>.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun May 12 09:47:06 
2013        (r11170)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun May 12 10:15:20 
2013        (r11171)
@@ -71,11 +71,17 @@
           <para>[krejzi] - MPlayer 1.1.1.</para>
         </listitem>
         <listitem>
+          <para>[krejzi] - Python 2.7.5.</para>
+        </listitem>
+        <listitem>
           <para>[krejzi] - SBC 1.1.</para>
         </listitem>
         <listitem>
           <para>[krejzi] - Soprano 2.9.2.</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - Whois 5.0.25.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/networking/netutils/whois.xml
==============================================================================
--- trunk/BOOK/networking/netutils/whois.xml    Sun May 12 09:47:06 2013        
(r11170)
+++ trunk/BOOK/networking/netutils/whois.xml    Sun May 12 10:15:20 2013        
(r11171)
@@ -6,9 +6,9 @@
 
   <!ENTITY whois-download-http 
"http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz";>
   <!ENTITY whois-download-ftp  
"ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.xz";>
-  <!ENTITY whois-md5sum        "2e33c03536082ae8156b2cbe78c0299d">
+  <!ENTITY whois-md5sum        "8f873c1c51592ee419b2a46b0a3c8432">
   <!ENTITY whois-size          "72 KB">
-  <!ENTITY whois-buildsize     "1.3 MB">
+  <!ENTITY whois-buildsize     "1.5 MB">
   <!ENTITY whois-time          "less than 0.1 SBU">
 ]>
 
@@ -79,7 +79,7 @@
 
     <note><para>Installing this version of <command>mkpasswd</command> will
     overwrite the same command installed by <xref
-    linkend='expect'/>.</para></note>
+    linkend="expect"/>.</para></note>
 
 <screen><userinput>make prefix=/usr install-whois
 make prefix=/usr install-mkpasswd
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to