diff --git a/resteasy-3.0.19.Final.tar.gz b/resteasy-3.0.19.Final.tar.gz index fcce942ed5a71c7e5b56d94de8669b76518b8acb..8effcd59a03769b99acf4fdeceecbc1361f99b6b 100644 Binary files a/resteasy-3.0.19.Final.tar.gz and b/resteasy-3.0.19.Final.tar.gz differ diff --git a/resteasy.spec b/resteasy.spec index 2629c0ea7762031f36c6e941280ef4a9759ed395..a86d3fe12db0049b99c8d6a6d70ac0cd2655c3af 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -2,11 +2,11 @@ %global namedversion %{version}%{namedreltag} Name: resteasy Version: 3.0.19 -Release: 4 +Release: 5 Summary: Framework for RESTful Web services and Java applications -License: ASL 2.0 and CDDL +License: Apache-2.0 URL: https://github.com/resteasy/Resteasy/ -Source0: https://github.com/resteasy/Resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz +Source0: https://github.com/resteasy/resteasy/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz Patch0: resteasy-3.0.19-Mime4j-0.7.2-support.patch Patch1: resteasy-3.0.19-port-resteasy-netty-to-netty-3.10.6.patch Patch2: CVE-2016-9606.patch @@ -153,7 +153,7 @@ Summary: Test modules for %{name} %{extdesc} %{summary}. %prep -%setup -q -n Resteasy-%{namedversion} +%setup -q -n resteasy-%{namedversion} %mvn_package ":resteasy-jaxrs" core %mvn_package ":providers-pom" core %mvn_package ":resteasy-jaxrs-all" core @@ -337,6 +337,9 @@ done %license jaxrs/License.html %changelog +* Mon Nov 14 2022 Ge Wang - 3.0.19-5 +- bring source file into correspondence with described in spec file + * Thu Jun 10 2021 wangyue - 3.0.19-4 - fix CVE-2020-10688