Bumped to 5.0.1-8

- Rebuild for rhel-10.2
Resolves: RHEL-137749
Resolves: RHEL-141553
This commit is contained in:
Jon Maloy 2026-04-01 19:10:27 -04:00
parent 5706163820
commit 7c875c5179

View File

@ -1,6 +1,6 @@
Name: capstone
Version: 5.0.1
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A lightweight multi-platform, multi-architecture disassembly framework
License: BSD-3-Clause AND BSD-4-Clause AND APSL-2.0 AND NCSA AND MIT
URL: http://www.capstone-engine.org/
@ -336,6 +336,9 @@ popd
%changelog
* Tue Apr 01 2026 Jon Maloy <jmaloy@redhat.com> - 5.0.1-8
- Rebuild for rhel-10.2
* Fri Mar 13 2026 Jon Maloy <jmaloy@redhat.com> - 5.0.1-7
- Fix CVE-2025-67873 (heap buffer overflow)
Resolves: RHEL-141553