From 639c31f2fc5b5f198f19a31727d914f111c05efb Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 17 Jan 2022 19:59:30 +0100 Subject: [PATCH] textproc/expat2: update to 2.4.3 From [1]: libexpat is a fast streaming XML parser. Alongside libxml2, Expat is one of the most widely used software libre XML parsers written in C, precisely C99. It is cross-platform and licensed under the MIT license. Expat 2.4.3 has been released earlier today. Besides two minor fixes to the build system, this release is about security fixes. There is a total of 8 CVEs fixed, all related to fixed-size integer math (integer overflow and invalid shifts) near memory allocation. Impact is denial of service, or more. * CVE-2021-45960 * CVE-2021-46143 * CVE-2022-22822 * CVE-2022-22823 * CVE-2022-22824 * CVE-2022-22825 * CVE-2022-22826 * CVE-2022-22827 For more details, please check out the change log [2]. [1] https://blog.hartwork.org/posts/expat-2-4-3-released/ [2] https://github.com/libexpat/libexpat/blob/R_2_4_3/expat/Changes Exp-run by: antoine PR: XXXXXXX --- textproc/expat2/Makefile | 2 +- textproc/expat2/distinfo | 6 +++--- textproc/expat2/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 7b7720846fa2..f9b7afc63294 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -1,7 +1,7 @@ # Created by: Dirk Froemberg PORTNAME= expat -DISTVERSION= 2.4.2 +DISTVERSION= 2.4.3 CATEGORIES= textproc MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/ diff --git a/textproc/expat2/distinfo b/textproc/expat2/distinfo index 899f15f78453..65ef365c45eb 100644 --- a/textproc/expat2/distinfo +++ b/textproc/expat2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640043582 -SHA256 (expat-2.4.2.tar.xz) = bc2ff58f49c29aac7bff705a6c167a821f26c512079ff08ac432fd0fdc9bb199 -SIZE (expat-2.4.2.tar.xz) = 449664 +TIMESTAMP = 1642445891 +SHA256 (expat-2.4.3.tar.xz) = b1f9f1b1a5ebb0acaa88c9ff79bfa4e145823b78aa5185e5c5d85f060824778a +SIZE (expat-2.4.3.tar.xz) = 451012 diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist index 4693deb479be..c1ba19e70342 100644 --- a/textproc/expat2/pkg-plist +++ b/textproc/expat2/pkg-plist @@ -9,7 +9,7 @@ lib/cmake/expat-%%EXPAT_VERSION%%/expat.cmake %%STATIC%%lib/libexpat.a lib/libexpat.so lib/libexpat.so.1 -lib/libexpat.so.1.8.2 +lib/libexpat.so.1.8.3 libdata/pkgconfig/expat.pc man/man1/xmlwf.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -- 2.34.1