Bjørn Lie 2025-01-07 21:25:38 +00:00 committed by Git OBS Bridge
parent f38c9128e2
commit 3d8062a7f9
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ Mon Dec 9 11:53:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- meson: Don't use libdrm_dep in cc.has_header(). - meson: Don't use libdrm_dep in cc.has_header().
+ oggstream: fix invalid ogg_packet->packet accesses, address + oggstream: fix invalid ogg_packet->packet accesses, address
invalid writes CVE (boo#1234456 CVE-2024-47615). invalid writes CVE (boo#1234456 CVE-2024-47615).
+ opusdec: Set at most 64 channels to NONE position. + opusdec: Set at most 64 channels to NONE position (boo#1234455
CVE-2024-47607).
+ playbin: Fix caps leak in get_n_common_capsfeatures(). + playbin: Fix caps leak in get_n_common_capsfeatures().
+ playbin3: ERROR when setting new HLS URI with instant-uri=true. + playbin3: ERROR when setting new HLS URI with instant-uri=true.
+ sdp: Add debug categories for message and mikey modules. + sdp: Add debug categories for message and mikey modules.

View File

@ -1,7 +1,7 @@
# #
# spec file for package gstreamer-plugins-base # spec file for package gstreamer-plugins-base
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed