* [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9
@ 2024-01-26 11:36 Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 89cc25674e..b6ed001eb3 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.8.tar.xz.sha256sum
-sha256 ad4e3db1771139b1db17b1afa7c05db083ae0100bd4da244b71f162dcce41bfc gstreamer-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.9.tar.xz.sha256sum
+sha256 1e7124d347e8cdc80f08ec1d370c201be513002af1102bb20e83c5279cb48ebd gstreamer-1.22.9.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index 88c528d4b5..5b9125e62a 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GSTREAMER1_VERSION = 1.22.8
+GSTREAMER1_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 c637cf9a7f..060a871b95 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.8.tar.xz.sha256sum
-sha256 eb6792e5c73c6defb9159c36ea6e4b78a2f8af6512678b4bd3b02c8d2d492acf gst-plugins-base-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.22.9.tar.xz.sha256sum
+sha256 fac3e0dd2d8e9370388b34bf8c21b89d5f63bc3cfc12cd7fdc8fc6c1cba03334 gst-plugins-base-1.22.9.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 59c5e220ea..512e3fdee2 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.8
+GST1_PLUGINS_BASE_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [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 @ 2024-01-26 11:36 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 b810115bb9..4410da6ef4 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.8.tar.xz.sha256sum
-sha256 e305b9f07f52743ca481da0a4e0c76c35efd60adaf1b0694eb3bb021e2137e39 gst-plugins-good-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.9.tar.xz.sha256sum
+sha256 26959fcfebfff637d4ea08ef40316baf31b61bb7729820b0684e800c3a1478b6 gst-plugins-good-1.22.9.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 3e7ddbe567..a1ad63915d 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.8
+GST1_PLUGINS_GOOD_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 UTC (permalink / raw)
To: buildroot
Fixes the following security issue:
CVE-2024-0444: Heap-based buffer overflow in the AV1 codec parser when
handling certain malformed streams before GStreamer 1.22.9
https://gstreamer.freedesktop.org/security/sa-2024-0001.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 bf4abd3c2f..174c4ad572 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.8.tar.xz.sha256sum
-sha256 458783f8236068991e3e296edd671c8eddb8be6fac933c1c2e1503462864ea0f gst-plugins-bad-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.9.tar.xz.sha256sum
+sha256 1bc65d0fd5f53a3636564efd3fcf318c3edcdec39c4109a503c1fc8203840a1d gst-plugins-bad-1.22.9.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 ac1328b7e2..a61038376f 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.8
+GST1_PLUGINS_BAD_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (2 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 7b85301280..20394619b0 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.8.tar.xz.sha256sum
-sha256 0761d96ba508e01c0271881b26828c2bffd7d8afd50872219f088f755b252ca7 gst-plugins-ugly-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.9.tar.xz.sha256sum
+sha256 0bf685d66015a01dd3fc1671b64a1c8acb321dd9d4ab9e05a29ab19782aa6236 gst-plugins-ugly-1.22.9.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 90be791e0c..7bb95dd1d0 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.8
+GST1_PLUGINS_UGLY_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (3 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 823812114b..6cf7c9597f 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.8.tar.xz.sha256sum
-sha256 cd634056fcb16d035b3df5953ec85ae8bd56c68f29920b720ef920ca71ea76a7 gst-devtools-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.9.tar.xz.sha256sum
+sha256 02e29400b44e9cc603aa6444dee5726b57edabef6455e6d0921ffed6f13840ee gst-devtools-1.22.9.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 21d7253d91..0c085b8b42 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.8
+GST1_DEVTOOLS_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (4 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 7d27929cab..b5bc84d672 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.8.tar.xz.sha256sum
-sha256 be39349bc07ab4cdbd9a5fd6ea9848c601c7560ba5a0577ad5200b83bd424981 gst-libav-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.22.9.tar.xz.sha256sum
+sha256 192f7d27d21c1e7c72c339a2647a9b0c247fedc62ea5029115f8c3e22ebb87d8 gst-libav-1.22.9.tar.xz
sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index 5017cda01a..1b872b7fa9 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.8
+GST1_LIBAV_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (5 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 5c42a0ca08..2f352df92e 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.8.tar.xz.sha256sum
-sha256 d5cb8f144054a2a110e6672bd512e4b15d5b1b8d9879c192b9723535efb70b8f gst-python-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.9.tar.xz.sha256sum
+sha256 3f9d5c6ffefda268703744b592a6b3983aa6723273b1220ecbcb62c2a5800009 gst-python-1.22.9.tar.xz
sha256 ea3ad127610e5ded2210b3a86a46314f2b3b28e438eccffdae19a4d6fbcdb0c2 COPYING
diff --git a/package/gstreamer1/gst1-python/gst1-python.mk b/package/gstreamer1/gst1-python/gst1-python.mk
index df53efaa99..f843e37052 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.8
+GST1_PYTHON_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (6 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 3ddea4e744..21f380378c 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.8.tar.xz.sha256sum
-sha256 705177051c229976f171adcd7ab9762ae6bcc4bb77dc308a0bd80a63da6c337f gst-rtsp-server-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.9.tar.xz.sha256sum
+sha256 808af148f89404ff74850f8ca5272bed4bfe67f9620231dc4514fd07eb26d0a4 gst-rtsp-server-1.22.9.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 13e5a369da..87e6413d00 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.8
+GST1_RTSP_SERVER_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (7 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 9a7b7df520..ec23ae7c6b 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.8.tar.xz.sha256sum
-sha256 1298ba347a70c42b88cdebf91b659fea02b1bb7269eabf8e29e3c0bd58278928 gstreamer-vaapi-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.9.tar.xz.sha256sum
+sha256 8ba20da8c4cbf5b2953dba904672c4275d0053e1528f97fdf8e59942c7883ca8 gstreamer-vaapi-1.22.9.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 0a2f35c8ce..4b04d1bb72 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.8
+GST1_VAAPI_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (8 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 528ebb99c2..86f8c772c9 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.8.tar.xz.sha256sum
-sha256 94df10e7713618f0c8a4223f6e047f2d8f0ccecba1d585618e791f13037762df gst-omx-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.22.9.tar.xz.sha256sum
+sha256 9362d6117985d09dcf6e27bdaef377dc08efb7df01d00101d04fb644addac61e gst-omx-1.22.9.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index 472f929189..32891bafa6 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.8
+GST_OMX_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (9 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
@ 2024-01-26 11:36 ` Peter Korsgaard
2024-01-27 20:39 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
2024-02-28 17:28 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-01-26 11:36 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 70f7e574e3..2ea29dae61 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.8.tar.xz.sha256sum
-sha256 d1d5e75e190eb0be3fd49409e41a3aa8e68cfb4deaa7353488554674956cd1df gst-editing-services-1.22.8.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.22.9.tar.xz.sha256sum
+sha256 3553ad3802dccde0c0ef1461881acd9b55bddf8adf751de4cb51b7f8cb50440d gst-editing-services-1.22.9.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 1d59e8ffde..e2c0f1ccf8 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.8
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.22.9
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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (10 preceding siblings ...)
2024-01-26 11:36 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
@ 2024-01-27 20:39 ` Yann E. MORIN
2024-02-28 17:28 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2024-01-27 20:39 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-01-26 12:36 +0100, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Whole series of 12 patches 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 89cc25674e..b6ed001eb3 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.8.tar.xz.sha256sum
> -sha256 ad4e3db1771139b1db17b1afa7c05db083ae0100bd4da244b71f162dcce41bfc gstreamer-1.22.8.tar.xz
> +# From https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.22.9.tar.xz.sha256sum
> +sha256 1e7124d347e8cdc80f08ec1d370c201be513002af1102bb20e83c5279cb48ebd gstreamer-1.22.9.tar.xz
> sha256 ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db COPYING
> diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
> index 88c528d4b5..5b9125e62a 100644
> --- a/package/gstreamer1/gstreamer1/gstreamer1.mk
> +++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GSTREAMER1_VERSION = 1.22.8
> +GSTREAMER1_VERSION = 1.22.9
> 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.9
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
` (11 preceding siblings ...)
2024-01-27 20:39 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
@ 2024-02-28 17:28 ` Peter Korsgaard
12 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2024-02-28 17:28 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-02-28 17:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 11:36 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.22.9 Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: security " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 08/12] package/gst1-python: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 10/12] package/gst1-vaapi: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 11/12] package/gst-omx: " Peter Korsgaard
2024-01-26 11:36 ` [Buildroot] [PATCH 12/12] package/gstreamer1-editing-services: " Peter Korsgaard
2024-01-27 20:39 ` [Buildroot] [PATCH 01/12] package/gstreamer1: " Yann E. MORIN
2024-02-28 17:28 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox