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

A new commit has been pushed.

Repo   : rpms/mingw-gstreamer1-plugins-good
Branch : rawhide
Commit : 0d9a048136ce5d0c7d5275b2fe22bab45ca71ee4
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-09-18T22:55:44+02:00
Stats  : +21/-17 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-gstreamer1-plugins-good/c/0d9a048136ce5d0c7d5275b2fe22bab45ca71ee4?branch=rawhide

Log:
Update to 1.28.7

---
diff --git a/.gitignore b/.gitignore
index 92b6fe6..149fe03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@
 /gst-plugins-good-1.28.4.tar.xz
 /gst-plugins-good-1.28.5.tar.xz
 /gst-plugins-good-1.28.6.tar.xz
+/gst-plugins-good-1.28.7.tar.xz

diff --git a/CVE-2026-3083_3085.patch b/CVE-2026-3083_3085.patch
index 4b549dd..3890781 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.6/docs/gst_plugins_cache.json gst-plugins-good-1.28.6-new/docs/gst_plugins_cache.json
---- gst-plugins-good-1.28.6/docs/gst_plugins_cache.json	2026-08-05 13:59:39.000000000 +0200
-+++ gst-plugins-good-1.28.6-new/docs/gst_plugins_cache.json	2026-08-09 18:50:06.204309075 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.7/docs/gst_plugins_cache.json gst-plugins-good-1.28.7-new/docs/gst_plugins_cache.json
+--- gst-plugins-good-1.28.7/docs/gst_plugins_cache.json	2026-09-07 21:11:13.000000000 +0200
++++ gst-plugins-good-1.28.7-new/docs/gst_plugins_cache.json	2026-09-18 22:54:00.375040184 +0200
 @@ -17122,34 +17122,6 @@
                  "properties": {},
                  "rank": "secondary"
@@ -36,9 +36,9 @@ diff -rupN --no-dereference gst-plugins-good-1.28.6/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.6/gst/rtp/gstrtp.c gst-plugins-good-1.28.6-new/gst/rtp/gstrtp.c
---- gst-plugins-good-1.28.6/gst/rtp/gstrtp.c	2026-08-05 13:59:39.000000000 +0200
-+++ gst-plugins-good-1.28.6-new/gst/rtp/gstrtp.c	2026-08-09 18:50:06.206077264 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.7/gst/rtp/gstrtp.c gst-plugins-good-1.28.7-new/gst/rtp/gstrtp.c
+--- gst-plugins-good-1.28.7/gst/rtp/gstrtp.c	2026-09-07 21:11:13.000000000 +0200
++++ gst-plugins-good-1.28.7-new/gst/rtp/gstrtp.c	2026-09-18 22:54:00.377851362 +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.6/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.6/gst/rtp/gstrtpqdmdepay.c gst-plugins-good-1.28.6-new/gst/rtp/gstrtpqdmdepay.c
---- gst-plugins-good-1.28.6/gst/rtp/gstrtpqdmdepay.c	2026-08-05 13:59:39.000000000 +0200
-+++ gst-plugins-good-1.28.6-new/gst/rtp/gstrtpqdmdepay.c	1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference gst-plugins-good-1.28.7/gst/rtp/gstrtpqdmdepay.c gst-plugins-good-1.28.7-new/gst/rtp/gstrtpqdmdepay.c
+--- gst-plugins-good-1.28.7/gst/rtp/gstrtpqdmdepay.c	2026-09-07 21:11:13.000000000 +0200
++++ gst-plugins-good-1.28.7-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.6/gst/rtp/gstrtpqdmdepay.c gst
 -  }
 -  return ret;
 -}
-diff -rupN --no-dereference gst-plugins-good-1.28.6/gst/rtp/gstrtpqdmdepay.h gst-plugins-good-1.28.6-new/gst/rtp/gstrtpqdmdepay.h
---- gst-plugins-good-1.28.6/gst/rtp/gstrtpqdmdepay.h	2026-08-05 13:59:39.000000000 +0200
-+++ gst-plugins-good-1.28.6-new/gst/rtp/gstrtpqdmdepay.h	1970-01-01 01:00:00.000000000 +0100
+diff -rupN --no-dereference gst-plugins-good-1.28.7/gst/rtp/gstrtpqdmdepay.h gst-plugins-good-1.28.7-new/gst/rtp/gstrtpqdmdepay.h
+--- gst-plugins-good-1.28.7/gst/rtp/gstrtpqdmdepay.h	2026-09-07 21:11:13.000000000 +0200
++++ gst-plugins-good-1.28.7-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.6/gst/rtp/gstrtpqdmdepay.h gst
 -G_END_DECLS
 -
 -#endif /* __GST_RTP_QDM2_DEPAY_H__ */
-diff -rupN --no-dereference gst-plugins-good-1.28.6/gst/rtp/meson.build gst-plugins-good-1.28.6-new/gst/rtp/meson.build
---- gst-plugins-good-1.28.6/gst/rtp/meson.build	2026-08-05 13:59:39.000000000 +0200
-+++ gst-plugins-good-1.28.6-new/gst/rtp/meson.build	2026-08-09 18:50:06.206924420 +0200
+diff -rupN --no-dereference gst-plugins-good-1.28.7/gst/rtp/meson.build gst-plugins-good-1.28.7-new/gst/rtp/meson.build
+--- gst-plugins-good-1.28.7/gst/rtp/meson.build	2026-09-07 21:11:13.000000000 +0200
++++ gst-plugins-good-1.28.7-new/gst/rtp/meson.build	2026-09-18 22:54:00.379372051 +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 3551927..7141043 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.6
+Version:        1.28.7
 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 Sep 18 2026 Sandro Mani <manisandro@gmail.com> - 1.28.7-1
+- Update to 1.28.7
+
 * Sun Aug 09 2026 Sandro Mani <manisandro@gmail.com> - 1.28.6-1
 - Update to 1.28.6
 

diff --git a/sources b/sources
index 1bfe37b..00e7b58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-good-1.28.6.tar.xz) = 49a691f00f5b0c6010551b0affa272df3b74854b84d2342c9a6f874cd0032215142ca4f60ee89cb34dc54e10423ba6b6a7fd7b31eb0d48d26ece49f64b6d5494
+SHA512 (gst-plugins-good-1.28.7.tar.xz) = f8bfb0326c8b7b2e698d1f09a5a5a2beae3df05fd18596cf39a6daae211f4f722e7b4701007b7942e0313c6635064803e454c3bd677d6d026d6be17158f6cb21

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

only message in thread, other threads:[~2026-09-18 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 20:56 [rpms/mingw-gstreamer1-plugins-good] rawhide: Update to 1.28.7 Sandro Mani

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