Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2f7ec3a9d3
!37 [sync] PR-35: Upgrade to 5.16.8 for fix CVE-2025-27533
From: @openeuler-sync-bot 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
2025-05-09 06:12:44 +00:00
wk333
78b81edb1d Upgrade to 5.16.8 for fix CVE-2025-27533
(cherry picked from commit d9e611f23ca268186ef4022325714e48aca898d4)
2025-05-09 10:30:04 +08:00
openeuler-ci-bot
8dca46e461
!28 [sync] PR-27: Fix build error for riscv64
From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2025-01-27 06:16:35 +00:00
Dingli Zhang
66d42e5375 Fix build error for riscv64
(cherry picked from commit ed113b073dafe9075445809b4434c4fa69a5746e)
2025-01-27 14:14:34 +08:00
openeuler-ci-bot
b3362dac00
!17 Upgrade to 5.16.7 for fix CVE-2022-41678
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-12-06 08:47:20 +00:00
wk333
258fc6d841 Upgrade to 5.16.7 for fix CVE-2022-41678 2023-12-06 15:56:37 +08:00
openeuler-ci-bot
090638c907
!8 Upgrade to 5.15.16 for fix CVE-2023-46604
From: @starlet-dx 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-10-30 07:20:30 +00:00
starlet-dx
643cc7bccf Upgrade to 5.15.16 for fix CVE-2023-46604 2023-10-30 14:10:21 +08:00
openeuler-ci-bot
bb104d0ca1 !2 Fix activemq permission and remove windows related files
From: @ultra_planet
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-28 09:30:21 +00:00
lingsheng
6c63d16109 Fix activemq permission and remove windows related files 2021-08-28 17:05:23 +08:00
3 changed files with 23 additions and 3 deletions

Binary file not shown.

BIN
activemq-5.16.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
%define check_testcase 0
Name: activemq
Version: 5.15.15
Version: 5.16.8
Release: 1
Summary: Open source messaging and Integration Patterns server
License: ASL 2.0
License: Apache-2.0
URL: http://activemq.apache.org
Source0: https://github.com/apache/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
Requires: java
@ -19,9 +19,12 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%autosetup -n %{name}-%{name}-%{version}
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%if "%{_arch}" == "riscv64"
export MAVEN_OPTS="-Xms2048M -Xmx8000M"
%endif
%if %{check_testcase}
mvn package
%else
@ -35,6 +38,8 @@ install -d -m755 %{buildroot}/%{_datadir}/activemq
cd assembly/target
unzip -d ./file apache-activemq*.zip
cd ./file/apache-activemq*
rm -rf bin/win* bin/*.bat
chmod 755 bin/%{name}
for dir in bin examples webapps webapps-demo conf lib docs;do
if [ "$dir" = "docs" || "$dir" = "examples" ]
then
@ -58,5 +63,20 @@ cd %{_builddir}
%{_datadir}/javadoc
%changelog
* Fri May 09 2025 wangkai <13474090681@163.com> - 5.16.8-1
- Upgrade to 5.16.8 for fix CVE-2025-27533
* Thu Jan 23 2025 Dingli Zhang <dingli@iscas.ac.cn> - 5.16.7-2
- Fix build error for riscv64
* Wed Dec 06 2023 wangkai <13474090681@163.com> - 5.16.7-1
- Upgrade to 5.16.7 for fix CVE-2022-41678
* Mon Oct 30 2023 yaoxin <yao_xin001@hoperun.com> - 5.15.16-1
- Upgrade to 5.15.16 for fix CVE-2023-46604
* Sat Aug 28 2021 lingsheng <lingsheng@huawei.com> - 5.15.15-2
- Fix activemq permission and remove windows related files
* Mon Jul 19 2021 xuping <xuping33@huawei.com> - 5.15.15-1
- package init