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
3737%endif
3838
3939Name: misp
40- Version: 2.5.37
41- Release: 1 %{?dist }
40+ Version: 2.5.38
41+ Release: 2 %{?dist }
4242Summary: MISP - malware information sharing platform
4343
4444Group: Internet Applications
@@ -54,7 +54,6 @@ Source7: misp-workers.ini
5454Source8: misp-workers8.pp
5555Source9: misp-worker-status-supervisord.pp
5656Patch0: MISP-AppModel.php.patch
57- Patch1: misp-2.4.177-fix-composer-config.patch
5857
5958BuildRequires: git, %{pythonvershort }-devel, %{pythonvershort }-pip
6059BuildRequires: libxslt-devel, zlib-devel
@@ -112,9 +111,6 @@ git config core.filemode false
112111# patch app/Model/Server.php to show commit ID
113112patch --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
297293fi
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