Fixed an issue where the patch for CVE-2021-3497 and CVE-2021-3498 was reversed

(cherry picked from commit 77ba8c995d89d039bf04df866594c0a0395b8bdc)
This commit is contained in:
wangshuo 2025-04-21 18:05:36 +08:00 committed by openeuler-sync-bot
parent 312ff9be0e
commit 3552c65225
3 changed files with 9 additions and 3 deletions

View File

@ -3,15 +3,18 @@
Name: gstreamer1-plugins-good
Version: 1.16.2
Release: 8
Release: 9
Summary: GStreamer plugins with good code and licensing
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
Source1: gstreamer-good.appdata.xml
Patch6000: backport-CVE-2021-3497.patch
Patch6001: backport-CVE-2021-3498.patch
#https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/858
Patch6000: backport-CVE-2021-3497-matroskademux-Initialize-track-context-out-parameter.patch
#https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/859
Patch6001: backport-CVE-2021-3498-matroskademux-Fix-extraction-of-multichannel-WavPack.patch
#https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226
Patch6002: CVE-2022-1920.patch
#https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1224
@ -131,6 +134,9 @@ echo "%{_libdir}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%doc %{_datadir}/gtk-doc/html/*
%changelog
* Mon Apr 21 2025 wangshuo <wangshuo@kylinos.cn> - 1.16.2-9
- Fixed an issue where the patch for CVE-2021-3497 and CVE-2021-3498 was reversed
* Fri Dec 20 2024 yaoxin <yao_xin001@hoperun.com> - 1.16.2-8
- Fix CVE-2024-47544,CVE-2024-47545,CVE-2024-47599 and CVE-2024-47603