Author: fernando
Date: Mon Mar 17 16:29:19 2014
New Revision: 12874
Log:
Updates to httpd-2.4.9, Python-3.4.0, lcms2-2.6, libFS-1.0.6 and
x264-20140316-2245. Several small fixes to Apr-Util-1.5.3, UPower-0.9.23 and
Avahi-0.6.3. Thanks Armin K. for discussions.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/apr-util.xml
trunk/BOOK/general/graphlib/lcms2.xml
trunk/BOOK/general/prog/python3.xml
trunk/BOOK/general/sysutils/upower.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/x264.xml
trunk/BOOK/networking/netutils/avahi.xml
trunk/BOOK/server/major/apache.xml
trunk/BOOK/x/installing/x7lib.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Mar 16 15:48:21 2014 (r12873)
+++ trunk/BOOK/general.ent Mon Mar 17 16:29:19 2014 (r12874)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "16"> <!-- Always 2 digits -->
+<!ENTITY day "17"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 16th, &year;">
+<!ENTITY releasedate "March 17th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
@@ -290,7 +290,7 @@
<!ENTITY imlib2-version "1.4.6">
<!ENTITY jasper-version "1.900.1">
<!ENTITY lcms-version "1.19">
-<!ENTITY lcms2-version "2.5">
+<!ENTITY lcms2-version "2.6">
<!ENTITY libexif-version "0.6.21">
<!ENTITY libjpeg-version "8d">
<!ENTITY libjpeg-turbo-version "1.3.0">
@@ -388,7 +388,7 @@
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "5.5.10">
<!ENTITY python2-version "2.7.6">
-<!ENTITY python3-version "3.3.5">
+<!ENTITY python3-version "3.4.0">
<!ENTITY ruby-version "2.1.1">
<!ENTITY ruby-patch-version "0">
<!ENTITY scons-version "2.3.1">
@@ -408,7 +408,7 @@
<!ENTITY openjdk-version "1.7.0.51">
<!ENTITY python2-majorver "2.7">
-<!ENTITY python3-majorver "3.3">
+<!ENTITY python3-majorver "3.4">
<!-- Perl module versions used in the Perl Modules instructions -->
<!ENTITY Archive-Zip-version "1.37">
@@ -493,7 +493,7 @@
<!-- Part V -->
<!-- Chapter 20 -->
-<!ENTITY apache-version "2.4.7">
+<!ENTITY apache-version "2.4.9">
<!ENTITY proftpd-version "1.3.4d">
<!ENTITY vsftpd-version "3.0.2">
@@ -809,7 +809,7 @@
<!ENTITY soundtouch-version "1.8.0">
<!ENTITY speex-version "1.2rc1">
<!ENTITY taglib-version "1.9.1">
-<!ENTITY x264-version "20140115-2245">
+<!ENTITY x264-version "20140316-2245">
<!ENTITY xine-lib-version "1.2.4">
<!ENTITY xvid-version "1.3.2">
Modified: trunk/BOOK/general/genlib/apr-util.xml
==============================================================================
--- trunk/BOOK/general/genlib/apr-util.xml Sun Mar 16 15:48:21 2014
(r12873)
+++ trunk/BOOK/general/genlib/apr-util.xml Mon Mar 17 16:29:19 2014
(r12874)
@@ -145,11 +145,17 @@
</para>
<para>
- <parameter>--with-berkeley-db=/usr</parameter>: If you have
- installed <xref linkend="db"/>, use this switch to compile the
+ <option>--with-berkeley-db=/usr</option>: If you have installed
+ <xref linkend="db"/>, use this switch to compile the
<filename class="libraryfile">apr_dbm_db-1.so</filename> plugin.
</para>
+ <para>
+ <option>--with-ldap</option>: If you have installed
+ <xref linkend="openldap"/>, use this switch to compile the
+ <filename class="libraryfile">apr_ldap.so</filename> plugin.
+ </para>
+
</sect2>
<sect2 role="content">
@@ -166,6 +172,7 @@
</seg>
<seg>
libaprutil-1.so
+ and several under /usr/lib/apr-util-1/
</seg>
<seg>
/usr/lib/apr-util-1
Modified: trunk/BOOK/general/graphlib/lcms2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/lcms2.xml Sun Mar 16 15:48:21 2014
(r12873)
+++ trunk/BOOK/general/graphlib/lcms2.xml Mon Mar 17 16:29:19 2014
(r12874)
@@ -6,10 +6,10 @@
<!ENTITY lcms2-download-http
"&sourceforge-repo;/lcms/lcms2-&lcms2-version;.tar.gz">
<!ENTITY lcms2-download-ftp " ">
- <!ENTITY lcms2-md5sum "396d106600251441ff195fcaa277d10b">
- <!ENTITY lcms2-size "6.7 MB">
- <!ENTITY lcms2-buildsize "19 MB">
- <!ENTITY lcms2-time "0.2 SBU">
+ <!ENTITY lcms2-md5sum "f4c08d38ceade4a664ebff7228910a33">
+ <!ENTITY lcms2-size "4.4 MB">
+ <!ENTITY lcms2-buildsize "15 MB (additional 1 MB for the tests)">
+ <!ENTITY lcms2-time "0.1 SBU (additional 0.1 SBU for the tests)">
]>
<sect1 id="lcms2" xreflabel="Little CMS-&lcms2-version;">
Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sun Mar 16 15:48:21 2014 (r12873)
+++ trunk/BOOK/general/prog/python3.xml Mon Mar 17 16:29:19 2014 (r12874)
@@ -7,14 +7,14 @@
<!ENTITY python3-download-http
"http://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
- <!ENTITY python3-md5sum "b2a4df195d934e5b229e8328ca864960">
- <!ENTITY python3-size "12 MB">
- <!ENTITY python3-buildsize "261 MB (226 MB without docs or 144 MB for
the tests)">
- <!ENTITY python3-time "1.0 SBU (or 2.2 SBU for the tests)">
+ <!ENTITY python3-md5sum "77c22725e14af3d71022cbfdebff4903">
+ <!ENTITY python3-size "14 MB">
+ <!ENTITY python3-buildsize "279 MB (241 MB without docs or additional
143 MB for the tests)">
+ <!ENTITY python3-time "1.1 SBU (or 2.8 SBU for the tests)">
<!ENTITY python3htmldoc-download-http
"http://docs.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
- <!ENTITY python3htmldoc-md5sum "71495f2214dc43a7c24d9a562f45b5ea">
+ <!ENTITY python3htmldoc-md5sum "cdbef126ee7ef0908352fabc4dc5bee5">
<!ENTITY python3htmldoc-size "4.8 MB">
]>
@@ -134,10 +134,12 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>CXX="/usr/bin/g++" \
+./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
- --with-system-ffi &&
+ --with-system-ffi \
+ --without-ensurepip &&
make</userinput></screen>
<para>
@@ -185,6 +187,11 @@
<title>Command Explanations</title>
<para>
+ <command> CXX="/usr/bin/g++" ./configure ...</command>: Avoid an annoying
+ message during configuration.
+ </para>
+
+ <para>
<option>--with-system-expat</option>: This switch enables linking against
system version of <application>Expat</application>. Remove if you have
not installed recommended dependency <xref linkend="expat"/>.
@@ -204,6 +211,12 @@
</para>
<para>
+ <parameter>--without-ensurepip</parameter>: This switch disables building
+ <command>pip</command> and <command>setuptools</command>
+ packaging programs.
+ </para>
+
+ <para>
<command>chmod ...</command>: Fix permissions for shared libraries to be
consistent with other libraries.
</para>
Modified: trunk/BOOK/general/sysutils/upower.xml
==============================================================================
--- trunk/BOOK/general/sysutils/upower.xml Sun Mar 16 15:48:21 2014
(r12873)
+++ trunk/BOOK/general/sysutils/upower.xml Mon Mar 17 16:29:19 2014
(r12874)
@@ -121,7 +121,8 @@
<para>
To test the results, issue: <command>make check</command>. Some
- checks may not pass due to missing files.
+ checks may not pass due to missing files. Test suite should be run from
+ a local GUI session started with dbus-launch.
</para>
<para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 16 15:48:21
2014 (r12873)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Mar 17 16:29:19
2014 (r12874)
@@ -45,6 +45,38 @@
-->
<listitem>
+ <para>March 17th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Several small fixes to Apr-Util-1.5.3,
+ UPower-0.9.23 and Avahi-0.6.3 (thanks Armin K.
+ for discussions).</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to x264-20140316-2245. Fixes
+ <ulink url="&blfs-ticket-root;4732">#4732</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to libFS-1.0.6. Fixes
+ <ulink url="&blfs-ticket-root;4817">#4817</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to lcms2-2.6. Fixes
+ <ulink url="&blfs-ticket-root;4816">#4816</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to Python-3.4.0. Fixes
+ <ulink url="&blfs-ticket-root;4815">#4815</ulink>.
+ Thanks Armin K. for discussions.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to httpd-2.4.9. Fixes
+ <ulink url="&blfs-ticket-root;4814">#4814</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 16th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/x264.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/x264.xml Sun Mar 16 15:48:21 2014
(r12873)
+++ trunk/BOOK/multimedia/libdriv/x264.xml Mon Mar 17 16:29:19 2014
(r12874)
@@ -6,10 +6,10 @@
<!ENTITY x264-download-http " ">
<!ENTITY x264-download-ftp
"ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-&x264-version;-stable.tar.bz2">
- <!ENTITY x264-md5sum "d8728ab9879a37f88970992a435298b5">
- <!ENTITY x264-size "609 KB">
+ <!ENTITY x264-md5sum "204ee6df1a8b3bf8c4314f3f06fb36f7">
+ <!ENTITY x264-size "608 KB">
<!ENTITY x264-buildsize "8.7 MB">
- <!ENTITY x264-time "0.7 SBU">
+ <!ENTITY x264-time "0.2 SBU">
]>
<sect1 id="x264" xreflabel="x264-&x264-version;">
Modified: trunk/BOOK/networking/netutils/avahi.xml
==============================================================================
--- trunk/BOOK/networking/netutils/avahi.xml Sun Mar 16 15:48:21 2014
(r12873)
+++ trunk/BOOK/networking/netutils/avahi.xml Mon Mar 17 16:29:19 2014
(r12874)
@@ -80,7 +80,6 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="optional">
- <xref linkend="dbus-python"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk2"/>,
<xref linkend="gtk3"/>,
@@ -90,6 +89,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
+ <xref linkend="dbus-python"/>,
+ <xref linkend="pygtk"/> and
<xref linkend="qt4"/>
</para>
Modified: trunk/BOOK/server/major/apache.xml
==============================================================================
--- trunk/BOOK/server/major/apache.xml Sun Mar 16 15:48:21 2014 (r12873)
+++ trunk/BOOK/server/major/apache.xml Mon Mar 17 16:29:19 2014 (r12874)
@@ -7,9 +7,9 @@
<!ENTITY apache-download-http
"http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
<!ENTITY apache-download-ftp " ">
- <!ENTITY apache-md5sum "170d7fb6fe5f28b87d1878020a9ab94e">
+ <!ENTITY apache-md5sum "2ef4e65353497606b24fa9bb3e5a3c40">
<!ENTITY apache-size "4.8 MB">
- <!ENTITY apache-buildsize "107 MB">
+ <!ENTITY apache-buildsize "97 MB">
<!ENTITY apache-time "0.7 SBU">
]>
@@ -99,8 +99,10 @@
<para role="optional">
<xref linkend="db"/>,
<xref linkend="doxygen"/>,
+ <xref linkend="libxml2"/>,
<xref linkend="lynx"/>,
- <xref linkend="openldap"/>,
+ <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
+ installed with ldap suport),
<xref linkend="rsync"/>,
<ulink url="http://www.distcache.org/">Distcache</ulink>, and
<xref linkend="lua"/>
@@ -150,7 +152,8 @@
</para>
<para>
- Now, as the <systemitem class="username">root</systemitem> user:
+ Now, as the <systemitem class="username">root</systemitem> user
+ (notice that DESTDIR does not work properly as unpriviledged user):
</para>
<screen role="root"><userinput>make install
&&
@@ -284,17 +287,17 @@
<seg>
ab, apachectl, apxs, checkgid, dbmmanage, fcgistarter,
htcacheclean, htdbm, htdigest, htpasswd, httpd,
- httxt2dbm, logresolve, and rotatelogs
+ httxt2dbm, logresolve, rotatelogs, and suexec
</seg>
<seg>
- None
+ Several libraries under /usr/lib/httpd/modules/
</seg>
<seg>
/etc/httpd,
/srv/www,
/usr/include/httpd,
/usr/lib/httpd,
- /usr/share/httpd
+ /usr/share/httpd,
/var/log/httpd, and
/var/run/httpd
</seg>
Modified: trunk/BOOK/x/installing/x7lib.xml
==============================================================================
--- trunk/BOOK/x/installing/x7lib.xml Sun Mar 16 15:48:21 2014 (r12873)
+++ trunk/BOOK/x/installing/x7lib.xml Mon Mar 17 16:29:19 2014 (r12874)
@@ -19,8 +19,8 @@
<!ENTITY libXext-version "1.3.2">
<!ENTITY libXext-md5sum "4376101e51bb2c6c44d9ab14344e85ad">
- <!ENTITY libFS-version "1.0.5">
- <!ENTITY libFS-md5sum "e3c77ca27942ebc5eb2ca99f29363515">
+ <!ENTITY libFS-version "1.0.6">
+ <!ENTITY libFS-md5sum "a8a0dbd2299b2568d8c919883f5c8501">
<!ENTITY libICE-version "1.0.8">
<!ENTITY libICE-md5sum "471b5ca9f5562ac0d6eac7a0bf650738">
@@ -249,12 +249,6 @@
tar -xf $package
pushd $packagedir
case $packagedir in
- libFS-[0-9]* )
- sed -e '/#include <X11/ i\#include <X11\/Xtrans\/Xtransint.h>' \
- -e 's/_FSTransReadv(svr->trans_conn/readv(svr->trans_conn->fd/' \
- -i src/FSlibInt.c
- ./configure $XORG_CONFIG
- ;;
libXfont-[0-9]* )
./configure $XORG_CONFIG --disable-devel-docs
;;
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page