From 1d290b7f2ddcad1e9f68cee1ce7c2db16dfc7acc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Nov 2022 11:48:08 +0300 Subject: Upgrade to 2.5.0 This in particular fixes CVE-2022-43680. --- libexpat/build/bootstrap.build | 4 ++-- libexpat/manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libexpat') diff --git a/libexpat/build/bootstrap.build b/libexpat/build/bootstrap.build index 71ba29a..5e414ed 100644 --- a/libexpat/build/bootstrap.build +++ b/libexpat/build/bootstrap.build @@ -18,10 +18,10 @@ using install # from the comment in expat/configure.ac, the major version (current - age) is # incremented for backwards-incompatible ABI changes. # -if ($version.major == 2 && $version.minor == 4 && $version.patch == 9) +if ($version.major == 2 && $version.minor == 5 && $version.patch == 0) { abi_version_major = 1 - abi_version = "$abi_version_major.8.9" # .. + abi_version = "$abi_version_major.8.10" # .. } else fail 'increment the ABI version?' diff --git a/libexpat/manifest b/libexpat/manifest index 0ef3e66..ab70452 100644 --- a/libexpat/manifest +++ b/libexpat/manifest @@ -1,6 +1,6 @@ : 1 name: libexpat -version: 2.4.9 +version: 2.5.0-a.0.z project: expat priority: security summary: Stream-oriented XML parsing C library -- cgit v1.1