From d7fb9b6cf7dd8d1aabadc31ffff9a35e3bed2d5a Mon Sep 17 00:00:00 2001 From: wangxiao65 <287608437@qq.com> Date: Wed, 13 Jan 2021 10:29:20 +0800 Subject: [PATCH] fix CVE-2019-0205 CVE-2019-0210 (cherry picked from commit d4f8607eb4f33adfdf7b133b3ddfa74906032120) --- thrift.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrift.spec b/thrift.spec index b91a80f..f2edece 100644 --- a/thrift.spec +++ b/thrift.spec @@ -32,7 +32,7 @@ Name: thrift Version: 0.10.0 Release: 3 Summary: Software framework for cross-language services development -License: ASL 2.0 and BSD and zlib +License: ASL 2.0 and BSD and zlib and MIT URL: https://thrift.apache.org/ Source0: https://archive.apache.org/dist/thrift/%{version}/thrift-%{version}.tar.gz Source1: https://repo1.maven.org/maven2/org/apache/thrift/libthrift/%{version}/libthrift-%{version}.pom -- Gitee