Skip to content

Commit 4b4a077

Browse files
committed
misp-2.5.38
1 parent 6ae3f88 commit 4b4a077

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ need is to be able to include our repository on your systems. MariaDB will be in
2828
PHP and PHP modules will be installed from [Remirepo](https://rpms.remirepo.net/)
2929

3030
## Updates
31+
### May 21 2026
32+
- misp-2.5.38
33+
3134
### Apr 29 2026
3235
- misp-2.5.37
3336

SPECS/misp25.spec

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# global definitions
1414
%define pymispver 2.5.34.1
15-
%define mispstixver 2026.4.9
15+
%define mispstixver 2026.5.20
1616

1717
# RHEL version dependencies
1818
%define phpbasever php83
@@ -37,8 +37,8 @@
3737
%endif
3838

3939
Name: misp
40-
Version: 2.5.37
41-
Release: 1%{?dist}
40+
Version: 2.5.38
41+
Release: 2%{?dist}
4242
Summary: MISP - malware information sharing platform
4343

4444
Group: Internet Applications
@@ -54,7 +54,6 @@ Source7: misp-workers.ini
5454
Source8: misp-workers8.pp
5555
Source9: misp-worker-status-supervisord.pp
5656
Patch0: MISP-AppModel.php.patch
57-
Patch1: misp-2.4.177-fix-composer-config.patch
5857

5958
BuildRequires: git, %{pythonvershort}-devel, %{pythonvershort}-pip
6059
BuildRequires: libxslt-devel, zlib-devel
@@ -112,9 +111,6 @@ git config core.filemode false
112111
# patch app/Model/Server.php to show commit ID
113112
patch --ignore-whitespace -p0 < %{PATCH0}
114113

115-
# patch app/composer.json to avoid user interaction during build
116-
patch --ignore-whitespace -p0 < %{PATCH1}
117-
118114
%build
119115
# intentionally left blank
120116

@@ -297,6 +293,9 @@ if [ SELINUXSTATUS != 'Disabled' ]; then
297293
fi
298294

299295
%changelog
296+
* Wed May 20 2026 Andreas Muehlemann <amuehlem@gmail.com> - 2.5.38
297+
- update to 2.5.38
298+
300299
* Wed Apr 29 2026 Andreas Muehlemann <amuehlem@gmail.com> - 2.5.37
301300
- update to 2.5.37
302301

0 commit comments

Comments
 (0)