Author: fernando
Date: Mon Apr 21 03:26:27 2014
New Revision: 12985
Log:
apr-1.5.1 and gnutls-3.3.1.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/apr.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/gnutls.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Apr 20 11:46:58 2014 (r12984)
+++ trunk/BOOK/general.ent Mon Apr 21 03:26:27 2014 (r12985)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "20"> <!-- Always 2 digits -->
+<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 20th, &year;">
+<!ENTITY releasedate "April 21th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
@@ -148,7 +148,7 @@
<!ENTITY cracklib-version "2.9.1">
<!ENTITY cyrus-sasl-version "2.1.26">
<!ENTITY gnupg2-version "2.0.22">
-<!ENTITY gnutls-version "3.3.0">
+<!ENTITY gnutls-version "3.3.1">
<!ENTITY gpgme-version "1.4.3">
<!ENTITY haveged-version "1.9.1">
<!ENTITY iptables-version "1.4.21">
@@ -200,7 +200,7 @@
<!-- Part III -->
<!-- Chapter 9 -->
-<!ENTITY apr-version "1.5.0">
+<!ENTITY apr-version "1.5.1">
<!ENTITY apr-util-version "1.5.3">
<!ENTITY aspell-version "0.60.6.1">
Modified: trunk/BOOK/general/genlib/apr.xml
==============================================================================
--- trunk/BOOK/general/genlib/apr.xml Sun Apr 20 11:46:58 2014 (r12984)
+++ trunk/BOOK/general/genlib/apr.xml Mon Apr 21 03:26:27 2014 (r12985)
@@ -8,10 +8,10 @@
"http://archive.apache.org/dist/apr/apr-&apr-version;.tar.bz2">
<!ENTITY apr-download-ftp
"ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2">
- <!ENTITY apr-md5sum "cc93bd2c12d0d037f68e21cc6385dc31">
- <!ENTITY apr-size "796 KB">
- <!ENTITY apr-buildsize "15.7 MB">
- <!ENTITY apr-time "0.2 SBU (1.2 with tests)">
+ <!ENTITY apr-md5sum "5486180ec5a23efb5cae6d4292b300ab">
+ <!ENTITY apr-size "800 KB">
+ <!ENTITY apr-buildsize "12 MB (additional 2 MB for the tests)">
+ <!ENTITY apr-time "0.3 SBU (1.1 with tests)">
]>
<sect1 id="apr" xreflabel="Apr-&apr-version;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Apr 20 11:46:58
2014 (r12984)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Apr 21 03:26:27
2014 (r12985)
@@ -45,6 +45,20 @@
-->
<listitem>
+ <para>April 21th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - gnutls-3.3.1. Fixes
+ <ulink url="&blfs-ticket-root;4979">#4979</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - apr-1.5.1. Fixes
+ <ulink url="&blfs-ticket-root;4978">#4978</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 20th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/gnutls.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnutls.xml Sun Apr 20 11:46:58 2014
(r12984)
+++ trunk/BOOK/postlfs/security/gnutls.xml Mon Apr 21 03:26:27 2014
(r12985)
@@ -6,10 +6,10 @@
<!ENTITY gnutls-download-http " ">
<!ENTITY gnutls-download-ftp
"ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-&gnutls-version;.tar.xz">
- <!ENTITY gnutls-md5sum "4aeb8014feb4016c73a60f4e1ac73c9f">
+ <!ENTITY gnutls-md5sum "6bf7faa9d4996197e0e404e8c25016f8">
<!ENTITY gnutls-size "5.1 MB">
- <!ENTITY gnutls-buildsize "107 MB (additional 9 MB for the tests and 4
MB for the API documentation rebuild)">
- <!ENTITY gnutls-time "0.9 SBU (additional 1.6 SBU for the tests and
0.1 SBU for API documentation rebuild)">
+ <!ENTITY gnutls-buildsize "103 MB (additional 9 MB for the tests)">
+ <!ENTITY gnutls-time "8.0 SBU (additional 1.8 SBU for the tests)">
]>
<sect1 id="gnutls" xreflabel="GnuTLS-&gnutls-version;">
@@ -106,7 +106,7 @@
<para role="optional">
<ulink url="http://ftp.gnu.org/gnu/autogen/">autogen</ulink>,
<xref linkend="gtk-doc"/>,
- <xref linkend="guile"/>,
+<!-- <xref linkend="guile"/>,-->
<xref linkend="libidn"/>,
<xref linkend="p11-kit"/>,
<ulink
url="http://sourceforge.net/projects/trousers/files/trousers/">Trousers</ulink>
(Trusted Platform Module support),
@@ -134,11 +134,13 @@
</para>
<screen><userinput>./configure --prefix=/usr \
+ --disable-guile \
--with-default-trust-store-file=/etc/ssl/ca-bundle.crt &&
make</userinput></screen>
<para>
- To test the results, issue: <command>make check</command>.
+ To test the results, issue: <command>make -k check</command>. Tests may
+ fail for unknown reasons.
</para>
<para>
@@ -164,6 +166,11 @@
<title>Command Explanations</title>
<para>
+ <parameter>--disable-guile</parameter>:
+ Current version cannot be built with <xref linkend="guile"/>.
+ </para>
+
+ <para>
<parameter>--with-default-trust-store-file=/etc/ssl/ca-bundle.crt</parameter>:
This switch tells <command>configure</command> where to find the
CA Certificates.
@@ -188,13 +195,14 @@
gnutls-serv, ocsptool, p11tool, psktool and srptool
</seg>
<seg>
- libgnutls.so, libgnutls-dane.so, libgnutls-openssl.so, libgnutlsxx.so
- and /usr/lib/guile/2.0/guile-gnutls-v-2.so
+ libgnutls.so, libgnutls-dane.so, libgnutls-openssl.so,
+ and libgnutlsxx.so
+<!-- and /usr/lib/guile/2.0/guile-gnutls-v-2.so-->
</seg>
<seg>
- /usr/include/gnutls,
- /usr/share/gtk-doc/html/gnutls and
- /usr/share/guile/site/gnutls
+ /usr/include/gnutls and
+ /usr/share/gtk-doc/html/gnutls
+<!-- and /usr/share/guile/site/gnutls-->
</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page