From 39f6344d2dc60262b858357f95de143ad1b7b9c2 Mon Sep 17 00:00:00 2001 From: happyworker <208suo@208suo.com> Date: Wed, 10 Jul 2024 18:51:46 +0800 Subject: [PATCH] The automatic compilation function is enabled for access control --- ffmpeg.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 7e7cc5c..59555f3 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -45,7 +45,6 @@ %global _with_omx 1 %global _with_omx_rpi 1 %global _with_mmal 1 -ExclusiveArch: armv7hnl %endif %if 0%{?_without_gpl} @@ -61,7 +60,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.2.4 -Release: 13 +Release: 14 License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -415,6 +414,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Wed Jul 10 2024 happyworker <208suo@208suo.com> - 4.2.4-14 +- The automatic compilation function is enabled for access control + * Thu Jul 4 2024 happyworker <208suo@208suo.com> - 4.2.4-13 - Fix CVE-2021-28429