From 6759e8e336aea18ac2d43872a8b47a4262b1e295 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 13 Jun 2023 10:48:48 +0800 Subject: [PATCH] delete TransferTestCase.java TestCase (cherry picked from commit 12ef2701d7b9033e38c53ce523fe9d5d31b1f5ad) --- undertow.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/undertow.spec b/undertow.spec index 70df81c..f1f6480 100644 --- a/undertow.spec +++ b/undertow.spec @@ -2,7 +2,7 @@ %global namedversion %{version}%{?namedreltag} Name: undertow Version: 1.4.0 -Release: 5 +Release: 6 Summary: Java web server using non-blocking IO License: ASL 2.0 URL: http://undertow.io/ @@ -41,6 +41,10 @@ This package contains the API documentation for %{name}. %patch3 -p1 %patch4 -p1 rm -rf mac-jdk-fix + +#Remove test cases suspected of containing viruses +rm -rf servlet/src/test/java/io/undertow/servlet/test/proprietry/TransferTestCase.java + %pom_disable_module examples %pom_remove_plugin -r :maven-checkstyle-plugin %pom_remove_plugin org.bitstrings.maven.plugins:dependencypath-maven-plugin core @@ -68,6 +72,9 @@ done %license LICENSE.txt %changelog +* Tue Jun 13 2023 liyanan - 1:1.4.0-6 +- Delete TransferTestCase.java TestCase + * Mon Apr 3 2023 mayp - 1:1.4.0-5 - Fix CVE-2023-1108 -- Gitee