diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-23 18:48:38 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-23 18:48:43 +0100 |
commit | 195a96e9cc459c653129b45b1c2934d3d059ad6b (patch) | |
tree | a9448fb6a23e87d27ad9745ad0bd452914357766 /textproc | |
parent | 2ff3605f9f792c04d707c0fb6bd078d3a2c1d729 (diff) | |
download | freebsd-ports-195a96e9cc459c653129b45b1c2934d3d059ad6b.zip |
textproc/libxml2: Update to 2.11.7
Fixes CVE-2024-25062
Reference:
https://www.cve.org/CVERecord?id=CVE-2024-25062
Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.7
PR: 276900
Approved by: desktop (fluffy)
Sponsored by: Blinkinblox
Exp-run by: antoine
Diffstat (limited to 'textproc')
-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 b3be31b1c983..e69bb22381d7 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,5 +1,5 @@ PORTNAME= libxml2 -DISTVERSION= 2.11.6 +DISTVERSION= 2.11.7 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index ebdcffce4e68..5de62a8778d4 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700425627 -SHA256 (gnome/libxml2-2.11.6.tar.xz) = c90eee7506764abbe07bb616b82da452529609815aefef423d66ef080eb0c300 -SIZE (gnome/libxml2-2.11.6.tar.xz) = 2628652 +TIMESTAMP = 1707260517 +SHA256 (gnome/libxml2-2.11.7.tar.xz) = fb27720e25eaf457f94fd3d7189bcf2626c6dccf4201553bc8874d50e3560162 +SIZE (gnome/libxml2-2.11.7.tar.xz) = 2628860 |