All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] jansson: update to 2.9
@ 2016-10-06 16:45 Igor Socec
  2016-10-06 17:32 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Socec @ 2016-10-06 16:45 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
---
 meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} (53%)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
similarity index 53%
rename from meta-oe/recipes-extended/jansson/jansson_2.4.bb
rename to meta-oe/recipes-extended/jansson/jansson_2.9.bb
index c235729..455b374 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
 HOMEPAGE = "http://www.digip.org/jansson/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61"
 
 SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113"
-SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41"
+SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
+SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
 
 inherit autotools pkgconfig
 
-- 
2.9.3



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

* Re: [meta-oe][PATCH] jansson: update to 2.9
  2016-10-06 16:45 [meta-oe][PATCH] jansson: update to 2.9 Igor Socec
@ 2016-10-06 17:32 ` Khem Raj
  2016-10-07  8:51   ` Igor Socec
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2016-10-06 17:32 UTC (permalink / raw)
  To: openembeded-devel

On Thu, Oct 6, 2016 at 9:45 AM, Igor Socec <igor.socec@pelagicore.com> wrote:
> Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
> ---
>  meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} (53%)
>
> diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
> similarity index 53%
> rename from meta-oe/recipes-extended/jansson/jansson_2.4.bb
> rename to meta-oe/recipes-extended/jansson/jansson_2.9.bb
> index c235729..455b374 100644
> --- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb
> +++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
> @@ -1,12 +1,12 @@
>  SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
>  HOMEPAGE = "http://www.digip.org/jansson/"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61"
>

please mention what changed and put it in commit msg

>  SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
>
> -SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113"
> -SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41"
> +SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
> +SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
>
>  inherit autotools pkgconfig
>
> --
> 2.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* [meta-oe][PATCH] jansson: update to 2.9
  2016-10-06 17:32 ` Khem Raj
@ 2016-10-07  8:51   ` Igor Socec
  2016-10-07 15:15     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Socec @ 2016-10-07  8:51 UTC (permalink / raw)
  To: openembedded-devel

Improved build, tests and documentation.

New features: functions and macros (*pack, *foreach, *string*, *alloc*)

Security fixes: CVE-2013-6401

Bugfixes:
- Number parsing and overflows
- Fix l_isxdigit() macro (#97).
- Check for NULL key in json_object_get() and json_object_del() (#151).
- Enhance hashtable seeding on Windows (#162).
- json_unpack(): Allow mixing JSON_STRICT with optional keys (#162, #163).
- Fix int/int32 mismatch (#142).
- Parse subnormal numbers correctly (#202).
- Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284).
- Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set (#212).
- Handle out-of-memory situations gracefully in the hashtable implementation (#298).

Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
---
 meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} (53%)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
similarity index 53%
rename from meta-oe/recipes-extended/jansson/jansson_2.4.bb
rename to meta-oe/recipes-extended/jansson/jansson_2.9.bb
index c235729..455b374 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
 HOMEPAGE = "http://www.digip.org/jansson/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61"
 
 SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113"
-SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41"
+SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
+SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
 
 inherit autotools pkgconfig
 
-- 
2.9.3



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

* Re: [meta-oe][PATCH] jansson: update to 2.9
  2016-10-07  8:51   ` Igor Socec
@ 2016-10-07 15:15     ` Khem Raj
  2016-10-07 15:50       ` Igor Socec
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2016-10-07 15:15 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2605 bytes --]


> On Oct 7, 2016, at 1:51 AM, Igor Socec <igor.socec@pelagicore.com> wrote:
> 
> Improved build, tests and documentation.
> 
> New features: functions and macros (*pack, *foreach, *string*, *alloc*)
> 
> Security fixes: CVE-2013-6401
> 
> Bugfixes:
> - Number parsing and overflows
> - Fix l_isxdigit() macro (#97).
> - Check for NULL key in json_object_get() and json_object_del() (#151).
> - Enhance hashtable seeding on Windows (#162).
> - json_unpack(): Allow mixing JSON_STRICT with optional keys (#162, #163).
> - Fix int/int32 mismatch (#142).
> - Parse subnormal numbers correctly (#202).
> - Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284).
> - Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set (#212).
> - Handle out-of-memory situations gracefully in the hashtable implementation (#298).
> 
> Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
> ---
> meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> rename meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} (53%)
> 
> diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
> similarity index 53%
> rename from meta-oe/recipes-extended/jansson/jansson_2.4.bb
> rename to meta-oe/recipes-extended/jansson/jansson_2.9.bb
> index c235729..455b374 100644
> --- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb
> +++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
> @@ -1,12 +1,12 @@
> SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
> HOMEPAGE = "http://www.digip.org/jansson/"
> LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61”

what changed in license?

> 
> SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
> 
> -SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113"
> -SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41"
> +SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
> +SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
> 
> inherit autotools pkgconfig
> 
> --
> 2.9.3
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-oe][PATCH] jansson: update to 2.9
  2016-10-07 15:15     ` Khem Raj
@ 2016-10-07 15:50       ` Igor Socec
  2016-10-07 16:23         ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Socec @ 2016-10-07 15:50 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Oct 7, 2016 at 5:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
> what changed in license?
>

The copyright date changed from 2012 to 2016, see below:

2.4: https://github.com/akheron/jansson/blob/3279aacdeed2aac96741c02e2ddecbb5ae087ff8/LICENSE

2.9: https://github.com/akheron/jansson/blob/master/LICENSE

Cheers,
-- 
Igor Socec
Software Engineer

PELAGICORE | Experience Change
Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden
Mobile: +46 (0)76 8666477
E-Mail: igor.socec@pelagicore.com

Registered Office Gothenburg Sweden
Registration No. 556780-4199


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

* Re: [meta-oe][PATCH] jansson: update to 2.9
  2016-10-07 15:50       ` Igor Socec
@ 2016-10-07 16:23         ` Khem Raj
  2016-10-08 10:09           ` [meta-oe][PATCH v2] " Igor Socec
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2016-10-07 16:23 UTC (permalink / raw)
  To: OpenEmbedded Devel List

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]


> On Oct 7, 2016, at 8:50 AM, Igor Socec <igor.socec@pelagicore.com> wrote:
> 
> On Fri, Oct 7, 2016 at 5:15 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> what changed in license?
>> 
> 
> The copyright date changed from 2012 to 2016, see below:
> 
> 2.4: https://github.com/akheron/jansson/blob/3279aacdeed2aac96741c02e2ddecbb5ae087ff8/LICENSE
> 
> 2.9: https://github.com/akheron/jansson/blob/master/LICENSE

add this info to commit msg and send a v2

> 
> Cheers,
> --
> Igor Socec
> Software Engineer
> 
> PELAGICORE | Experience Change
> Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden
> Mobile: +46 (0)76 8666477
> E-Mail: igor.socec@pelagicore.com
> 
> Registered Office Gothenburg Sweden
> Registration No. 556780-4199
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* [meta-oe][PATCH v2] jansson: update to 2.9
  2016-10-07 16:23         ` Khem Raj
@ 2016-10-08 10:09           ` Igor Socec
  0 siblings, 0 replies; 7+ messages in thread
From: Igor Socec @ 2016-10-08 10:09 UTC (permalink / raw)
  To: openembedded-devel

Improved build, tests and documentation.

New features: functions and macros (*pack, *foreach, *string*, *alloc*)

Security fixes: CVE-2013-6401

Bugfixes:
- Number parsing and overflows
- Fix l_isxdigit() macro (#97).
- Check for NULL key in json_object_get() and json_object_del() (#151).
- Enhance hashtable seeding on Windows (#162).
- json_unpack(): Allow mixing JSON_STRICT with optional keys (#162, #163).
- Fix int/int32 mismatch (#142).
- Parse subnormal numbers correctly (#202).
- Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284).
- Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set (#212).
- Handle out-of-memory situations gracefully in the hashtable implementation (#298).

The copyright date in the LICENSE file was updated for 2016.

Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
---
 meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/jansson/{jansson_2.4.bb => jansson_2.9.bb} (53%)

diff --git a/meta-oe/recipes-extended/jansson/jansson_2.4.bb b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
similarity index 53%
rename from meta-oe/recipes-extended/jansson/jansson_2.4.bb
rename to meta-oe/recipes-extended/jansson/jansson_2.9.bb
index c235729..455b374 100644
--- a/meta-oe/recipes-extended/jansson/jansson_2.4.bb
+++ b/meta-oe/recipes-extended/jansson/jansson_2.9.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
 HOMEPAGE = "http://www.digip.org/jansson/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6946b728e700de875e60ebb453cc3a20"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8b70213ec164c7bd876ec2120ba52f61"
 
 SRC_URI = "http://www.digip.org/jansson/releases/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c4629b89bf0432f3158c461e88fe0113"
-SRC_URI[sha256sum] = "1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41"
+SRC_URI[md5sum] = "84abaefee9502b2f2ff394d758f160c7"
+SRC_URI[sha256sum] = "0ad0d074ca049a36637e7abef755d40849ad73e926b93914ce294927b97bd2a5"
 
 inherit autotools pkgconfig
 
-- 
2.9.3



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

end of thread, other threads:[~2016-10-08 10:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06 16:45 [meta-oe][PATCH] jansson: update to 2.9 Igor Socec
2016-10-06 17:32 ` Khem Raj
2016-10-07  8:51   ` Igor Socec
2016-10-07 15:15     ` Khem Raj
2016-10-07 15:50       ` Igor Socec
2016-10-07 16:23         ` Khem Raj
2016-10-08 10:09           ` [meta-oe][PATCH v2] " Igor Socec

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.