public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-gstreamer1-plugins-good] rawhide: Update to 1.28.5
@ 2026-07-10  7:35 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-07-10  7:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-gstreamer1-plugins-good
Branch : rawhide
Commit : 4d61fca992ff6758bb6e46da4dd238299069b24c
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-10T09:35:04+02:00
Stats  : +21/-17 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-gstreamer1-plugins-good/c/4d61fca992ff6758bb6e46da4dd238299069b24c?branch=rawhide

Log:
Update to 1.28.5

---
diff --git a/.gitignore b/.gitignore
index bb2a1d0..f7d0a72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@
 /gst-plugins-good-1.28.2.tar.xz
 /gst-plugins-good-1.28.3.tar.xz
 /gst-plugins-good-1.28.4.tar.xz
+/gst-plugins-good-1.28.5.tar.xz

diff --git a/CVE-2026-3083_3085.patch b/CVE-2026-3083_3085.patch
index 62b4e1b..de03892 100644
--- a/CVE-2026-3083_3085.patch
+++ b/CVE-2026-3083_3085.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference gst-plugins-good-1.28.4/docs/gst_plugins_cache.json gst-plugins-good-1.28.4-new/docs/gst_plugins_cache.json
---- gst-plugins-good-1.28.4/docs/gst_plugins_cache.json	2026-06-12 14:19:43.000000000 +0200
-+++ gst-plugins-good-1.28.4-new/docs/gst_plugins_cache.json	2026-06-15 12:00:16.775182994 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.5/docs/gst_plugins_cache.json gst-plugins-good-1.28.5-new/docs/gst_plugins_cache.json
+--- gst-plugins-good-1.28.5/docs/gst_plugins_cache.json	2026-07-08 23:42:39.000000000 +0200
++++ gst-plugins-good-1.28.5-new/docs/gst_plugins_cache.json	2026-07-10 08:54:45.708458545 +0200
 @@ -17094,34 +17094,6 @@
                  "properties": {},
                  "rank": "secondary"
@@ -36,9 +36,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.4/docs/gst_plugins_cache.json 
              "rtpreddec": {
                  "author": "Hani Mustafa <hani@pexip.com>, Mikhail Fludkov <misha@pexip.com>",
                  "description": "Decode Redundant Audio Data (RED)",
-diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtp.c gst-plugins-good-1.28.4-new/gst/rtp/gstrtp.c
---- gst-plugins-good-1.28.4/gst/rtp/gstrtp.c	2026-06-12 14:19:43.000000000 +0200
-+++ gst-plugins-good-1.28.4-new/gst/rtp/gstrtp.c	2026-06-15 12:00:16.777408114 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.5/gst/rtp/gstrtp.c gst-plugins-good-1.28.5-new/gst/rtp/gstrtp.c
+--- gst-plugins-good-1.28.5/gst/rtp/gstrtp.c	2026-07-08 23:42:39.000000000 +0200
++++ gst-plugins-good-1.28.5-new/gst/rtp/gstrtp.c	2026-07-10 08:54:45.710590152 +0200
 @@ -101,7 +101,6 @@ plugin_init (GstPlugin * plugin)
    ret |= GST_ELEMENT_REGISTER (rtpmp4gdepay, plugin);
    ret |= GST_ELEMENT_REGISTER (rtpmp4gpay, plugin);
@@ -47,9 +47,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtp.c gst-plugins
    ret |= GST_ELEMENT_REGISTER (rtpsbcdepay, plugin);
    ret |= GST_ELEMENT_REGISTER (rtpsbcpay, plugin);
    ret |= GST_ELEMENT_REGISTER (rtpsirenpay, plugin);
-diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.c gst-plugins-good-1.28.4-new/gst/rtp/gstrtpqdmdepay.c
---- gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.c	2026-06-12 14:19:43.000000000 +0200
-+++ gst-plugins-good-1.28.4-new/gst/rtp/gstrtpqdmdepay.c	1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference gst-plugins-good-1.28.5/gst/rtp/gstrtpqdmdepay.c gst-plugins-good-1.28.5-new/gst/rtp/gstrtpqdmdepay.c
+--- gst-plugins-good-1.28.5/gst/rtp/gstrtpqdmdepay.c	2026-07-08 23:42:39.000000000 +0200
++++ gst-plugins-good-1.28.5-new/gst/rtp/gstrtpqdmdepay.c	1970-01-01 01:00:00.000000000 +0100
 @@ -1,434 +0,0 @@
 -/* GStreamer
 - * Copyright (C) <2009> Edward Hervey <bilboed@bilboed.com>
@@ -485,9 +485,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.c gst
 -  }
 -  return ret;
 -}
-diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.h gst-plugins-good-1.28.4-new/gst/rtp/gstrtpqdmdepay.h
---- gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.h	2026-06-12 14:19:43.000000000 +0200
-+++ gst-plugins-good-1.28.4-new/gst/rtp/gstrtpqdmdepay.h	1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference gst-plugins-good-1.28.5/gst/rtp/gstrtpqdmdepay.h gst-plugins-good-1.28.5-new/gst/rtp/gstrtpqdmdepay.h
+--- gst-plugins-good-1.28.5/gst/rtp/gstrtpqdmdepay.h	2026-07-08 23:42:39.000000000 +0200
++++ gst-plugins-good-1.28.5-new/gst/rtp/gstrtpqdmdepay.h	1970-01-01 01:00:00.000000000 +0100
 @@ -1,83 +0,0 @@
 -/* GStreamer
 - * Copyright (C) <2009> Edward Hervey <bilboed@bilboed.com>
@@ -572,9 +572,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/gstrtpqdmdepay.h gst
 -G_END_DECLS
 -
 -#endif /* __GST_RTP_QDM2_DEPAY_H__ */
-diff -rupN --no-dereference gst-plugins-good-1.28.4/gst/rtp/meson.build gst-plugins-good-1.28.4-new/gst/rtp/meson.build
---- gst-plugins-good-1.28.4/gst/rtp/meson.build	2026-06-12 14:19:43.000000000 +0200
-+++ gst-plugins-good-1.28.4-new/gst/rtp/meson.build	2026-06-15 12:00:16.777897202 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.5/gst/rtp/meson.build gst-plugins-good-1.28.5-new/gst/rtp/meson.build
+--- gst-plugins-good-1.28.5/gst/rtp/meson.build	2026-07-08 23:42:39.000000000 +0200
++++ gst-plugins-good-1.28.5-new/gst/rtp/meson.build	2026-07-10 08:54:45.711297152 +0200
 @@ -76,7 +76,6 @@ rtp_sources = [
    'gstrtpmp4adepay.c',
    'gstrtpmp4apay.c',

diff --git a/mingw-gstreamer1-plugins-good.spec b/mingw-gstreamer1-plugins-good.spec
index 40ee144..2d8e894 100644
--- a/mingw-gstreamer1-plugins-good.spec
+++ b/mingw-gstreamer1-plugins-good.spec
@@ -3,7 +3,7 @@
 %global         api_version     1.0
 
 Name:           mingw-gstreamer1-plugins-good
-Version:        1.28.4
+Version:        1.28.5
 Release:        1%{?dist}
 Summary:        Cross compiled GStreamer1 plug-ins good
 
@@ -277,6 +277,9 @@ rm -rf %{buildroot}%{mingw64_libdir}/gstreamer-%{api_version}/*.dll.a
 
 
 %changelog
+* Fri Jul 10 2026 Sandro Mani <manisandro@gmail.com> - 1.28.5-1
+- Update to 1.28.5
+
 * Mon Jun 15 2026 Sandro Mani <manisandro@gmail.com> - 1.28.4-1
 - Update to 1.28.4
 

diff --git a/sources b/sources
index 4d7eef4..31c3fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-good-1.28.4.tar.xz) = f33c29f7b7b868042622e049f97bfe9149b2f9e4ea2cce26cfe5643511cc3064e3f5cfe324b95d6f7daf6d7d270e1b9ce30b5569f57836138c4326ddfd94ba1c
+SHA512 (gst-plugins-good-1.28.5.tar.xz) = c1219a3654e0a13e61904fdc04c543c9ad26cdeecc874a9c2c2654018245714293c5b0523a8fc5546b61ab35eb43fa7434428a15cf49ba45648041fa8b8036e9

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10  7:35 [rpms/mingw-gstreamer1-plugins-good] rawhide: Update to 1.28.5 Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox