This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d77101b1 [thirdparty] KUDU-3626 Upgrading yaml-cpp to version 0.8.0
8d77101b1 is described below

commit 8d77101b1746b765eb3a3e567e7639ac132afa6c
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]>
---
 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
 

Reply via email to