import CS gstreamer1-plugins-base-1.26.7-2.el10
This commit is contained in:
parent
e214440725
commit
d066391f3c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
gst-plugins-base-1.24.11.tar.xz
|
||||
gst-plugins-base-1.26.7.tar.xz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 9ed23ad51f1da683dcd5a0646b0b9e76e12f41de Mon Sep 17 00:00:00 2001
|
||||
From e59ed136f679ee941e174080d282aca3f5959700 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
|
||||
Date: Wed, 11 Feb 2026 19:44:34 +0200
|
||||
Subject: [PATCH] riff: Correctly check that enough RGB palette data is
|
||||
@ -16,10 +16,10 @@ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/10
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/subprojects/gst-plugins-base/gst-libs/gst/riff/riff-media.c b/subprojects/gst-plugins-base/gst-libs/gst/riff/riff-media.c
|
||||
index 74f99d6ad1..df4c4f09b0 100644
|
||||
index 870a33ae12..5003fea58b 100644
|
||||
--- a/subprojects/gst-plugins-base/gst-libs/gst/riff/riff-media.c
|
||||
+++ b/subprojects/gst-plugins-base/gst-libs/gst/riff/riff-media.c
|
||||
@@ -994,7 +994,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
||||
@@ -1021,7 +1021,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
||||
if (palette) {
|
||||
GstBuffer *copy;
|
||||
guint num_colors;
|
||||
@ -28,7 +28,7 @@ index 74f99d6ad1..df4c4f09b0 100644
|
||||
|
||||
if (strf != NULL)
|
||||
num_colors = strf->num_colors;
|
||||
@@ -1003,7 +1003,9 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
||||
@@ -1030,7 +1030,9 @@ gst_riff_create_video_caps (guint32 codec_fcc,
|
||||
|
||||
size = gst_buffer_get_size (palette);
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-base
|
||||
Version: 1.24.11
|
||||
Version: 1.26.7
|
||||
Release: 2%{?dist}
|
||||
Summary: GStreamer streaming media framework base plugins
|
||||
|
||||
@ -21,12 +21,14 @@ Source0: gst-plugins-base-%{version}.tar.xz
|
||||
%else
|
||||
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
||||
%endif
|
||||
Patch000: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
||||
Patch001: 0001-riff-Correctly-check-that-enough-RGB-palette-data-is.patch
|
||||
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
||||
|
||||
Patch1: 0001-riff-Correctly-check-that-enough-RGB-palette-data-is.patch
|
||||
|
||||
BuildRequires: meson >= 0.48.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: gstreamer1-devel >= %{version}
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||
BuildRequires: iso-codes-devel
|
||||
@ -506,9 +508,17 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 30 2025 Wim Taymans <wtaymans@redhat.com> - 1.24.11-2
|
||||
- Apply patch for CVE-2026-2921
|
||||
Resolves: RHEL-156120
|
||||
* Tue Mar 31 2025 Wim Taymans <wtaymans@redhat.com> - 1.26.7-2
|
||||
- Add patch for CVE-2026-2921
|
||||
Resolves: RHEL-156137
|
||||
|
||||
* Mon Nov 03 2025 Wim Taymans <wtaymans@redhat.com> - 1.26.7-1
|
||||
- Update to 1.26.7
|
||||
Resolves: DESKTOP-2922
|
||||
|
||||
* Tue Jun 17 2025 Wim Taymans <wtaymans@redhat.com> - 1.26.2-1
|
||||
- Update to 1.26.2
|
||||
Resolves: DESKTOP-1858
|
||||
|
||||
* Tue Jan 14 2025 Wim Taymans <wtaymans@redhat.com> - 1.24.11-1
|
||||
- Update to 1.24.11
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-base-1.24.11.tar.xz) = b0a2a072c52628b85ae3d2ff8f2769f149fd2d0c3644fb9d9d934ea586835e29af97f41731023969a8120a470f998080ef5a0cac5aa26823d01698dfe2a5e2fb
|
||||
SHA512 (gst-plugins-base-1.26.7.tar.xz) = d3456f77283f163a335d52f5aa9b72422ee8c1f4182e39a0ee8c4ef4606116327053cded41d45ee58ec93c52b233b5add41ed9a0b554fd1cb054e4f8dbbebac5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user