mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
openssl-1.0.2g
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17045 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e8c3b6d116
commit
d78194f3c6
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "29"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 29th &year;">
|
||||
<!ENTITY releasedate "March 1st &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,19 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 1st, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to openssl-1.0.2g. Fixes
|
||||
Fixes <ulink url="&blfs-ticket-root;7490">#7490</ulink>.
|
||||
Because this disables SSLv2 code, packages which link to
|
||||
it (such as curl and Python3, probably others) will need
|
||||
to be recompiled.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 29th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<!-- major and minor only
|
||||
<!ENTITY nss-version "3.&nss-minor-version;"> -->
|
||||
<!ENTITY openssh-version "7.1p2">
|
||||
<!ENTITY openssl-version "1.0.2f">
|
||||
<!ENTITY openssl-version "1.0.2g">
|
||||
<!ENTITY p11-kit-version "0.23.2"> <!-- Even minors only -->
|
||||
<!ENTITY polkit-version "0.113">
|
||||
<!ENTITY shadow-version "4.2.1">
|
||||
|
@ -8,10 +8,10 @@
|
||||
"https://openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-download-ftp
|
||||
"ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-md5sum "b3bf73f507172be9292ea2a8c28b659d">
|
||||
<!ENTITY openssl-md5sum "f3c710c045cdee5fd114feb69feba7aa">
|
||||
<!ENTITY openssl-size "5.1 MB">
|
||||
<!ENTITY openssl-buildsize "68 MB (with tests)">
|
||||
<!ENTITY openssl-time "1.4 SBU (with tests)">
|
||||
<!ENTITY openssl-buildsize "63 MB (with tests)">
|
||||
<!ENTITY openssl-time "1.5 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
|
||||
@ -293,8 +293,8 @@ cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen>
|
||||
<term><filename class="libraryfile">libssl.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer
|
||||
Security (TLS v1) protocols. It provides a rich API, documentation
|
||||
implements the Transport Layer Security (TLS v1) protocol.
|
||||
It provides a rich API, documentation
|
||||
on which can be found by running <command>man 3 ssl</command>.
|
||||
</para>
|
||||
<indexterm zone="openssl libssl">
|
||||
|
Loading…
Reference in New Issue
Block a user