Accepting request 669067 from devel:libraries:c_c++

- update to new upstream release 2.12
  * Bug fixes:
    - Fix error message in `json_pack()` for NULL object (#409).
    - Avoid invalid memory read in `json_pack()` (#421).
    - Call va_end after va_copy in `json_vsprintf()` (#427).
    - Improve handling of formats with '?' and '*' in `json_pack()`
      (#438).
    - Remove inappropriate `jsonp_free()` which caused
      segmentation fault in error handling (#444).

OBS-URL: https://build.opensuse.org/request/show/669067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2019-02-04 20:10:38 +00:00 committed by Git OBS Bridge
commit b48ee05baf
6 changed files with 35 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:783132e2fc970feefc2fa54199ef65ee020bd8e0e991a78ea44b8586353a0947
size 399179

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEtdaVPm1QWe162g8v02V9JNBYQ0wFAlqAiy4ACgkQ02V9JNBY
Q0w08A/+K1aY8tfuRU52GZzieeab0nrhyanPWj0pc0Ye6XBVgn/7j+1/ycK9Tbs1
psc1kAFwk1aD3SEGbYqSkZYtdDATgOywLj3Vj8ahibU33Z9RRC5rurEZQcFukA+e
bIuHdLXfOR63Q2imjiJKtRlwe261dIaQZEHZiQAzOAm81KUxZrUbsdcbPNPlx0Mf
R3DzRw1wOvFMGLxREvWXmW7bQGRZdsDBKRSPZ9+g+4Mhdy2FU79XWrxNfgWb7C+2
JJUTu8YynTEvAaetE59dabQVGMTMSleZibmStfTW0lPFQd0IJze/1wAMGdGbeIoN
/5CyXzTZ0wTN4fOiF8dsNnXGHgHRIAg/r1chdIL6EsoOo/medoutZOQHe1di2gtI
5xxw5fQwXP0zpyCVfSR4s9B5mBAFPjYzfGYmaf0hMdlHkhfz7IHIOHJN+oHxDGH6
fmd1CJh7aJaV2kBG+dfD74aq/k57Kncf5L7wjdz1SEX5loJg0OU+5+Z+afw7u6aR
zLGlc4h1UNwrTM/IF5aqe0pPXClbKUuo3D6WNLOu+95B6rma95SeARe24mGG4Eu7
a8A63dzT+2rSF1gGq1O6DypyvspP5ZdITja4M00XBSO/mwH7ewET/hiLPpyFzLTO
fSNtec27UcU97KGhSGCsobLDGUWV80Vhqgau9qNv/94NLQ+nsRY=
=CD0i
-----END PGP SIGNATURE-----

3
jansson-2.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2
size 404669

16
jansson-2.12.tar.bz2.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEtdaVPm1QWe162g8v02V9JNBYQ0wFAlv7qtgACgkQ02V9JNBY
Q0xYTxAAp5R3Y5AeHcUMLqRX/zsrSpsD6V9w9mLcJzwv98jOs/Dh/SzxJxDqL/Oy
xIddLWIoeWVaeLlYBa67K8grZJvyiyIVe6ixj0z+IX80/3LzNi3XmaudWkSr4/2u
CdpzP6+OJMD68ulPN0tgLH58EmFpZpsivD/UBquF0zOw9/Kapk5UTb5LH02JpU0c
PBZ+rGy7I9AnnsIs2G+6pgffl9z+dIVIJjUHmMROWO0d6mWrj2bd8rThflU8MOyO
tIw+OY6thL17S8aMkqqYluBFwhTRk4ooNT+gNuFxNUKuk+eLhB4dLg2ej3Le1XtS
PdYWNGB6sdkMDf4hwOCtY1WqCsgUyAIGnYqhz3er09JW+zDWY8b/DTX0xbq4hgfn
PPodV5SGyQx0080CLh2LJ8oGS30y/dA1hTiO4JNj6JHpHjM685TPO7B364fqz/Mx
QYWsaGflr8m9hsT9Le/e24eLM9SyPdTpi57yv6KZt3HLliCp1vpF9Ym5Aq4nVsDZ
aOb870jiSjWLyJQiiWh/HOH+HeGBqwQsBswQXF8v2ojnWDTMCbvf0yudTPPbYqcw
qu4b/WwJs1+l+XImgQxPmimYlZ3YJG2wr/FLRvlalSvSUmjGzteLQgdKV8LI4SIB
EPWZmJ34t0gZCNYl9CNQlIzXHAw9hWP5EfVkYrPXDf0HYNzoT1A=
=CJ5l
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 24 07:55:39 UTC 2019 - info@paolostivanin.com
- update to new upstream release 2.12
* Bug fixes:
- Fix error message in `json_pack()` for NULL object (#409).
- Avoid invalid memory read in `json_pack()` (#421).
- Call va_end after va_copy in `json_vsprintf()` (#427).
- Improve handling of formats with '?' and '*' in `json_pack()`
(#438).
- Remove inappropriate `jsonp_free()` which caused
segmentation fault in error handling (#444).
-------------------------------------------------------------------
Fri Nov 9 17:35:19 UTC 2018 - kstreitova@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libjansson
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -21,7 +21,7 @@ Name: libjansson
Summary: C library for encoding, decoding and manipulating JSON data
License: MIT
Group: Development/Libraries/C and C++
Version: 2.11
Version: 2.12
Release: 0
Url: http://digip.org/jansson/