This is an automated email from the ASF dual-hosted git repository.
achennaka pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/branch-1.18.x by this push:
new 9a6de6f40 [thirdparty] KUDU-3626 Upgrading yaml-cpp to version 0.8.0
9a6de6f40 is described below
commit 9a6de6f408c7af8cfaaa1f3929a2cee81c4039fe
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Tue Dec 3 15:25:14 2024 -0800
[thirdparty] KUDU-3626 Upgrading yaml-cpp to version 0.8.0
This addresses a few CVEs like CVE-2019-6292, CVE-2019-6285,
CVE-2018-20574, CVE-2018-20573.
Change-Id: I484d09ecfcbc5d8f7581f57ae8047c15627a563f
Reviewed-on: http://gerrit.cloudera.org:8080/22163
Reviewed-by: Ashwani Raina <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
(cherry picked from commit 8d77101b1746b765eb3a3e567e7639ac132afa6c)
Reviewed-on: http://gerrit.cloudera.org:8080/22178
Reviewed-by: Abhishek Chennaka <[email protected]>
---
thirdparty/vars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 67b961a90..5ba99eba5 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -212,7 +212,7 @@ HADOOP_VERSION=3.2.0
HADOOP_NAME=hadoop-$HADOOP_VERSION
HADOOP_SOURCE=$TP_SOURCE_DIR/$HADOOP_NAME
-YAML_VERSION=0.6.2
+YAML_VERSION=0.8.0
YAML_NAME=yaml-cpp-yaml-cpp-$YAML_VERSION
YAML_SOURCE=$TP_SOURCE_DIR/$YAML_NAME