Author: pierre
Date: Sun Feb 16 02:51:23 2014
New Revision: 12713
Log:
Update to Serf-1.3.4. Fixes #4693.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netlibs/serf.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Feb 15 11:39:01 2014 (r12712)
+++ trunk/BOOK/general.ent Sun Feb 16 02:51:23 2014 (r12713)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "15"> <!-- Always 2 digits -->
+<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 15th, &year;">
+<!ENTITY releasedate "February 16th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -475,7 +475,7 @@
<!ENTITY libsoup-version "2.44.2">
<!ENTITY libtirpc-version "0.2.4">
<!ENTITY neon-version "0.30.0">
-<!ENTITY serf-version "1.3.3">
+<!ENTITY serf-version "1.3.4">
<!-- Chapter 18 -->
<!ENTITY Links-version "2.8">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Feb 15 11:39:01
2014 (r12712)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 16 02:51:23
2014 (r12713)
@@ -43,6 +43,17 @@
</listitem>
-->
+
+ <listitem>
+ <para>February 16th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Update to Serf-1.3.4. Fixes
+ <ulink url="&blfs-ticket-root;4693">#4693</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>February 15th, 2014</para>
<itemizedlist>
Modified: trunk/BOOK/networking/netlibs/serf.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/serf.xml Sat Feb 15 11:39:01 2014
(r12712)
+++ trunk/BOOK/networking/netlibs/serf.xml Sun Feb 16 02:51:23 2014
(r12713)
@@ -4,9 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY serf-download-http
"https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">
+<!-- This link does not work presently (as of February 16th, 2014), but the
+ next one may have to be updated soon.
+ <!ENTITY serf-download-http
"https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2">-->
+ <!ENTITY serf-download-http
"https://serf.googlecode.com/svn/src_releases/serf-&serf-version;.tar.bz2">
<!ENTITY serf-download-ftp " ">
- <!ENTITY serf-md5sum "8375cf4fe2a89773c7d6dbf0d540ed27">
+ <!ENTITY serf-md5sum "9820da2c46ee10773309f0de657cddfd">
<!ENTITY serf-size "137 KB">
<!ENTITY serf-buildsize "3.2 MB">
<!ENTITY serf-time "0.1 SBU">
@@ -102,9 +105,7 @@
<screen><userinput>sed -i "/Append/s:RPATH=libdir,::" SConstruct &&
sed -i "/Default/s:lib_static,::" SConstruct &&
-sed -i "/Alias/s:install_static,::" SConstruct &&<!--
-Next one only needed for v1.3.3; remove for next version -->
-sed -i '/get.*_LIBS/s:)):, '\'\''&:' SConstruct &&
+sed -i "/Alias/s:install_static,::" SConstruct &&
scons PREFIX=/usr</userinput></screen>
<para>
@@ -124,9 +125,8 @@
<para>
<command>sed -i "..."</command>: The first command removes the runtime
- path from a shared library, the next two commands disable building and
- installing of the static library, and the last one corrects a bug
- in the generated pkg-config file.
+ path from a shared library and the next two commands disable building and
+ installing of the static library.
</para>
<para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page