mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] json-c: version bump 0.15 -> 0.16
@ 2022-04-26  9:36 Linnea Gunnarsson
  2022-05-09  6:28 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Linnea Gunnarsson @ 2022-04-26  9:36 UTC (permalink / raw)
  To: ptxdist

- REFCOUNT_DEBUG is removed and some things is deprecated.
- Some build changes. I made sure it is build without
  static lib and extra libs.
- Fixed some security things like out of memory accesses
  and use-after-free.
- Some other improvements and fixes.

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

diff --git a/rules/json-c.make b/rules/json-c.make
index 8d0b2a39a..dc53d0fd3 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.15
-JSON_C_MD5		:= 55f395745ee1cb3a4a39b41636087501
+JSON_C_VERSION		:= 0.16
+JSON_C_MD5		:= 8110782cb2a996da5517f1f27a4bed8e
 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)
@@ -33,8 +33,10 @@ JSON_C_CONF_OPT		:= \
 	$(CROSS_CMAKE_USR) \
 	-DBUILD_DOCUMENTATION:BOOL=OFF \
 	-DBUILD_SHARED_LIBS:BOOL=ON \
+	-DBUILD_STATIC_LIBS:BOOL=OFF \
 	-DBUILD_TESTING:BOOL=OFF \
 	-DDISABLE_BSYMBOLIC:BOOL=ON \
+	-DDISABLE_EXTRA_LIBS:BOOL=ON \
 	-DDISABLE_WERROR:BOOL=ON \
 	-DENABLE_RDRAND:BOOL=OFF \
 	-DENABLE_THREADING:BOOL=OFF
-- 
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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] json-c: version bump 0.15 -> 0.16
  2022-04-26  9:36 [ptxdist] [PATCH v2] json-c: version bump 0.15 -> 0.16 Linnea Gunnarsson
@ 2022-05-09  6:28 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-05-09  6:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Linnea Gunnarsson

Thanks, applied as ecd364618410dfe3a5d742f4f43bf4ae182b1b2d.

Michael

[sent from post-receive hook]

On Mon, 09 May 2022 08:28:55 +0200, Linnea Gunnarsson <linnea.gunnarsson@t2data.com> wrote:
> - REFCOUNT_DEBUG is removed and some things is deprecated.
> - Some build changes. I made sure it is build without
>   static lib and extra libs.
> - Fixed some security things like out of memory accesses
>   and use-after-free.
> - Some other improvements and fixes.
> 
> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> Message-Id: <20220426093611.3366719-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 8d0b2a39acad..dc53d0fd3592 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.15
> -JSON_C_MD5		:= 55f395745ee1cb3a4a39b41636087501
> +JSON_C_VERSION		:= 0.16
> +JSON_C_MD5		:= 8110782cb2a996da5517f1f27a4bed8e
>  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)
> @@ -33,8 +33,10 @@ JSON_C_CONF_OPT		:= \
>  	$(CROSS_CMAKE_USR) \
>  	-DBUILD_DOCUMENTATION:BOOL=OFF \
>  	-DBUILD_SHARED_LIBS:BOOL=ON \
> +	-DBUILD_STATIC_LIBS:BOOL=OFF \
>  	-DBUILD_TESTING:BOOL=OFF \
>  	-DDISABLE_BSYMBOLIC:BOOL=ON \
> +	-DDISABLE_EXTRA_LIBS:BOOL=ON \
>  	-DDISABLE_WERROR:BOOL=ON \
>  	-DENABLE_RDRAND:BOOL=OFF \
>  	-DENABLE_THREADING:BOOL=OFF



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

end of thread, other threads:[~2022-05-09  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  9:36 [ptxdist] [PATCH v2] json-c: version bump 0.15 -> 0.16 Linnea Gunnarsson
2022-05-09  6:28 ` [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