aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2020-04-24 01:04:14 +0000
committerKen Moffat <ken@linuxfromscratch.org>2020-04-24 01:04:14 +0000
commit52544aa5edad4dac92cfd104fa7d305ee3e89874 (patch)
tree6045312dd4983e823e33e456be45842f46a45d3b
parent7fd302cf8e228e86b5d8274954ad1beeba17b04b (diff)
Update to openssl-1.1.1g.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/openssl.xml4
-rw-r--r--general.ent6
-rw-r--r--packages.ent8
4 files changed, 20 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8d5a3ce9a..2428f7afa 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-04-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Update to openssl-1.1.1g (Security Fix). Fixes
+ <ulink url="&lfs-ticket-root;4643">#4643</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-04-20</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml
index 941a6ae8d..f2ff1fa80 100644
--- a/chapter06/openssl.xml
+++ b/chapter06/openssl.xml
@@ -64,7 +64,9 @@
<screen><userinput remap="test">make test</userinput></screen>
- <para>One subtest in the test 20-test_enc.t is known to fail.</para>
+ <para>One test 30-test_afalg.t is known to fail on some kernel
+ configurations (it apparently assumes certain unspecified crypto
+ options have been selected).</para>
<para>Install the package:</para>
diff --git a/general.ent b/general.ent
index ebd59a1dd..cd8429d22 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200420">
+<!ENTITY version "SVN-20200423">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20200420-systemd">
+<!ENTITY versiond "20200423-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "April 20th, 2020">
+<!ENTITY releasedate "April 23rd, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
diff --git a/packages.ent b/packages.ent
index 480ed66cf..e8aa938ac 100644
--- a/packages.ent
+++ b/packages.ent
@@ -521,13 +521,13 @@
<!ENTITY ninja-ch6-du "89 MB">
<!ENTITY ninja-ch6-sbu "0.3 SBU">
-<!ENTITY openssl-version "1.1.1f">
-<!ENTITY openssl-size "9,564 KB">
+<!ENTITY openssl-version "1.1.1g">
+<!ENTITY openssl-size "9,572 KB">
<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
<!ENTITY openssl-md5 "3f486f2f4435ef14b81814dbbc7b48bb">
<!ENTITY openssl-home "https://www.openssl.org/">
-<!ENTITY openssl-ch6-du "146 MB">
-<!ENTITY openssl-ch6-sbu "2.1 SBU">
+<!ENTITY openssl-ch6-du "147 MB">
+<!ENTITY openssl-ch6-sbu "2.2 SBU">
<!ENTITY patch-version "2.7.6">
<!ENTITY patch-size "766 KB">