From 91e511af25cf8e166cfd5d31277aeff42c67c7fe Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Nov 2025 08:57:18 +0000 Subject: [PATCH] import CS libvpx-1.14.1-5.el10 --- .gitignore | 2 +- .libvpx.metadata | 1 - ..._enc_init_multi-fix-double-free-on-init-fai.patch | 0 ...tch => libvpx-1.7.0-leave-fortify-source-on.patch | 0 SPECS/libvpx.spec => libvpx.spec | 12 ++++++++++-- SOURCES/libvpx.ver => libvpx.ver | 0 sources | 1 + SOURCES/vpx_config.h => vpx_config.h | 0 8 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 .libvpx.metadata rename SOURCES/0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch => 0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch (100%) rename SOURCES/libvpx-1.7.0-leave-fortify-source-on.patch => libvpx-1.7.0-leave-fortify-source-on.patch (100%) rename SPECS/libvpx.spec => libvpx.spec (98%) rename SOURCES/libvpx.ver => libvpx.ver (100%) create mode 100644 sources rename SOURCES/vpx_config.h => vpx_config.h (100%) diff --git a/.gitignore b/.gitignore index 2e187a2..19672cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.14.1.tar.gz +v1.14.1.tar.gz diff --git a/.libvpx.metadata b/.libvpx.metadata deleted file mode 100644 index 9f73d80..0000000 --- a/.libvpx.metadata +++ /dev/null @@ -1 +0,0 @@ -04af9fed7d7e2d686dc164d78c85908499420dd4 SOURCES/v1.14.1.tar.gz diff --git a/SOURCES/0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch b/0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch similarity index 100% rename from SOURCES/0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch rename to 0001-vpx_codec_enc_init_multi-fix-double-free-on-init-fai.patch diff --git a/SOURCES/libvpx-1.7.0-leave-fortify-source-on.patch b/libvpx-1.7.0-leave-fortify-source-on.patch similarity index 100% rename from SOURCES/libvpx-1.7.0-leave-fortify-source-on.patch rename to libvpx-1.7.0-leave-fortify-source-on.patch diff --git a/SPECS/libvpx.spec b/libvpx.spec similarity index 98% rename from SPECS/libvpx.spec rename to libvpx.spec index 5966280..20cdd93 100644 --- a/SPECS/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.14.1 -Release: 3%{?dist} +Release: 5%{?dist} License: BSD-3-Clause URL: http://www.webmproject.org/code/ Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -205,9 +205,17 @@ rm -rf %{buildroot}%{_prefix}/src %{_bindir}/* %changelog +* Fri Jun 13 2025 Wim Taymans - 1.14.1-5 +- Bump version for rebuild + Resolves: RHEL-93904 + +* Tue Jun 03 2025 Wim Taymans - 1.14.1-4 +- Bump version for rebuild + Resolves: RHEL-93904 + * Tue Jun 03 2025 Wim Taymans - 1.14.1-3 - Add patch for double free - Resolves: RHEL-93905 + Resolves: RHEL-93904 * Tue Oct 29 2024 Troy Dawson - 1.14.1-2 - Bump release for October 2024 mass rebuild: diff --git a/SOURCES/libvpx.ver b/libvpx.ver similarity index 100% rename from SOURCES/libvpx.ver rename to libvpx.ver diff --git a/sources b/sources new file mode 100644 index 0000000..665c4b2 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (v1.14.1.tar.gz) = 3e3bfad3d035c0bc3db7cb5a194d56d3c90f5963fb1ad527ae5252054e7c48ce2973de1346c97d94b59f7a95d4801bec44214cce10faf123f92b36fca79a8d1e diff --git a/SOURCES/vpx_config.h b/vpx_config.h similarity index 100% rename from SOURCES/vpx_config.h rename to vpx_config.h