From d3b9267773564b3d55ea659f37eee61c88952d88 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Thu, 19 Sep 2024 12:29:43 +0200 Subject: [PATCH] libxml2: version 2.12.9, fixes a few CVE issues --- recipes/libxml2/all/conandata.yml | 6 +++--- recipes/libxml2/config.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/libxml2/all/conandata.yml b/recipes/libxml2/all/conandata.yml index 69598108421daa..991a3a8b83d6b5 100644 --- a/recipes/libxml2/all/conandata.yml +++ b/recipes/libxml2/all/conandata.yml @@ -1,7 +1,7 @@ sources: - "2.13.4": - url: "https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.4.tar.xz" - sha256: "65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650" + "2.12.9": + url: "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.9.tar.xz" + sha256: "59912db536ab56a3996489ea0299768c7bcffe57169f0235e7f962a91f483590" "2.12.7": url: "https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz" sha256: "24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56" diff --git a/recipes/libxml2/config.yml b/recipes/libxml2/config.yml index 10091e45109577..3c3ffc3c63362f 100644 --- a/recipes/libxml2/config.yml +++ b/recipes/libxml2/config.yml @@ -1,5 +1,5 @@ versions: - "2.13.4": + "2.12.9": folder: all "2.12.7": folder: all