diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-10-17 06:03:03 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-10-17 06:03:03 +0000 |
commit | def7c5c7f488af35bcca2a2cd1dcf8ff54b41223 (patch) | |
tree | dc9cc8a1bf464261b53849a562e79779d46f1516 | |
parent | 236b6f186df5974ea847fe8801349f170c595d2e (diff) | |
download | ports-def7c5c7f488af35bcca2a2cd1dcf8ff54b41223.tar.gz ports-def7c5c7f488af35bcca2a2cd1dcf8ff54b41223.zip |
textproc/libxml2: update to 2.10.3 security release (+)
* [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
* [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE
* Fix overflow check in SAX2.c
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.3
MFH: 2022Q4
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index f8ef8fc3e93e..ddb622628d2c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxml2 -DISTVERSION= 2.10.2 +DISTVERSION= 2.10.3 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 8708a2128f23..ad8ca4ad9118 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661883646 -SHA256 (gnome/libxml2-2.10.2.tar.xz) = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265 -SIZE (gnome/libxml2-2.10.2.tar.xz) = 2636304 +TIMESTAMP = 1665950945 +SHA256 (gnome/libxml2-2.10.3.tar.xz) = 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c +SIZE (gnome/libxml2-2.10.3.tar.xz) = 2639908 |