Compare commits
10 Commits
fa2a95753b
...
8d51ad0f1a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d51ad0f1a | ||
|
|
bfebf377c1 | ||
|
|
4ebc35aa68 | ||
|
|
4f9c97a277 | ||
|
|
807f5edde2 | ||
|
|
10d15c96bd | ||
|
|
b6410f2bc6 | ||
|
|
d765a0ef75 | ||
|
|
ecbddaeb19 | ||
|
|
172231b119 |
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: apache-mina
|
Name: apache-mina
|
||||||
Version: 2.0.9
|
Version: 2.1.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Apache MINA
|
Summary: Apache MINA
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: http://mina.apache.org
|
URL: http://mina.apache.org
|
||||||
Source0: http://archive.apache.org/dist/mina/mina/%{version}/%{name}-%{version}-src.tar.gz
|
Source0: https://github.com/apache/mina/archive/%{version}/mina-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local mvn(com.jcraft:jzlib) mvn(commons-lang:commons-lang)
|
BuildRequires: maven-local mvn(com.jcraft:jzlib) mvn(commons-lang:commons-lang)
|
||||||
BuildRequires: mvn(org.apache:apache:pom:) mvn(org.slf4j:slf4j-api)
|
BuildRequires: mvn(org.apache:apache:pom:) mvn(org.slf4j:slf4j-api)
|
||||||
@ -48,8 +48,7 @@ Summary: API documentation for %{name}
|
|||||||
This package provides %{name}.
|
This package provides %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n mina-%{version}
|
||||||
mv src/* .
|
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|<packaging>bundle</packaging>|<packaging>jar</packaging>|g' \
|
-e 's|<packaging>bundle</packaging>|<packaging>jar</packaging>|g' \
|
||||||
-e 's|<type>bundle</type>|<type>jar</type>|g' \
|
-e 's|<type>bundle</type>|<type>jar</type>|g' \
|
||||||
@ -58,6 +57,8 @@ sed -i \
|
|||||||
%pom_remove_plugin :maven-source-plugin
|
%pom_remove_plugin :maven-source-plugin
|
||||||
%pom_remove_plugin :maven-bundle-plugin
|
%pom_remove_plugin :maven-bundle-plugin
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
%pom_remove_plugin :cyclonedx-maven-plugin
|
||||||
%pom_disable_module mina-legal
|
%pom_disable_module mina-legal
|
||||||
%pom_disable_module mina-transport-apr
|
%pom_disable_module mina-transport-apr
|
||||||
%pom_disable_module mina-integration-beans
|
%pom_disable_module mina-integration-beans
|
||||||
@ -89,5 +90,17 @@ sed -i \
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 30 2024 wangkai <13474090681@163.com> - 2.1.10-1
|
||||||
|
- Upgrade to 2.1.10 for fix CVE-2024-52046
|
||||||
|
|
||||||
|
* Thu Aug 24 2023 xu_ping <707078654@qq.com> - 2.1.7-1
|
||||||
|
- Upgrade to 2.1.7
|
||||||
|
|
||||||
|
* Fri Nov 05 2021 wangkai <wangkai385@huawei.com> - 2.0.22-1
|
||||||
|
- Upgrade to 2.0.22 for fix CVE-2021-41973
|
||||||
|
|
||||||
|
* Mon Sep 21 2020 wangyue <wangyue92@huawei.com> - 2.0.21-1
|
||||||
|
- Fix CVE-2019-0231
|
||||||
|
|
||||||
* Mon Jul 27 2020 leiju <leiju4@huawei.com> - 2.0.9-1
|
* Mon Jul 27 2020 leiju <leiju4@huawei.com> - 2.0.9-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
mina-2.1.10.tar.gz
Normal file
BIN
mina-2.1.10.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user