Compare commits
No commits in common. "8d51ad0f1ad0fad16d7123ea6a8e5a7152b09ba6" and "fa2a95753bcec3f4337d25068cf680b408209056" have entirely different histories.
8d51ad0f1a
...
fa2a95753b
BIN
apache-mina-2.0.9-src.tar.gz
Normal file
BIN
apache-mina-2.0.9-src.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: apache-mina
|
Name: apache-mina
|
||||||
Version: 2.1.10
|
Version: 2.0.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Apache MINA
|
Summary: Apache MINA
|
||||||
License: Apache-2.0
|
License: ASL 2.0
|
||||||
URL: http://mina.apache.org
|
URL: http://mina.apache.org
|
||||||
Source0: https://github.com/apache/mina/archive/%{version}/mina-%{version}.tar.gz
|
Source0: http://archive.apache.org/dist/mina/mina/%{version}/%{name}-%{version}-src.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,7 +48,8 @@ Summary: API documentation for %{name}
|
|||||||
This package provides %{name}.
|
This package provides %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mina-%{version}
|
%setup -q
|
||||||
|
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' \
|
||||||
@ -57,8 +58,6 @@ 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
|
||||||
@ -90,17 +89,5 @@ 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
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user