delete TransferTestCase.java TestCase
(cherry picked from commit 12ef2701d7b9033e38c53ce523fe9d5d31b1f5ad)
This commit is contained in:
parent
007d07c377
commit
6c8095abdb
@ -2,7 +2,7 @@
|
|||||||
%global namedversion %{version}%{?namedreltag}
|
%global namedversion %{version}%{?namedreltag}
|
||||||
Name: undertow
|
Name: undertow
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Java web server using non-blocking IO
|
Summary: Java web server using non-blocking IO
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://undertow.io/
|
URL: http://undertow.io/
|
||||||
@ -41,6 +41,10 @@ This package contains the API documentation for %{name}.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
rm -rf mac-jdk-fix
|
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_disable_module examples
|
||||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||||
%pom_remove_plugin org.bitstrings.maven.plugins:dependencypath-maven-plugin core
|
%pom_remove_plugin org.bitstrings.maven.plugins:dependencypath-maven-plugin core
|
||||||
@ -68,6 +72,9 @@ done
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 3 2023 mayp <mayanping@ncti-gba.cn> - 1:1.4.0-5
|
||||||
- Fix CVE-2023-1108
|
- Fix CVE-2023-1108
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user