import CS mpg123-1.32.9-1.el9_5

This commit is contained in:
eabdullin 2024-12-18 07:40:25 +00:00
parent d6ba047b6b
commit c9b76cf2a4
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/mpg123-1.26.2.tar.bz2
SOURCES/mpg123-1.32.9.tar.bz2

View File

@ -1 +1 @@
1172bda449e58293412bde953ccf8aee32b672af SOURCES/mpg123-1.26.2.tar.bz2
25aea7c5edfe6bc637f603c075210c13955200fe SOURCES/mpg123-1.32.9.tar.bz2

View File

@ -3,8 +3,8 @@
%global syn syn123
Name: mpg123
Version: 1.26.2
Release: 5%{?dist}
Version: 1.32.9
Release: 1%{?dist}
Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3
License: LGPLv2+
@ -98,7 +98,7 @@ Obsoletes: %{name}-libs-devel < 1.23.8-3
Development files for decoding and output libraries.
%prep
%autosetup
%autosetup -p1
%build
autoreconf -vfi
@ -162,6 +162,14 @@ rm %{buildroot}%{_libdir}/*.la
%{_libdir}/pkgconfig/lib%{syn}.pc
%changelog
* Mon Dec 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.32.9-1
- Rebase to 1.32.9, includes patch for CVE-2024-10573
Resolves: RHEL-65445
* Mon Dec 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.26.2-6
- Add patch for CVE-2024-10573
Resolves: RHEL-65445
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.26.2-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688