From 790da9a801eadedd25eadf085461906338e02e1b Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 10 May 2022 16:31:49 +0800 Subject: [PATCH] License compliance rectification --- jackson-dataformats-binary.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jackson-dataformats-binary.spec b/jackson-dataformats-binary.spec index a3707e6..20821c1 100644 --- a/jackson-dataformats-binary.spec +++ b/jackson-dataformats-binary.spec @@ -1,8 +1,8 @@ Name: jackson-dataformats-binary Version: 2.9.4 -Release: 6 +Release: 7 Summary: A multi-module umbrella project for Jackson standard binary data format backends -License: ASL 2.0 and BSD +License: Apache-2.0 URL: https://github.com/FasterXML/jackson-dataformats-binary Source0: https://github.com/FasterXML/jackson-dataformats-binary/archive/%{name}-%{version}.tar.gz Patch0000: CVE-2020-28491.patch @@ -51,6 +51,9 @@ sed -i 's/\r//' NOTICE LICENSE /usr/share/maven* %changelog +* Tue May 10 2022 liyanan - 2.9.4-7 +- License compliance rectification + * Tue Mar 2 2021 zhanghua - 2.9.4-6 - fix CVE-2020-28491 -- Gitee