* [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7
@ 2023-12-09 18:34 Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
package/gstreamer1/gstreamer1/gstreamer1.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.hash b/package/gstreamer1/gstreamer1/gstreamer1.hash
index 65045c1c30..7d62d05fec 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.hash
+++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.6.tar.xz.sha256sum
-sha256 f500e6cfddff55908f937711fc26a0840de28a1e9ec49621c0b6f1adbd8f818e gstreamer-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.7.tar.xz.sha256sum
+sha256 01e42c6352a06bdfa4456e64b06ab7d98c5c487a25557c761554631cbda64217 gstreamer-1.22.7.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 352567ed52..9ee41392b2 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GSTREAMER1_VERSION = 1.22.6
+GSTREAMER1_VERSION = 1.22.7
GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
GSTREAMER1_SITE = https://gstreamer.freedesktop.org/src/gstreamer
GSTREAMER1_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash | 4 ++--
package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
index a46ce228c4..7c99f47660 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.6.tar.xz.sha256sum
-sha256 50f2b4d17c02eefe430bbefa8c5cd134b1be78a53c0f60e951136d96cf49fd4b gst-plugins-base-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.7.tar.xz.sha256sum
+sha256 62519e0d8f969ebf62a9a7996f2d23efdda330217a635f4a32c0bf1c71577468 gst-plugins-base-1.22.7.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 7fcac012f2..0649a09c07 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_PLUGINS_BASE_VERSION = 1.22.6
+GST1_PLUGINS_BASE_VERSION = 1.22.7
GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
GST1_PLUGINS_BASE_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-base
GST1_PLUGINS_BASE_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 03/12] package/gst1-plugins-good: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security " Peter Korsgaard
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 ++--
package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
index 1b315ac1cc..8bc8d5b5a6 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.6.tar.xz.sha256sum
-sha256 b3b07fe3f1ce7fe93aa9be7217866044548f35c4a7792280eec7e108a32f9817 gst-plugins-good-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.7.tar.xz.sha256sum
+sha256 b6db0e18e398b52665b7cdce301c34a8750483d5f4fbac1ede9f80b03743cd15 gst-plugins-good-1.22.7.tar.xz
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index 4c6188c097..4a84ea01b9 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_PLUGINS_GOOD_VERSION = 1.22.6
+GST1_PLUGINS_GOOD_VERSION = 1.22.7
GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz
GST1_PLUGINS_GOOD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-good
GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Fixes the following security issues:
CVE-2023-44429: Heap-based buffer overflow in the AV1 codec parser when
handling certain malformed streams before GStreamer 1.22.7.
https://gstreamer.freedesktop.org/security/sa-2023-0009.html
CVE-2023-44446: Use-after-free (read) in the MXF demuxer when handling
certain files before GStreamer 1.22.7.
https://gstreamer.freedesktop.org/security/sa-2023-0010.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash | 4 ++--
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
index c6d1f2e009..e6f57393db 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.6.tar.xz.sha256sum
-sha256 b4029cd2908a089c55f1d902a565d007495c95b1442d838485dc47fb12df7137 gst-plugins-bad-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.7.tar.xz.sha256sum
+sha256 c716f8dffa8fac3fb646941af1c6ec72fff05a045131311bf2d049fdc87bce2e gst-plugins-bad-1.22.7.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index 983be754e9..a41fb336a9 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_PLUGINS_BAD_VERSION = 1.22.6
+GST1_PLUGINS_BAD_VERSION = 1.22.7
GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz
GST1_PLUGINS_BAD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-bad
GST1_PLUGINS_BAD_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (2 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash | 4 ++--
package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
index f55dd7b3a0..7faf0fe689 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.6.tar.xz.sha256sum
-sha256 3e31454c98cb2f7f6d2d355eceb933a892fa0f1dc09bc36c9abc930d8e29ca48 gst-plugins-ugly-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.7.tar.xz.sha256sum
+sha256 520b46bca637189ad86a298ff245b2d89375dbcac8b05d74daea910f81a9e9da gst-plugins-ugly-1.22.7.tar.xz
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 COPYING
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index ee3bd1b551..f5df83bed0 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_PLUGINS_UGLY_VERSION = 1.22.6
+GST1_PLUGINS_UGLY_VERSION = 1.22.7
GST1_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST1_PLUGINS_UGLY_VERSION).tar.xz
GST1_PLUGINS_UGLY_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-ugly
GST1_PLUGINS_UGLY_LICENSE_FILES = COPYING
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 06/12] package/gst1-devtools: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (3 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-devtools/gst1-devtools.hash | 4 ++--
package/gstreamer1/gst1-devtools/gst1-devtools.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.hash b/package/gstreamer1/gst1-devtools/gst1-devtools.hash
index 9eada91614..e02af776df 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.hash
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.6.tar.xz.sha256sum
-sha256 8928560efaf16137c30285e718708e5d0bab0777eb4ef8127e0274e120d3d86b gst-devtools-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.7.tar.xz.sha256sum
+sha256 157cf93fb2741cf0c3dea731be3af2ffae703c9f2cd3c0c91b380fbc685eb9f9 gst-devtools-1.22.7.tar.xz
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 validate/COPYING
diff --git a/package/gstreamer1/gst1-devtools/gst1-devtools.mk b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
index 8608c2f75b..cc633bad82 100644
--- a/package/gstreamer1/gst1-devtools/gst1-devtools.mk
+++ b/package/gstreamer1/gst1-devtools/gst1-devtools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_DEVTOOLS_VERSION = 1.22.6
+GST1_DEVTOOLS_VERSION = 1.22.7
GST1_DEVTOOLS_SOURCE = gst-devtools-$(GST1_DEVTOOLS_VERSION).tar.xz
GST1_DEVTOOLS_SITE = https://gstreamer.freedesktop.org/src/gst-devtools
GST1_DEVTOOLS_LICENSE = LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 07/12] package/gst1-libav: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (4 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-libav/gst1-libav.hash | 4 ++--
package/gstreamer1/gst1-libav/gst1-libav.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.hash b/package/gstreamer1/gst1-libav/gst1-libav.hash
index 251e924792..3e83e0dddb 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.hash
+++ b/package/gstreamer1/gst1-libav/gst1-libav.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.6.tar.xz.sha256sum
-sha256 7789e6408388a25f23cbf948cfc5c6230d735bbcd8b7f37f4a01c9e348a1e3a7 gst-libav-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.7.tar.xz.sha256sum
+sha256 1525b917141b895fe5cf618fe8867622b2528278a0286e9f727b5f37317daca1 gst-libav-1.22.7.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 23d4a29799..88b55cd5c9 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.mk
+++ b/package/gstreamer1/gst1-libav/gst1-libav.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_LIBAV_VERSION = 1.22.6
+GST1_LIBAV_VERSION = 1.22.7
GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
GST1_LIBAV_LICENSE = LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 08/12] package/gst1-python: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (5 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-python/gst1-python.hash | 4 ++--
package/gstreamer1/gst1-python/gst1-python.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-python/gst1-python.hash b/package/gstreamer1/gst1-python/gst1-python.hash
index 4495e03945..dfaf785161 100644
--- a/package/gstreamer1/gst1-python/gst1-python.hash
+++ b/package/gstreamer1/gst1-python/gst1-python.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.6.tar.xz.sha256sum
-sha256 51de2d6d13b12ce095eac97c0b94ee59c2aeba3712bb7462b78c4d57dde176c5 gst-python-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.7.tar.xz.sha256sum
+sha256 1ef8df7608012fa469329799c950ec087737a6dabad3003c230658b58c710172 gst-python-1.22.7.tar.xz
sha256 ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2 COPYING
diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk
index 475f2f2d87..66743abe04 100644
--- a/package/gstreamer1/gst1-python/gst1-python.mk
+++ b/package/gstreamer1/gst1-python/gst1-python.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_PYTHON_VERSION = 1.22.6
+GST1_PYTHON_VERSION = 1.22.7
GST1_PYTHON_SOURCE = gst-python-$(GST1_PYTHON_VERSION).tar.xz
GST1_PYTHON_SITE = https://gstreamer.freedesktop.org/src/gst-python
GST1_PYTHON_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (6 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash | 4 ++--
package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
index 521a91ddd7..b97125784f 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
@@ -1,4 +1,4 @@
-# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.6.tar.xz.sha256sum
-sha256 0ae33a8b50443b62f11581a9181e906b41cd3877b2d799dbea72912c3eda4bb3 gst-rtsp-server-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.7.tar.xz.sha256sum
+sha256 f7fac001e20ad21e36d18397741c4657c5d43571eb1cc3b49f9a93ae127dc88f gst-rtsp-server-1.22.7.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING.LIB
diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
index 46d7606b1d..5995e7cc51 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_RTSP_SERVER_VERSION = 1.22.6
+GST1_RTSP_SERVER_VERSION = 1.22.7
GST1_RTSP_SERVER_SOURCE = gst-rtsp-server-$(GST1_RTSP_SERVER_VERSION).tar.xz
GST1_RTSP_SERVER_SITE = http://gstreamer.freedesktop.org/src/gst-rtsp-server
GST1_RTSP_SERVER_LICENSE = LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 10/12] package/gst1-vaapi: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (7 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst1-vaapi/gst1-vaapi.hash | 4 ++--
package/gstreamer1/gst1-vaapi/gst1-vaapi.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index 53dbe97ca9..5ccd69c7aa 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.6.tar.xz.sha256sum
-sha256 d9ba2fc26bef98c78e982c599f585d46bbb65fe122da89c2d7ab41f468a52c7b gstreamer-vaapi-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.7.tar.xz.sha256sum
+sha256 0e9fff768b89de6d318b34146e4e781d82b9a0f4025dc541b2c8349c7bcb7f67 gstreamer-vaapi-1.22.7.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index 46a5839450..9eea474e88 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_VAAPI_VERSION = 1.22.6
+GST1_VAAPI_VERSION = 1.22.7
GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
GST1_VAAPI_LICENSE = LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 11/12] package/gst-omx: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (8 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
@ 2023-12-09 18:34 ` Peter Korsgaard
2023-12-09 18:35 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:34 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gstreamer1/gst-omx/gst-omx.hash | 4 ++--
package/gstreamer1/gst-omx/gst-omx.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gst-omx/gst-omx.hash b/package/gstreamer1/gst-omx/gst-omx.hash
index 5878991b5b..dc9b369ca0 100644
--- a/package/gstreamer1/gst-omx/gst-omx.hash
+++ b/package/gstreamer1/gst-omx/gst-omx.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.6.tar.xz.sha256sum
-sha256 223833c42518ad7eb1923bb4dd3726809f59a66d6e9aaaa69cb29ad0750c8758 gst-omx-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.7.tar.xz.sha256sum
+sha256 d7a18ec47d40a472bd5cba2015e0be72b732f1699895398cec5cd8e6a3a53b44 gst-omx-1.22.7.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index 3d2ba90290..6c27989ec6 100644
--- a/package/gstreamer1/gst-omx/gst-omx.mk
+++ b/package/gstreamer1/gst-omx/gst-omx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST_OMX_VERSION = 1.22.6
+GST_OMX_VERSION = 1.22.7
GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz
GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (9 preceding siblings ...)
2023-12-09 18:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
@ 2023-12-09 18:35 ` Peter Korsgaard
2023-12-09 20:09 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
2024-01-04 20:21 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2023-12-09 18:35 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
.../gstreamer1-editing-services.hash | 4 ++--
.../gstreamer1-editing-services.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
index 11e93b8b65..c23da20962 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
@@ -1,5 +1,5 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.22.6.tar.xz.sha256sum
-sha256 748d423672c597f876e130804fb984848f5b4b89efd78a506cb17f7646795301 gst-editing-services-1.22.6.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.22.7.tar.xz.sha256sum
+sha256 fec56a2c37a253cd048d288d4c7eda6eff191022b09db975e07a2c105d1b521e gst-editing-services-1.22.7.tar.xz
# Hashes for license files:
sha256 f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a COPYING
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
index bea59f256b..22fa9ea188 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GSTREAMER1_EDITING_SERVICES_VERSION = 1.22.6
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.22.7
GSTREAMER1_EDITING_SERVICES_SOURCE = gst-editing-services-$(GSTREAMER1_EDITING_SERVICES_VERSION).tar.xz
GSTREAMER1_EDITING_SERVICES_SITE = https://gstreamer.freedesktop.org/src/gstreamer-editing-services
GSTREAMER1_EDITING_SERVICES_LICENSE = LGPL-2.0+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (10 preceding siblings ...)
2023-12-09 18:35 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
@ 2023-12-09 20:09 ` Yann E. MORIN
2024-01-04 20:21 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2023-12-09 20:09 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2023-12-09 19:34 +0100, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Whole series of 12 applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/gstreamer1/gstreamer1/gstreamer1.hash | 4 ++--
> package/gstreamer1/gstreamer1/gstreamer1.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/gstreamer1/gstreamer1/gstreamer1.hash b/package/gstreamer1/gstreamer1/gstreamer1.hash
> index 65045c1c30..7d62d05fec 100644
> --- a/package/gstreamer1/gstreamer1/gstreamer1.hash
> +++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
> @@ -1,3 +1,3 @@
> -# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.6.tar.xz.sha256sum
> -sha256 f500e6cfddff55908f937711fc26a0840de28a1e9ec49621c0b6f1adbd8f818e gstreamer-1.22.6.tar.xz
> +# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.7.tar.xz.sha256sum
> +sha256 01e42c6352a06bdfa4456e64b06ab7d98c5c487a25557c761554631cbda64217 gstreamer-1.22.7.tar.xz
> sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
> diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
> index 352567ed52..9ee41392b2 100644
> --- a/package/gstreamer1/gstreamer1/gstreamer1.mk
> +++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GSTREAMER1_VERSION = 1.22.6
> +GSTREAMER1_VERSION = 1.22.7
> GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
> GSTREAMER1_SITE = https://gstreamer.freedesktop.org/src/gstreamer
> GSTREAMER1_INSTALL_STAGING = YES
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
` (11 preceding siblings ...)
2023-12-09 20:09 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
@ 2024-01-04 20:21 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-04 20:21 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed series to 2023.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-01-04 20:21 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 18:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.7 Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
2023-12-09 18:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
2023-12-09 18:35 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
2023-12-09 20:09 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
2024-01-04 20:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox