mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] json-c: version bump 0.14 -> 0.15
@ 2022-03-30 12:40 Linnea Gunnarsson
  2022-03-30 17:04 ` Alexander Dahl
  2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Linnea Gunnarsson @ 2022-03-30 12:40 UTC (permalink / raw)
  To: ptxdist

A couple of different changes, some new features
and some removed ones. Nothing big.

Changelog can be found here:
https://github.com/json-c/json-c/blob/master/ChangeLog

Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
---
 rules/json-c.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/json-c.make b/rules/json-c.make
index f2a990bf4..8d0b2a39a 100644
--- a/rules/json-c.make
+++ b/rules/json-c.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c
 #
 # Paths and names
 #
-JSON_C_VERSION		:= 0.14
-JSON_C_MD5		:= 72cbb065b43376d825cd521d115ae1f6
+JSON_C_VERSION		:= 0.15
+JSON_C_MD5		:= 55f395745ee1cb3a4a39b41636087501
 JSON_C			:= json-c-$(JSON_C_VERSION)
 JSON_C_SUFFIX		:= tar.gz
 JSON_C_URL		:= https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX)
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] json-c: version bump 0.14 -> 0.15
  2022-03-30 12:40 [ptxdist] [PATCH] json-c: version bump 0.14 -> 0.15 Linnea Gunnarsson
@ 2022-03-30 17:04 ` Alexander Dahl
  2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2022-03-30 17:04 UTC (permalink / raw)
  To: Linnea Gunnarsson; +Cc: ptxdist

Hello,

Am Wed, Mar 30, 2022 at 02:40:36PM +0200 schrieb Linnea Gunnarsson:
> A couple of different changes, some new features
> and some removed ones. Nothing big.

According to my notes json-c up to 0.14 is affected by CVE-2020-12762:

https://security-tracker.debian.org/tracker/CVE-2020-12762

> Changelog can be found here:
> https://github.com/json-c/json-c/blob/master/ChangeLog

Those changes can be found in the section "Other changes" in that
changelog.

Greets
Alex

> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> ---
>  rules/json-c.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/json-c.make b/rules/json-c.make
> index f2a990bf4..8d0b2a39a 100644
> --- a/rules/json-c.make
> +++ b/rules/json-c.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c
>  #
>  # Paths and names
>  #
> -JSON_C_VERSION		:= 0.14
> -JSON_C_MD5		:= 72cbb065b43376d825cd521d115ae1f6
> +JSON_C_VERSION		:= 0.15
> +JSON_C_MD5		:= 55f395745ee1cb3a4a39b41636087501
>  JSON_C			:= json-c-$(JSON_C_VERSION)
>  JSON_C_SUFFIX		:= tar.gz
>  JSON_C_URL		:= https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX)
> -- 
> 2.32.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] json-c: version bump 0.14 -> 0.15
  2022-03-30 12:40 [ptxdist] [PATCH] json-c: version bump 0.14 -> 0.15 Linnea Gunnarsson
  2022-03-30 17:04 ` Alexander Dahl
@ 2022-04-08  8:18 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-04-08  8:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Linnea Gunnarsson

Thanks, applied as b6ac44c56bef8756e6c7ff6abd446eca035a7588.

Michael

[sent from post-receive hook]

On Fri, 08 Apr 2022 10:18:00 +0200, Linnea Gunnarsson <linnea.gunnarsson@t2data.com> wrote:
> A couple of different changes, some new features
> and some removed ones. Nothing big.
> 
> Changelog can be found here:
> https://github.com/json-c/json-c/blob/master/ChangeLog
> 
> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> Message-Id: <20220330124036.2334533-1-linnea.gunnarsson@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/json-c.make b/rules/json-c.make
> index f2a990bf4aa9..8d0b2a39acad 100644
> --- a/rules/json-c.make
> +++ b/rules/json-c.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c
>  #
>  # Paths and names
>  #
> -JSON_C_VERSION		:= 0.14
> -JSON_C_MD5		:= 72cbb065b43376d825cd521d115ae1f6
> +JSON_C_VERSION		:= 0.15
> +JSON_C_MD5		:= 55f395745ee1cb3a4a39b41636087501
>  JSON_C			:= json-c-$(JSON_C_VERSION)
>  JSON_C_SUFFIX		:= tar.gz
>  JSON_C_URL		:= https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-04-08  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 12:40 [ptxdist] [PATCH] json-c: version bump 0.14 -> 0.15 Linnea Gunnarsson
2022-03-30 17:04 ` Alexander Dahl
2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox