public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-gstreamer1-plugins-good] rawhide: Update to 1.28.4
Date: Mon, 15 Jun 2026 11:00:42 GMT [thread overview]
Message-ID: <178152124276.1.4229839787413922288.rpms-mingw-gstreamer1-plugins-good-9e7711f15359@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mingw-gstreamer1-plugins-good
Branch : rawhide
Commit : 9e7711f153592c553757ab50c022106b1baa2413
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-06-15T13:00:35+02:00
Stats : +21/-17 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mingw-gstreamer1-plugins-good/c/9e7711f153592c553757ab50c022106b1baa2413?branch=rawhide
Log:
Update to 1.28.4
---
diff --git a/.gitignore b/.gitignore
index 2bbca32..bb2a1d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@
/gst-plugins-good-1.28.1.tar.xz
/gst-plugins-good-1.28.2.tar.xz
/gst-plugins-good-1.28.3.tar.xz
+/gst-plugins-good-1.28.4.tar.xz
diff --git a/CVE-2026-3083_3085.patch b/CVE-2026-3083_3085.patch
index dcf0476..62b4e1b 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.3/docs/gst_plugins_cache.json gst-plugins-good-1.28.3-new/docs/gst_plugins_cache.json
---- gst-plugins-good-1.28.3/docs/gst_plugins_cache.json 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-good-1.28.3-new/docs/gst_plugins_cache.json 2026-05-16 00:02:32.483658803 +0200
+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
@@ -17094,34 +17094,6 @@
"properties": {},
"rank": "secondary"
@@ -36,9 +36,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.3/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.3/gst/rtp/gstrtp.c gst-plugins-good-1.28.3-new/gst/rtp/gstrtp.c
---- gst-plugins-good-1.28.3/gst/rtp/gstrtp.c 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-good-1.28.3-new/gst/rtp/gstrtp.c 2026-05-16 00:02:32.485705029 +0200
+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
@@ -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.3/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.3/gst/rtp/gstrtpqdmdepay.c gst-plugins-good-1.28.3-new/gst/rtp/gstrtpqdmdepay.c
---- gst-plugins-good-1.28.3/gst/rtp/gstrtpqdmdepay.c 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-good-1.28.3-new/gst/rtp/gstrtpqdmdepay.c 1970-01-01 01:00:00.000000000 +0100
+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
@@ -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.3/gst/rtp/gstrtpqdmdepay.c gst
- }
- return ret;
-}
-diff -rupN --no-dereference gst-plugins-good-1.28.3/gst/rtp/gstrtpqdmdepay.h gst-plugins-good-1.28.3-new/gst/rtp/gstrtpqdmdepay.h
---- gst-plugins-good-1.28.3/gst/rtp/gstrtpqdmdepay.h 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-good-1.28.3-new/gst/rtp/gstrtpqdmdepay.h 1970-01-01 01:00:00.000000000 +0100
+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
@@ -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.3/gst/rtp/gstrtpqdmdepay.h gst
-G_END_DECLS
-
-#endif /* __GST_RTP_QDM2_DEPAY_H__ */
-diff -rupN --no-dereference gst-plugins-good-1.28.3/gst/rtp/meson.build gst-plugins-good-1.28.3-new/gst/rtp/meson.build
---- gst-plugins-good-1.28.3/gst/rtp/meson.build 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-good-1.28.3-new/gst/rtp/meson.build 2026-05-16 00:02:32.486373760 +0200
+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
@@ -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 66b73d5..40ee144 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.3
+Version: 1.28.4
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
+* Mon Jun 15 2026 Sandro Mani <manisandro@gmail.com> - 1.28.4-1
+- Update to 1.28.4
+
* Fri May 15 2026 Sandro Mani <manisandro@gmail.com> - 1.28.3-1
- Update to 1.28.3
diff --git a/sources b/sources
index 3960f17..4d7eef4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-good-1.28.3.tar.xz) = dafa5f402e5b9f590800036fb7c33192135563e39665cf161e44e781a9f82ff5dec5db6e37e6ca4ca2190f32a6ceb796a31246a08854f9c9fa3f7ae2a0281b01
+SHA512 (gst-plugins-good-1.28.4.tar.xz) = f33c29f7b7b868042622e049f97bfe9149b2f9e4ea2cce26cfe5643511cc3064e3f5cfe324b95d6f7daf6d7d270e1b9ce30b5569f57836138c4326ddfd94ba1c
reply other threads:[~2026-06-15 11:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178152124276.1.4229839787413922288.rpms-mingw-gstreamer1-plugins-good-9e7711f15359@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox