commit 58c9100e9d4d52316e9eaec1112bf93452f3864d
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Sep 23 08:40:05 2021 +0300
Fix segfault 0 bytes stack allocation.
deadbeef.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/deadbeef.spec b/deadbeef.spec
index 5859e4a..8d845fe 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -6,7 +6,7 @@
Name: deadbeef
Version: 1.8.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -14,6 +14,9 @@ License: GPLv2+ and LGPLv2+ and BSD and MIT and zlib
URL:
https://deadbeef.sourceforge.io/
Source0:
https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz
Source1:
https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4...
+# Fix segfault
+#
https://github.com/DeaDBeeF-Player/deadbeef/issues/2664
+Patch0: segfault_fix.patch
# Build for armv7hl failed
#
https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
@@ -84,7 +87,7 @@ This package contains plugins for %{name}
%prep
-%autosetup
+%autosetup -p1
tar -xvf %{SOURCE1}
mv mp4p-%{mp4p_commit}/* external/mp4p
@@ -151,6 +154,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Sep 23 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.8-2
+- Fix segfault 0 bytes stack allocation
+
* Thu Aug 05 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.8-1
- Update to 1.8.8