backport fixes for invalid memory access and null pointer dereference

epel8
Dominik 'Rathann' Mierzejewski 6 years ago
parent 362b6c68ca
commit 7aae903941

@ -6,6 +6,7 @@ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://www.matroska.org/ URL: https://www.matroska.org/
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
Patch0: %{name}-memory.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libebml-devel >= 1.3.7 BuildRequires: libebml-devel >= 1.3.7
@ -38,6 +39,7 @@ will use the Matroska container format.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .m
%build %build
@ -70,6 +72,7 @@ will use the Matroska container format.
%changelog %changelog
* Sat Jun 08 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.0-1 * Sat Jun 08 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.0-1
- update to 1.5.0 - update to 1.5.0
- backport fixes for invalid memory access and null pointer dereference
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1 * Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
- update to 1.4.9 (#1570226) - update to 1.4.9 (#1570226)

Loading…
Cancel
Save