summaryrefslogtreecommitdiff
path: root/libcurl/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-13 15:19:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-13 15:58:39 +0300
commit95c1e6db8f94b4ace8296812e08e99eb7733ad2f (patch)
tree622cdee9954077b57f54fbe87c46be7c8c406f3b /libcurl/build
parent4a2a63f21ed1cdcb516625cdc8203f0ad20f4042 (diff)
Upgrade to 7.87.0
That in particular fixes CVE-2022-32221 CVE-2022-43552.
Diffstat (limited to 'libcurl/build')
-rw-r--r--libcurl/build/bootstrap.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcurl/build/bootstrap.build b/libcurl/build/bootstrap.build
index 0675c6c..1d200dd 100644
--- a/libcurl/build/bootstrap.build
+++ b/libcurl/build/bootstrap.build
@@ -1,4 +1,4 @@
-# file : build/root.build
+# file : build/bootstrap.build
# license : curl License; see accompanying COPYING file
project = libcurl
@@ -17,14 +17,14 @@ using dist
# https://curl.se/docs/versions.html
#
# The ABI version doesn't correlate with the release version and is assigned
-# via the libtool's -version-info <current>:<revision>:<age> option
-# (VERSIONINFO in lib/Makefile.am). As it follows from the comment in the
+# via the libtool's -version-info <current>:<revision>:<age> option (VERSION*
+# variables in lib/Makefile.soname). As it follows from the comment in the
# makefile, the major version (current - age) is incremented for backwards-
# incompatible ABI changes. See also:
#
# https://curl.se/libcurl/abi.html
#
-if ($version.major == 7 && $version.minor == 84 && $version.patch == 0)
+if ($version.major == 7 && $version.minor == 87 && $version.patch == 0)
{
abi_version_major = 4
abi_version = "$abi_version_major.8.0" # <current - age>.<age>.<revision>