mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to gnutls-3.2.7.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12277 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ddc9b8381c
commit
2fd089ac2d
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 23rd, &year;">
|
||||
<!ENTITY releasedate "November 24th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -145,7 +145,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY cracklib-version "2.9.0">
|
||||
<!ENTITY cyrus-sasl-version "2.1.26">
|
||||
<!ENTITY gnupg2-version "2.0.22">
|
||||
<!ENTITY gnutls-version "3.2.6">
|
||||
<!ENTITY gnutls-version "3.2.7">
|
||||
<!ENTITY gpgme-version "1.4.3">
|
||||
<!ENTITY iptables-version "1.4.21">
|
||||
<!ENTITY libcap-version "2.22">
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>November 24th, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gnutls-3.2.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;4363">#4363</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 23rd, 2013</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,12 @@
|
||||
|
||||
<!ENTITY gnutls-download-http " ">
|
||||
<!ENTITY gnutls-download-ftp "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-&gnutls-version;.tar.xz">
|
||||
<!ENTITY gnutls-md5sum "1dfe5188df1641754056d853725ef785">
|
||||
<!ENTITY gnutls-size "4.8 MB">
|
||||
<!ENTITY gnutls-buildsize "97 MB">
|
||||
<!ENTITY gnutls-time "0.8 SBU (additional 1.4 SBU for the tests)">
|
||||
<!ENTITY gnutls-md5sum "c27d14fe6ad9dc10deddc7e561e0eb63">
|
||||
<!ENTITY gnutls-size "4.9 MB">
|
||||
<!ENTITY gnutls-buildsize "100 MB (additional 10 MB for the tests and
|
||||
3 MB for the API documentation rebuild)">
|
||||
<!ENTITY gnutls-time "0.9 SBU (additional 1.6 SBU for the tests and
|
||||
0.2 SBU for the API documentation rebuild)">
|
||||
]>
|
||||
|
||||
<sect1 id="gnutls" xreflabel="GnuTLS-&gnutls-version;">
|
||||
@ -190,13 +192,13 @@ make</userinput></screen>
|
||||
gnutls-serv, ocsptool, p11tool, psktool and srptool
|
||||
</seg>
|
||||
<seg>
|
||||
libgnutls.so, libgnutls-openssl.so, libgnutls-xssl.so and
|
||||
libgnutlsxx.so
|
||||
libgnutls.so, libgnutls-openssl.so, libgnutls-xssl.so, libgnutlsxx.so
|
||||
and /usr/lib/guile/2.0/guile-gnutls-v-2.so (optional)
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/gnutls,
|
||||
/usr/share/gtk-doc/html/gnutls and
|
||||
/usr/share/guile/site/gnutls
|
||||
/usr/share/guile/site/gnutls (optional)
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -223,8 +225,8 @@ make</userinput></screen>
|
||||
<term><command>crywrap</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a simple wrapper that waits for TLS/SSL connections, and
|
||||
proxies them to an unencrypted location. Only installed if
|
||||
(optional) is a simple wrapper that waits for TLS/SSL connections,
|
||||
and proxies them to an unencrypted location. Only installed if
|
||||
<xref linkend="libidn"/> is present.
|
||||
</para>
|
||||
<indexterm zone="gnutls crywrap">
|
||||
|
Loading…
Reference in New Issue
Block a user