!28 [sync] PR-27: Delete TransferTestCase.java TestCase
From: @openeuler-sync-bot Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
1e5d291a74
@ -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 <thistleslyn@163.com> - 1:1.4.0-6
|
||||
- Delete TransferTestCase.java TestCase
|
||||
|
||||
* Mon Apr 3 2023 mayp <mayanping@ncti-gba.cn> - 1:1.4.0-5
|
||||
- Fix CVE-2023-1108
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user