From: Peter Korsgaard <peter@korsgaard.com>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Peter Seiderer <ps.report@gmx.net>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 03/12] package/gst1-plugins-good: bump version to 1.20.3
Date: Mon, 27 Jun 2022 22:53:46 +0200 [thread overview]
Message-ID: <87pmitygit.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20220627053422.618280-3-james.hilliard1@gmail.com> (James Hilliard's message of "Sun, 26 Jun 2022 23:34:13 -0600")
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
The changelog clearly lists a number of security fixes, so I have
extended the commit message and marked this as a security fix:
https://gstreamer.freedesktop.org/releases/1.20/#1.20.3
> ---
> 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 cccd07dd2d..81da41388f 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.20.1.tar.xz.sha256sum
> -sha256 3c66876f821d507bcdbebffb08b4f31a322727d6753f65a0f02c905ecb7084aa gst-plugins-good-1.20.1.tar.xz
> +# From https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz.sha256sum
> +sha256 f8f3c206bf5cdabc00953920b47b3575af0ef15e9f871c0b6966f6d0aa5868b7 gst-plugins-good-1.20.3.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 2b6cf769aa..61ffc7b989 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.20.1
> +GST1_PLUGINS_GOOD_VERSION = 1.20.3
> 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.34.1
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-06-27 20:53 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-27 5:34 [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 James Hilliard
2022-06-27 5:34 ` [Buildroot] [PATCH 02/12] package/gst1-plugins-base: bump version to 1.20.3 James Hilliard
2022-06-27 20:49 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 03/12] package/gst1-plugins-good: " James Hilliard
2022-06-27 20:53 ` Peter Korsgaard [this message]
2022-06-27 5:34 ` [Buildroot] [PATCH 04/12] package/gst1-plugins-bad: " James Hilliard
2022-06-27 21:35 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 05/12] package/gst1-plugins-ugly: " James Hilliard
2022-06-27 21:35 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 06/12] package/gst1-devtools: " James Hilliard
2022-06-27 21:35 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 07/12] package/gst1-libav: " James Hilliard
2022-06-27 21:35 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 08/12] package/gst1-vaapi: " James Hilliard
2022-06-27 21:36 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 09/12] package/gst1-rtsp-server: " James Hilliard
2022-06-27 21:37 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 10/12] package/gstreamer1-editing-services: " James Hilliard
2022-06-27 21:36 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 11/12] package/gst-omx: " James Hilliard
2022-06-27 21:37 ` Peter Korsgaard
2022-06-27 5:34 ` [Buildroot] [PATCH 12/12] package/gst1-python: " James Hilliard
2022-06-27 21:37 ` Peter Korsgaard
2022-06-27 20:49 ` [Buildroot] [PATCH 01/12] package/gstreamer1: bump to version 1.20.3 Peter Korsgaard
2022-07-22 6:33 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmitygit.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=ps.report@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox