!25 [sync] PR-24: fix CVE-2024-10573
From: @openeuler-sync-bot Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
eeafa8d0f0
1009
0001-libmpg123-separate-header-data-into-a-struct.patch
Normal file
1009
0001-libmpg123-separate-header-data-into-a-struct.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ libraries.
|
|||||||
|
|
||||||
Name: mpg123
|
Name: mpg123
|
||||||
Version: 1.29.3
|
Version: 1.29.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
|
||||||
License: LGPL-2.1-or-later and GPL-2.0-or-later
|
License: LGPL-2.1-or-later and GPL-2.0-or-later
|
||||||
URL: http://mpg123.org
|
URL: http://mpg123.org
|
||||||
@ -15,6 +15,8 @@ Source0: http://mpg123.org/download/%{name}-%{version}.tar.bz2
|
|||||||
BuildRequires: autoconf automake gcc libtool make pkgconfig(alsa)
|
BuildRequires: autoconf automake gcc libtool make pkgconfig(alsa)
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
Patch0001: 0001-libmpg123-separate-header-data-into-a-struct.patch
|
||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
%package plugins-pulseaudio
|
%package plugins-pulseaudio
|
||||||
@ -123,7 +125,10 @@ popd
|
|||||||
%doc NEWS NEWS.lib%{name} doc/*
|
%doc NEWS NEWS.lib%{name} doc/*
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 1 2024 Deyuan Fan <fandeyuan@kylinos.cn> - 1.29.3-4
|
||||||
|
- fix CVE-2024-10573
|
||||||
|
|
||||||
* Sat Jul 30 2022 wangkai <wangkai385@h-partners.com> - 1.29.3-3
|
* Sat Jul 30 2022 wangkai <wangkai385@h-partners.com> - 1.29.3-3
|
||||||
- Add portaudio and jack audio plugin to fix mpg123 xxx.mp3 error
|
- Add portaudio and jack audio plugin to fix mpg123 xxx.mp3 error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user