Author: igor
Date: Sat Oct 19 00:51:25 2013
New Revision: 11995
Log:
update to curl-7.33.0
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netlibs/curl.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Oct 18 05:14:21 2013 (r11994)
+++ trunk/BOOK/general.ent Sat Oct 19 00:51:25 2013 (r11995)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "18"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "October 18th, &year;">
+<!ENTITY releasedate "October 19th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -468,7 +468,7 @@
<!ENTITY wicd-major-version "1.7">
<!-- Chapter 17 -->
-<!ENTITY curl-version "7.32.0">
+<!ENTITY curl-version "7.33.0">
<!ENTITY geoclue-version "0.12.0">
<!ENTITY glib-networking-version "2.38.0">
<!ENTITY ldns-version "1.6.16">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Oct 18 05:14:21
2013 (r11994)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Oct 19 00:51:25
2013 (r11995)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>October 19th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Update to curl-7.33.0. Fixes
+ <ulink url="&blfs-ticket-root;4180">#4180</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 18th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netlibs/curl.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/curl.xml Fri Oct 18 05:14:21 2013
(r11994)
+++ trunk/BOOK/networking/netlibs/curl.xml Sat Oct 19 00:51:25 2013
(r11995)
@@ -6,9 +6,9 @@
<!ENTITY curl-download-http
"http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
<!ENTITY curl-download-ftp " ">
- <!ENTITY curl-md5sum "30d04b0a8c43c6770039d1bf033dfe79">
- <!ENTITY curl-size "2.6 MB">
- <!ENTITY curl-buildsize "29 MB (additional 7 MB for tests)">
+ <!ENTITY curl-md5sum "57409d6bf0bd97053b8378dbe0cadcef">
+ <!ENTITY curl-size "2.7 MB">
+ <!ENTITY curl-buildsize "31 MB (additional 7 MB for tests)">
<!ENTITY curl-time "0.5 SBU (additional 2.9 SBU for tests)">
]>
@@ -85,7 +85,6 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
- <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
<xref linkend="libidn"/>,
<ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
<ulink url="http://www.libssh2.org">libssh2</ulink>,
@@ -115,8 +114,7 @@
<screen><userinput>./configure --prefix=/usr \
--disable-static \
- --enable-threaded-resolver \
- --with-ca-path=/etc/ssl/certs &&
+ --enable-threaded-resolver &&
make</userinput></screen>
<para>
@@ -146,14 +144,6 @@
</para>
<para>
- <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This parameter
- sets the directory to use as the path to the SSL certificates.
- If you've not installed <xref linkend="openssl"/> or
- <xref linkend="gnutls"/> and the <xref linkend="cacerts"/> you can
- remove this option.
- </para>
-
- <para>
<option>--with-gssapi</option>: This parameter adds
<application>Kerberos 5</application> support to
<filename class="libraryfile">libcurl</filename>.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page