All of lore.kernel.org
 help / color / mirror / Atom feed
* [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3
@ 2021-01-07 18:37 Diego Santa Cruz
  2021-01-07 18:37 ` [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4 Diego Santa Cruz
  2021-01-11 14:46 ` [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 akuster
  0 siblings, 2 replies; 7+ messages in thread
From: Diego Santa Cruz @ 2021-01-07 18:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Diego Santa Cruz

Dependency of gupnp 1.2.3

Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
---
 .../gupnp/{gssdp_1.2.2.bb => gssdp_1.2.3.bb}                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-multimedia/recipes-connectivity/gupnp/{gssdp_1.2.2.bb => gssdp_1.2.3.bb} (83%)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
similarity index 83%
rename from meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb
rename to meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
index ddaddd209..7d82c3e2e 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 DEPENDS = "glib-2.0 libsoup-2.4"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "f00a470ebcba96f34def8f83ac5891ed"
-SRC_URI[sha256sum] = "cabb9e3b456b8354a55e23eb0207545d974643cda6d623523470ebbc4188b0a4"
+SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
+SRC_URI[sha256sum] = "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
 
 GTKDOC_MESON_OPTION = 'gtk_doc'
 
-- 
2.18.4


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

* [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4
  2021-01-07 18:37 [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 Diego Santa Cruz
@ 2021-01-07 18:37 ` Diego Santa Cruz
  2021-01-11 14:47   ` [oe] " akuster
  2021-01-11 14:46 ` [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 akuster
  1 sibling, 1 reply; 7+ messages in thread
From: Diego Santa Cruz @ 2021-01-07 18:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Diego Santa Cruz

gupnp 1.2.3 adds mitigation for CVE-2020-12695 (CallStranger)

Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
---
 .../gupnp/{gupnp_1.2.2.bb => gupnp_1.2.4.bb}                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-multimedia/recipes-connectivity/gupnp/{gupnp_1.2.2.bb => gupnp_1.2.4.bb} (64%)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
similarity index 64%
rename from meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb
rename to meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
index e60349716..c7b330fa0 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
@@ -1,8 +1,8 @@
 require gupnp.inc
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "2ade3d29c624ad98d70113e6e93908a5"
-SRC_URI[sha256sum] = "9a80bd953e5c8772ad26b72f8da01cbe7241a113edd6084903f413ce751c9989"
+SRC_URI[md5sum] = "7c9c7cd80e36d9fb1e5b0267571fc17d"
+SRC_URI[sha256sum] = "f7a0307ea51f5e44d1b832f493dd9045444a3a4e211ef85dfd9aa5dd6eaea7d1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520"
-- 
2.18.4


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

* Re: [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3
  2021-01-07 18:37 [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 Diego Santa Cruz
  2021-01-07 18:37 ` [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4 Diego Santa Cruz
@ 2021-01-11 14:46 ` akuster
  2021-01-11 14:52   ` Diego Santa Cruz
  1 sibling, 1 reply; 7+ messages in thread
From: akuster @ 2021-01-11 14:46 UTC (permalink / raw)
  To: diego.santacruz, openembedded-devel



On 1/7/21 10:37 AM, Diego Santa Cruz via lists.openembedded.org wrote:
> Dependency of gupnp 1.2.3

Whats in the update?

-armin
>
> Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
> ---
>  .../gupnp/{gssdp_1.2.2.bb => gssdp_1.2.3.bb}                  | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-multimedia/recipes-connectivity/gupnp/{gssdp_1.2.2.bb => gssdp_1.2.3.bb} (83%)
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> similarity index 83%
> rename from meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb
> rename to meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> index ddaddd209..7d82c3e2e 100644
> --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.2.bb
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb
> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
>  DEPENDS = "glib-2.0 libsoup-2.4"
>  
>  SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "f00a470ebcba96f34def8f83ac5891ed"
> -SRC_URI[sha256sum] = "cabb9e3b456b8354a55e23eb0207545d974643cda6d623523470ebbc4188b0a4"
> +SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910"
> +SRC_URI[sha256sum] = "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8"
>  
>  GTKDOC_MESON_OPTION = 'gtk_doc'
>  
>
> 
>


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

* Re: [oe] [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4
  2021-01-07 18:37 ` [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4 Diego Santa Cruz
@ 2021-01-11 14:47   ` akuster
  2021-01-11 14:56     ` Diego Santa Cruz
  0 siblings, 1 reply; 7+ messages in thread
From: akuster @ 2021-01-11 14:47 UTC (permalink / raw)
  To: diego.santacruz, openembedded-devel



On 1/7/21 10:37 AM, Diego Santa Cruz via lists.openembedded.org wrote:
> gupnp 1.2.3 adds mitigation for CVE-2020-12695 (CallStranger)

is that the only change or is there more?
-armin
>
> Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
> ---
>  .../gupnp/{gupnp_1.2.2.bb => gupnp_1.2.4.bb}                  | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-multimedia/recipes-connectivity/gupnp/{gupnp_1.2.2.bb => gupnp_1.2.4.bb} (64%)
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
> similarity index 64%
> rename from meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb
> rename to meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
> index e60349716..c7b330fa0 100644
> --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.2.bb
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.4.bb
> @@ -1,8 +1,8 @@
>  require gupnp.inc
>  
>  SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "2ade3d29c624ad98d70113e6e93908a5"
> -SRC_URI[sha256sum] = "9a80bd953e5c8772ad26b72f8da01cbe7241a113edd6084903f413ce751c9989"
> +SRC_URI[md5sum] = "7c9c7cd80e36d9fb1e5b0267571fc17d"
> +SRC_URI[sha256sum] = "f7a0307ea51f5e44d1b832f493dd9045444a3a4e211ef85dfd9aa5dd6eaea7d1"
>  
>  LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
>                      file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520"
>
> 
>


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

* Re: [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3
  2021-01-11 14:46 ` [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 akuster
@ 2021-01-11 14:52   ` Diego Santa Cruz
  2021-01-11 17:48     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Diego Santa Cruz @ 2021-01-11 14:52 UTC (permalink / raw)
  To: akuster808, openembedded-devel

> -----Original Message-----
> From: akuster808 <akuster808@gmail.com>
> Sent: 11 January 2021 15:47
> To: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>; openembedded-
> devel@lists.openembedded.org
> Subject: Re: [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade
> to 1.2.2 -> 1.2.3
> 
> 
> 
> On 1/7/21 10:37 AM, Diego Santa Cruz via lists.openembedded.org wrote:
> > Dependency of gupnp 1.2.3
> 
> Whats in the update?
> 

From what I understand from https://gitlab.gnome.org/GNOME/gssdp/-/blob/gssdp-1.2.3/NEWS 
 * Bugfixes
 * One API addition to support the fix / mitigation for CVE-2020-12695 in gupnp

-- 
Diego Santa Cruz, PhD
Technology Architect
spinetix.com


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

* Re: [oe] [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4
  2021-01-11 14:47   ` [oe] " akuster
@ 2021-01-11 14:56     ` Diego Santa Cruz
  0 siblings, 0 replies; 7+ messages in thread
From: Diego Santa Cruz @ 2021-01-11 14:56 UTC (permalink / raw)
  To: akuster808, openembedded-devel

> -----Original Message-----
> From: akuster808 <akuster808@gmail.com>
> Sent: 11 January 2021 15:47
> To: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>; openembedded-
> devel@lists.openembedded.org
> Subject: Re: [oe] [gatesgarth][meta-multimedia][PATCH 2/2] gupnp:
> Upgrade to 1.2.2 -> 1.2.4
> 
> 
> 
> On 1/7/21 10:37 AM, Diego Santa Cruz via lists.openembedded.org wrote:
> > gupnp 1.2.3 adds mitigation for CVE-2020-12695 (CallStranger)
> 
> is that the only change or is there more?

There are also a few bugfixes. 
 
From what I get from https://gitlab.gnome.org/GNOME/gupnp/-/blob/gupnp-1.2.4/NEWS
 * Implement UDA 2.0 April 17 2020 Addendum (Patial fix for CVE-2020-12695) 
 * Addition of a GLib autofree function for GUPnPServiceProxyAction
 * Various bugfixes

-- 
Diego Santa Cruz, PhD
Technology Architect
spinetix.com



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

* Re: [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3
  2021-01-11 14:52   ` Diego Santa Cruz
@ 2021-01-11 17:48     ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2021-01-11 17:48 UTC (permalink / raw)
  To: Diego Santa Cruz; +Cc: akuster808, openembedded-devel

On Mon, Jan 11, 2021 at 6:52 AM Diego Santa Cruz via
lists.openembedded.org
<diego.santacruz=spinetix.com@lists.openembedded.org> wrote:
>
> > -----Original Message-----
> > From: akuster808 <akuster808@gmail.com>
> > Sent: 11 January 2021 15:47
> > To: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>; openembedded-
> > devel@lists.openembedded.org
> > Subject: Re: [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade
> > to 1.2.2 -> 1.2.3
> >
> >
> >
> > On 1/7/21 10:37 AM, Diego Santa Cruz via lists.openembedded.org wrote:
> > > Dependency of gupnp 1.2.3
> >
> > Whats in the update?
> >
>
> From what I understand from https://gitlab.gnome.org/GNOME/gssdp/-/blob/gssdp-1.2.3/NEWS
>  * Bugfixes
>  * One API addition to support the fix / mitigation for CVE-2020-12695 in gupnp
>

adding a new API should be ok.

> --
> Diego Santa Cruz, PhD
> Technology Architect
> spinetix.com
>
>
> 
>

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

end of thread, other threads:[~2021-01-11 17:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 18:37 [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 Diego Santa Cruz
2021-01-07 18:37 ` [gatesgarth][meta-multimedia][PATCH 2/2] gupnp: Upgrade to 1.2.2 -> 1.2.4 Diego Santa Cruz
2021-01-11 14:47   ` [oe] " akuster
2021-01-11 14:56     ` Diego Santa Cruz
2021-01-11 14:46 ` [oe] [gatesgarth][meta-multimedia][PATCH 1/2] gssdp: Upgrade to 1.2.2 -> 1.2.3 akuster
2021-01-11 14:52   ` Diego Santa Cruz
2021-01-11 17:48     ` Khem Raj

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.