diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-20 13:35:28 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-01-20 13:35:28 -0600 |
commit | d141d6754627ff7ebb54ab3ad7be801421f4b027 (patch) | |
tree | 475a3f033a8c94908ddf1586daf55fb51ee2ddb4 | |
parent | 18c19472981ce1620f605f2b51734f7498f3c8a6 (diff) |
Update to expat-2.4.3 (security fixes).
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5fe0564fc..f6c1b30ac 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,10 @@ <para>2022-01-20</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to expat-2.4.3 (security fixes). Fixes + <ulink url="&lfs-ticket-root;4984">#4984</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Update to meson-0.61.1. Fixes <ulink url="&lfs-ticket-root;4985">#4985</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 8cb11f3fc..3ddca0fb0 100644 --- a/packages.ent +++ b/packages.ent @@ -163,10 +163,10 @@ <!ENTITY eudev-fin-du "80 MB"> <!ENTITY eudev-fin-sbu "0.2 SBU"> -<!ENTITY expat-version "2.4.2"> -<!ENTITY expat-size "440 KB"> +<!ENTITY expat-version "2.4.3"> +<!ENTITY expat-size "444 KB"> <!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.xz"> -<!ENTITY expat-md5 "b49e50792ddb35165bab41413238f66e"> +<!ENTITY expat-md5 "b1137f030590b3f0c41c69c6cd68fa90"> <!ENTITY expat-home "https://libexpat.github.io/"> <!ENTITY expat-fin-du "13 MB"> <!ENTITY expat-fin-sbu "0.1 SBU"> |