summaryrefslogtreecommitdiff
path: root/libexpat/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-09-30 14:34:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-09-30 17:26:56 +0300
commita8a0eacb8148c8d68f059dc7eba585c92cbe937e (patch)
tree561e252987847ba3d52665aac9ab3d1afd4ea690 /libexpat/build
parent75fd8e50ade69a3afae82024a6e4b879b1f72ac1 (diff)
Upgrade to 2.4.9
This in particular fixes CVE-2022-40674.
Diffstat (limited to 'libexpat/build')
-rw-r--r--libexpat/build/bootstrap.build4
-rw-r--r--libexpat/build/root.build2
2 files changed, 4 insertions, 2 deletions
diff --git a/libexpat/build/bootstrap.build b/libexpat/build/bootstrap.build
index 8a55359..71ba29a 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 == 7)
+if ($version.major == 2 && $version.minor == 4 && $version.patch == 9)
{
abi_version_major = 1
- abi_version = "$abi_version_major.8.7" # <current - age>.<age>.<revision>
+ abi_version = "$abi_version_major.8.9" # <current - age>.<age>.<revision>
}
else
fail 'increment the ABI version?'
diff --git a/libexpat/build/root.build b/libexpat/build/root.build
index f34f548..58e2e9c 100644
--- a/libexpat/build/root.build
+++ b/libexpat/build/root.build
@@ -1,6 +1,8 @@
# file : build/root.build
# license : MIT; see accompanying COPYING file
+using in
+
using c
h{*}: extension = h