diff --git a/ffmpeg-6.1.1.tar.xz b/ffmpeg-7.1.tar.xz similarity index 55% rename from ffmpeg-6.1.1.tar.xz rename to ffmpeg-7.1.tar.xz index 3c4a2a241e2ac2b89b177463ec634af90e130612..ac4086ffc9402dbe52be8d6819c2628bc424a8f1 100644 Binary files a/ffmpeg-6.1.1.tar.xz and b/ffmpeg-7.1.tar.xz differ diff --git a/ffmpeg.spec b/ffmpeg.spec index 24da947411c3c4d943dd6d70b502445288d02a07..6de0b30a4ec4868c80663053051bbc19e17047c0 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 1 %global av_codec_soversion 60 %global av_device_soversion 60 @@ -14,20 +14,20 @@ %bcond_with all_codecs Name: ffmpeg -Version: 6.1.1 +Version: 7.1 Release: %{anolis_release}%{?dist} Summary: A complete, cross-platform solution to record, convert and stream audio and video. License: GPL-3.0-or-later URL: https://ffmpeg.org Source0: https://ffmpeg.org/releases/%{name}-%{version}.tar.xz -Patch0001: 0001-avfilter-af_afwtdn-fix-crash-with-EOF-handling.patch -Patch0002: 0002-avfilter-vf_colorcorrect-fix-memory-leaks.patch +#Patch0001: 0001-avfilter-af_afwtdn-fix-crash-with-EOF-handling.patch +#Patch0002: 0002-avfilter-vf_colorcorrect-fix-memory-leaks.patch # https://github.com/FFmpeg/FFmpeg/commit/4adb93dff05dd947878c67784d98c9a4e13b57a7 -Patch0003: 0003-fix-CVE-2023-49501.patch +#Patch0003: 0003-fix-CVE-2023-49501.patch # https://github.com/ffmpeg/ffmpeg/commit/3bb00c0a420c3ce83c6fafee30270d69622ccad7 -Patch0004: 0004-fix-CVE-2024-31578.patch +#Patch0004: 0004-fix-CVE-2024-31578.patch # https://github.com/ffmpeg/ffmpeg/commit/99debe5f823f45a482e1dc08de35879aa9c74bd2 -Patch0005: 0005-fix-CVE-2024-31582.patch +#Patch0005: 0005-fix-CVE-2024-31582.patch BuildRequires: lame-devel >= 3.98.3 BuildRequires: libtool @@ -412,6 +412,10 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %changelog +* Mon Jun 30 2025 lzq11122 - 7.1-1 +- Update to version 7.1 from 6.1.1 +- fix CVE-2023-50007 + * Mon Jun 09 2025 wenxin - 6.1.1-6 - Fix CVE-2023-49501 CVE-2024-31582 CVE-2024-31578