commit 7c15a780de79094cc735971f1ba5de8663fd3272
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 2 03:34:17 2023 +0100
fix snprintf overflow on F38+
libmp3splt.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libmp3splt.spec b/libmp3splt.spec
index a45de20..6b71c7d 100644
--- a/libmp3splt.spec
+++ b/libmp3splt.spec
@@ -5,7 +5,7 @@
Summary: Libraries for the mp3Splt project
Name: libmp3splt
Version: 0.9.2
-Release: 15%{?dist}
+Release: 16%{?dist}
License: GPLv2
Group: Development/Libraries
Source:
http://downloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz
@@ -96,6 +96,9 @@ find %{buildroot}%{_libdir} -name '*.la' -exec rm -f {}
';'
%{_docdir}/%{name}/doxygen
%changelog
+* Wed Aug 02 2023 Sérgio Basto <sergio(a)serjux.com> - 0.9.2-16
+- fix snprintf overflow on F38+
+
* Sun Mar 05 2023 Sérgio Basto <sergio(a)serjux.com> - 0.9.2-15
- Update to last git snapshot from
https://github.com/mp3splt/mp3splt