All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH master 0/9] Gstreamer security bump
@ 2017-02-23 18:55 Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 1/9] gstreamer1: bump to version 1.10.4 Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

The latest gstreamer release fixes security bugs in at least gst-libav,
gst1-plugins-bad and gst1-plugins-ugly.
However for consistency commiting the whole series would be recommended.

Gustavo Zacarias (9):
  gstreamer1: bump to version 1.10.4
  gst1-plugins-base: bump to version 1.10.4
  gst1-plugins-good: bump to version 1.10.4
  gst1-plugins-bad: security bump to version 1.10.4
  gst1-plugins-ugly: security bump to version 1.10.4
  gst1-libav: security bump to version 1.10.4
  gst1-rtsp-server: bump to version 1.10.4
  gst1-validate: bump to version 1.10.4
  gst-omx: bump to version 1.10.4

 package/gstreamer1/gst-omx/gst-omx.hash                     | 4 ++--
 package/gstreamer1/gst-omx/gst-omx.mk                       | 2 +-
 package/gstreamer1/gst1-libav/gst1-libav.hash               | 4 ++--
 package/gstreamer1/gst1-libav/gst1-libav.mk                 | 2 +-
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash   | 4 ++--
 package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk     | 2 +-
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash | 4 ++--
 package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk   | 2 +-
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash | 4 ++--
 package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk   | 2 +-
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash | 4 ++--
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk   | 2 +-
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash   | 4 ++--
 package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk     | 2 +-
 package/gstreamer1/gst1-validate/gst1-validate.hash         | 4 ++--
 package/gstreamer1/gst1-validate/gst1-validate.mk           | 2 +-
 package/gstreamer1/gstreamer1/gstreamer1.hash               | 4 ++--
 package/gstreamer1/gstreamer1/gstreamer1.mk                 | 2 +-
 18 files changed, 27 insertions(+), 27 deletions(-)

-- 
2.10.2

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 1/9] gstreamer1: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 2/9] gst1-plugins-base: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 f65061b..455e7fb 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.hash
+++ b/package/gstreamer1/gstreamer1/gstreamer1.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.3.tar.xz.sha256sum
-sha256 85b9dc1b2991f224fa90d534ec57014896c479e061dc9fa1bc16ae17cbebb63d  gstreamer-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.4.tar.xz.sha256sum
+sha256 50c2f5af50a6cc6c0a3f3ed43bdd8b5e2bff00bacfb766d4be139ec06d8b5218  gstreamer-1.10.4.tar.xz
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index e110dee..5a0a369 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GSTREAMER1_VERSION = 1.10.3
+GSTREAMER1_VERSION = 1.10.4
 GSTREAMER1_SOURCE = gstreamer-$(GSTREAMER1_VERSION).tar.xz
 GSTREAMER1_SITE = https://gstreamer.freedesktop.org/src/gstreamer
 GSTREAMER1_INSTALL_STAGING = YES
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 2/9] gst1-plugins-base: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 1/9] gstreamer1: bump to version 1.10.4 Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 3/9] gst1-plugins-good: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 86116f0..b526b14 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.10.3.tar.xz.sha256sum
-sha256 e6299617d705a0cbfb535107c1d3a8fc0f0967f14193a8c5c7583f46a88b1710  gst-plugins-base-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.10.4.tar.xz.sha256sum
+sha256 f6d245b6b3d4cb733f81ebb021074c525ece83db0c10e932794b339b8d935eb7  gst-plugins-base-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 76602cc..6ab63a3 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.10.3
+GST1_PLUGINS_BASE_VERSION = 1.10.4
 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.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 3/9] gst1-plugins-good: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 1/9] gstreamer1: bump to version 1.10.4 Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 2/9] gst1-plugins-base: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 4/9] gst1-plugins-bad: security " Gustavo Zacarias
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 90578a2..21ee18d 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.10.3.tar.xz.sha256sum
-sha256 4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955  gst-plugins-good-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.10.4.tar.xz.sha256sum
+sha256 8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e  gst-plugins-good-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index 6fe9221..e25149a 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.10.3
+GST1_PLUGINS_GOOD_VERSION = 1.10.4
 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.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 4/9] gst1-plugins-bad: security bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 3/9] gst1-plugins-good: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 5/9] gst1-plugins-ugly: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Fixes:
CVE-2017-5848 - The gst_ps_demux_parse_psm function in
gst/mpegdemux/gstmpegdemux.c in gst-plugins-bad in GStreamer allows
remote attackers to cause a denial of service (invalid memory read and
crash) via vectors involving PSM parsing.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 2d0f913..441afa2 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.10.3.tar.xz.sha256sum
-sha256 24099351fb6984c9e7560de06e072ff2e33d0b2db38b8fcc7afefb536e5094e7  gst-plugins-bad-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.10.4.tar.xz.sha256sum
+sha256 23ddae506b3a223b94869a0d3eea3e9a12e847f94d2d0e0b97102ce13ecd6966  gst-plugins-bad-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index b96bfe9..00add02 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.10.3
+GST1_PLUGINS_BAD_VERSION = 1.10.4
 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.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 5/9] gst1-plugins-ugly: security bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 4/9] gst1-plugins-bad: security " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 6/9] gst1-libav: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Fixes:
CVE-2017-5847 - The gst_asf_demux_process_ext_content_desc function in
gst/asfdemux/gstasfdemux.c in gst-plugins-ugly in GStreamer allows remote
attackers to cause a denial of service (out-of-bounds heap read) via vectors
involving extended content descriptors.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 6b4f0c7..9567d9c 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.10.3.tar.xz.sha256sum
-sha256 c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2  gst-plugins-ugly-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.10.4.tar.xz.sha256sum
+sha256 6386c77ca8459cba431ed0b63da780c7062c7cc48055d222024d8eaf198ffa59  gst-plugins-ugly-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index 2f68145..d503555 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.10.3
+GST1_PLUGINS_UGLY_VERSION = 1.10.4
 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.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 6/9] gst1-libav: security bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 5/9] gst1-plugins-ugly: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 7/9] gst1-rtsp-server: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

It updates to the ffmpeg 3.2.4 codebase, fixing several security bugs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 9c84630..cc83429 100644
--- a/package/gstreamer1/gst1-libav/gst1-libav.hash
+++ b/package/gstreamer1/gst1-libav/gst1-libav.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.3.tar.xz.sha256sum
-sha256 9a6bc165b1862b18b98d9f1755c43806e4839a80f69ec7ea9a2dab61b65752a9  gst-libav-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.10.4.tar.xz.sha256sum
+sha256 6ca0feca75e3d48315e07f20ec37cf6260ed1e9dde58df355febd5016246268b  gst-libav-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-libav/gst1-libav.mk b/package/gstreamer1/gst1-libav/gst1-libav.mk
index ec84b77..5726bb5 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.10.3
+GST1_LIBAV_VERSION = 1.10.4
 GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
 GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
 GST1_LIBAV_CONF_OPTS = --with-system-libav
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 7/9] gst1-rtsp-server: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 6/9] gst1-libav: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 8/9] gst1-validate: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 21d4ba5..d4c540d 100644
--- a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
+++ b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.hash
@@ -1,2 +1,2 @@
-# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.3.tar.xz.sha256sum
-sha256 baf9f7d229711cb3d823a447a930132f809b3321eab3535491bb01c8a21566fe  gst-rtsp-server-1.10.3.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.10.4.tar.xz.sha256sum
+sha256 2f6e12fd4e3568ee190dc24e57e4c3a878971c3a3fb6904a9674404fac256de6  gst-rtsp-server-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk b/package/gstreamer1/gst1-rtsp-server/gst1-rtsp-server.mk
index a2e8eec..bfdd4c4 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.10.3
+GST1_RTSP_SERVER_VERSION = 1.10.4
 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 = LGPLv2+
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 8/9] gst1-validate: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 7/9] gst1-rtsp-server: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 18:55 ` [Buildroot] [PATCH master 9/9] gst-omx: " Gustavo Zacarias
  2017-02-23 21:55 ` [Buildroot] [PATCH master 0/9] Gstreamer security bump Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gstreamer1/gst1-validate/gst1-validate.hash | 4 ++--
 package/gstreamer1/gst1-validate/gst1-validate.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-validate/gst1-validate.hash b/package/gstreamer1/gst1-validate/gst1-validate.hash
index 164ee2d..10c6667 100644
--- a/package/gstreamer1/gst1-validate/gst1-validate.hash
+++ b/package/gstreamer1/gst1-validate/gst1-validate.hash
@@ -1,2 +1,2 @@
-# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.3.tar.xz.sha256sum
-sha256 be6b48569324c541266310e7e6d1098b1a2ec7cd06b9e95b6701c96bc4562c02  gst-validate-1.10.3.tar.xz
+# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.4.tar.xz.sha256sum
+sha256 e59c00bf64cca9c477cdb44eb8dd0b3aac5499b17d77bf28ee054fd211e8d73c  gst-validate-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk
index 695e53e..cf7a8af 100644
--- a/package/gstreamer1/gst1-validate/gst1-validate.mk
+++ b/package/gstreamer1/gst1-validate/gst1-validate.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_VALIDATE_VERSION = 1.10.3
+GST1_VALIDATE_VERSION = 1.10.4
 GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
 GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
 GST1_VALIDATE_LICENSE = LGPLv2.1+
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 9/9] gst-omx: bump to version 1.10.4
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 8/9] gst1-validate: " Gustavo Zacarias
@ 2017-02-23 18:55 ` Gustavo Zacarias
  2017-02-23 21:55 ` [Buildroot] [PATCH master 0/9] Gstreamer security bump Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2017-02-23 18:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 be39ef7..dff9840 100644
--- a/package/gstreamer1/gst-omx/gst-omx.hash
+++ b/package/gstreamer1/gst-omx/gst-omx.hash
@@ -1,2 +1,2 @@
-# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.10.3.tar.xz.sha256sum
-sha256 dd88451e175df7a6b6f619eff0f43a6078054ec7068787b19faf89af94cdb6e1  gst-omx-1.10.3.tar.xz
+# From https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.10.4.tar.xz.sha256sum
+sha256 45072925cf262f0fd528fab78f0de52734e46a5a88aa802fae51c67c09c81aa2  gst-omx-1.10.4.tar.xz
diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk
index d55ef5f..6ce7baa 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.10.3
+GST_OMX_VERSION = 1.10.4
 GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz
 GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx
 
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Buildroot] [PATCH master 0/9] Gstreamer security bump
  2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2017-02-23 18:55 ` [Buildroot] [PATCH master 9/9] gst-omx: " Gustavo Zacarias
@ 2017-02-23 21:55 ` Thomas Petazzoni
  9 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2017-02-23 21:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 23 Feb 2017 15:55:20 -0300, Gustavo Zacarias wrote:

> Gustavo Zacarias (9):
>   gstreamer1: bump to version 1.10.4
>   gst1-plugins-base: bump to version 1.10.4
>   gst1-plugins-good: bump to version 1.10.4
>   gst1-plugins-bad: security bump to version 1.10.4
>   gst1-plugins-ugly: security bump to version 1.10.4
>   gst1-libav: security bump to version 1.10.4
>   gst1-rtsp-server: bump to version 1.10.4
>   gst1-validate: bump to version 1.10.4
>   gst-omx: bump to version 1.10.4

All applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-02-23 21:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23 18:55 [Buildroot] [PATCH master 0/9] Gstreamer security bump Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 1/9] gstreamer1: bump to version 1.10.4 Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 2/9] gst1-plugins-base: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 3/9] gst1-plugins-good: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 4/9] gst1-plugins-bad: security " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 5/9] gst1-plugins-ugly: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 6/9] gst1-libav: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 7/9] gst1-rtsp-server: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 8/9] gst1-validate: " Gustavo Zacarias
2017-02-23 18:55 ` [Buildroot] [PATCH master 9/9] gst-omx: " Gustavo Zacarias
2017-02-23 21:55 ` [Buildroot] [PATCH master 0/9] Gstreamer security bump Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.