diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-01-17 18:59:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-01-21 08:04:08 +0000 |
commit | 97d40c6bda0656833e3e16d9364a5dc1b9587200 (patch) | |
tree | ef1aca22aa0ce44204a3895266660706c60200f7 | |
parent | 82748106ff1e7e7ac7cbf70bd570537d98019111 (diff) | |
download | ports-97d40c6bda0656833e3e16d9364a5dc1b9587200.tar.gz ports-97d40c6bda0656833e3e16d9364a5dc1b9587200.zip |
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: 261285
-rw-r--r-- | textproc/expat2/Makefile | 2 | ||||
-rw-r--r-- | textproc/expat2/distinfo | 6 | ||||
-rw-r--r-- | 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 <dirk@FreeBSD.org> 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 |