From d78194f3c6cef9ad4f4f8fb809807dcaa7f992d7 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Wed, 2 Mar 2016 02:47:59 +0000 Subject: [PATCH] openssl-1.0.2g git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17045 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 6 +++--- introduction/welcome/changelog.xml | 13 +++++++++++++ packages.ent | 2 +- postlfs/security/openssl.xml | 10 +++++----- 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/general.ent b/general.ent index dae8792ceb..b73148d1f9 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - - + + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index bb2da01bdc..2b47843014 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,19 @@ --> + + March 1st, 2016 + + + [ken] - Update to openssl-1.0.2g. Fixes + Fixes #7490. + Because this disables SSLv2 code, packages which link to + it (such as curl and Python3, probably others) will need + to be recompiled. + + + + February 29th, 2016 diff --git a/packages.ent b/packages.ent index c4438c9387..ef572d313e 100644 --- a/packages.ent +++ b/packages.ent @@ -32,7 +32,7 @@ - + diff --git a/postlfs/security/openssl.xml b/postlfs/security/openssl.xml index 4a57e0f87c..7dfdae50fd 100644 --- a/postlfs/security/openssl.xml +++ b/postlfs/security/openssl.xml @@ -8,10 +8,10 @@ "https://openssl.org/source/openssl-&openssl-version;.tar.gz"> - + - - + + ]> @@ -293,8 +293,8 @@ cp -vfr doc/* /usr/share/doc/openssl-&openssl-version; libssl.{so,a} - 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 man 3 ssl.