diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-26 01:13:29 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-26 02:38:45 +0800 |
commit | a4e4addb5a4ab9babe03935b454b8fa57be22913 (patch) | |
tree | 7857b52c75b3b6f5f76f50a58c81f176865d0ef8 | |
parent | efbd8873aca1b0bb2a6091bf47a99bb3ad0553c6 (diff) |
update to openssl-1.1.1k (#4911)
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ceeae7902..59f30f69a 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>2021-08-25</para> + <itemizedlist> + <listitem> + <para>[xry111] - Update to openssl-1.1.1l (security fixes). Fixes + <ulink url="&lfs-ticket-root;4911">#4911</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-08-20</para> <itemizedlist> <listitem> diff --git a/packages.ent b/packages.ent index fd4385650..4595b4a41 100644 --- a/packages.ent +++ b/packages.ent @@ -533,10 +533,10 @@ <!ENTITY ninja-fin-du "64 MB"> <!ENTITY ninja-fin-sbu "0.2 SBU"> -<!ENTITY openssl-version "1.1.1k"> -<!ENTITY openssl-size "9,596 KB"> +<!ENTITY openssl-version "1.1.1l"> +<!ENTITY openssl-size "9,604 KB"> <!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz"> -<!ENTITY openssl-md5 "c4e7d95f782b08116afa27b30393dd27"> +<!ENTITY openssl-md5 "ac0d4387f3ba0ad741b0580dd45f6ff3"> <!ENTITY openssl-home "https://www.openssl.org/"> <!ENTITY openssl-fin-du "154 MB"> <!ENTITY openssl-fin-sbu "2.2 SBU"> |