libjansson4-32bit-2.14-150000.3.5.1<>,,e9mp9|$3@1 RۡѶuxsUrb47>a%`(fQ/arD 9c0[wbbJ{yж mY) H$״a X"5ۤ#i?jRc3@mۖR#B?yK=?,Hq$z,&7dYM.FdˌMYZ~gE&OHJ̼JG[f`̈́ NZďw;lȕ|T:}Υ׷yle3*QW">>?d & bdhtx  $, 0 4 < ~ @ p g (8 9 :r >GHIXY\]^bcdVe[f^l`utv|wxy DHNClibjansson4-32bit2.14150000.3.5.1C library for encoding, decoding and manipulating JSON dataJansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suitee9mh04-ch1cXSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://digip.org/jansson/linuxx86_64/sbin/ldconfigXe9me9m87b503a6f3509104d77445011a321d860ff3d22c25d8f8cb910ded2b0fbddcd2libjansson.so.4.14.0rootrootrootrootlibjansson-2.14-150000.3.5.1.src.rpmlibjansson.so.4libjansson.so.4(libjansson.so.4)libjansson4-32bitlibjansson4-32bit(x86-32)@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cXTZ@TS˯@POPO'N^Npstivanin@suse.comcoolo@suse.comefimovov@gmail.comhrvoje.senjan@gmail.comjengelh@inai.desbrabec@suse.czjengelh@inai.dejengelh@medozas.dejengelh@medozas.defcastelli@suse.com- Update to 2.14 (boo#1201817): * New Features: + Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the corresponding `nocheck` functions. + Add jansson_version_str() and jansson_version_cmp() for runtime version checking + Add json_object_update_new(), json_object_update_existing_new() and json_object_update_missing_new() functions + Add json_object_update_recursive() + Add `json_pack()` format specifiers s*, o* and O* for values that can be omitted if null (#339). + Add `json_error_code()` to retrieve numeric error codes (#365, #380, #381). + Enable thread safety for `json_dump()` on all systems. Enable thread safe `json_decref()` and `json_incref()` for modern compilers (#389). + Add `json_sprintf()` and `json_vsprintf()` (#393). * Fixes: + Handle `sprintf` corner cases. + Add infinite loop check in json_deep_copy() + Enhance JANSSON_ATTRS macro to support earlier C standard(C89) + Update version detection for sphinx-build + 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). + Fix incorrect report of success from `json_dump_file()` when an error is returned by `fclose()` (#359). + Make json_equal() const-correct (#344). + Fix incomplete stealing of references by `json_pack()` (#374) - Use GitHub as source URLs: Release hasn't been uploaded to digip.org. - Add check section.- update to new upstream release 2.9 * New features: Add json_auto_t to automatically decref a value that goes out of scope. Available only on GCC and Clang. (#301) * Small documentation fixes. - changelog from 2.8 * New features: - Always preserve insertion order of object items. json_object_iter() and friends, json_object_foreach() and json_dumps() and friends now always work in the insertion order of object items (#293). - Add json_object_foreach_safe() macro that allows json_object_del() calls during iteration (#230). - Add json_get_alloc_funcs() to allow reading the allocation functions set by json_set_alloc_funcs() (#262, #264). - Add json_pack() format specifiers s?, o? and O? for values that can be null (#261, #270). * Bug fixes: - 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. - Fix a use-after-free in json_pack() error handling. - Fix subnormal number parsing on mingw32. - Handle out-of-memory situations gracefully in the hashtable implementation- Update to new upstream release 2.7 * The json_pack et al functions recognize the specifiers "s%", "+%" and "+#" * Add length-aware string constructors "json_stringn()" and "json_stringn_nocheck()", length-aware string mutators "json_string_setn()" and "json_string_setn_nocheck()", and a function for getting string's length "json_string_length()" * Support ""\u0000"" escapes in the decoder. The support can be enabled by using the ""JSON_ALLOW_NUL"" decoding flag * Add "json_boolean_value()" as an alias for "json_is_true()" * Add JSON_REAL_PRECISION encoding flag/macro for controlling real number precision * Define the maximum indentation as JSON_MAX_INDENT. * Fix cases when some malformed ""\uNNNN"" escapes could crash the decoder with an assertion failure * Avoid integer overflows with very long strings in UTF-8 decoder and hashtable * Check for *NULL* key in "json_object_get()" and "json_object_del()" * "json_unpack()": Allow mixing JSON_STRICT with optional keys. * Fix int/int32 mismatch * Parse subnormal numbers correctly- Add baselibs.conf- Update to new upstream release 2.6 * Fixed CVE-2013-6401: avoid bad performance in large JSON objects * The json_pack et al functions recognize the specifiers "s#", "+" and "+#" * Add the "JSON_DECODE_INT_AS_REAL" flag * Add "json_array_foreach()" function * Add the "json_boolean()" macro that returns the JSON true or false value based on its argument * Add "json_load_callback()" that calls a callback function repeatedly to read the JSON input. * Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of '/' with '\/'. - Drop defunct gpg-offline and use local source_validator instead- Verify GPG signature.- Update to new upstream release 2.3.1 * Add support for optional object keys with the "{s?o}" syntax in json_unpack and the like * Add json_object_update_existing() and json_object_update_missing() for updating only existing keys or only adding missing keys to an object. * Add json_object_foreach() for more convenient iteration over objects. * When decoding JSON, write the number of bytes that were read from input to "error.position" also on success. This is handy with JSON_DISABLE_EOF_CHECK. * Add support for decoding any JSON value, not just arrays or objects. The support is enabled with the new "JSON_DECODE_ANY" flag. * Avoid problems with object's serial number growing too big. * Remove "+" and leading zeros from exponents in the encoder. * Decoding functions now return NULL if the first argument is NULL.- Provide pkgconfig symbols- Remove redundant tags/sections (cf. specfile guidelines) - Centralize the shlib package name- Create initial package (v2.2.1)/bin/sh2.14-150000.3.5.12.14-150000.3.5.1libjansson.so.4libjansson.so.4.14.0/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30918/SUSE_SLE-15_Update/a1ced0fb55d576ce4a58a9c69fe0f3f6-libjansson.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f9caa042022f5e78c63b07448659c15244eb05d0, stripped PPRRRRRRRutf-8d53aed83710bf9fc073e1acef5bc8bca90bd4e4bf45fa6e26407c702a28cfe5c? 7zXZ !t// ]"k%+YF5c@.؀ൌBaR+=EAX/?/ۥ"&8./+n}Ɣ(9ՄB1qKd7ưI"xzXG%b,u]GgKBRHWZ|H4ȷk?@xBg RdߒgU  |I050GFQgN}ЌxX}MwCo/<79}gʓ,TɫCM0=reT#z#$Ppo +/ScF&Ъ()twϽz9_=֪R$\Y@PiKLmC j3q E3Yr>L?\4T0b:v _(Yټ r*Q/:unJ^6QǠ64v:xrnf&Zs +xI0)FYr}]ӳo[HYc)Xg-4h0:gHd[<6 (4X0oncQc# {Jl  hڊ|P^OD]1ۇF}*{u}W?PI7CIaPrzbɗ2!!1Wb YJ4V_<߂8 ɿf@cG]}X#DR8wvgIowxʨEU"zWȀ-''ZBxXCقqFM!24i|"We@Qt]e "\v֎5SJI_ӑ4dz`| =H ,s:l,Q$œ z: ,H9UJ/_~7L{vS,`X`Pì'Gd"Y+0g e w* H.܍#3fʯ؁MMwzAb] R^ OnYj:UjXq+ΕĘAA zN)"Ǐr4?H̍ sSU:wGj1x{}k@ŖǗ I[ E,~B& bv#=nj$/sO1)i5g_x%r4ͺ$d2e*W6­Xc x@7׺ҥeX ِcr ɯrf_ɶz QPqFRIps/2]ξ j{^1jz ҵ$l"sh ܧD;NtAW.B|zZRAsNg>ZTJZz3B$l6(7k5$k KP E "Bl`w_oA(;̽q v/+m܇@HKGILc4ôUɟ_sK3\ }be A¹$rfJD]Ǧ(Ns`G^#ϳ61 "2r]4 ܎,Q$Xu[W%{TJ̇$y1(k^"{1'<Ɖo;zQ䀫RvF3E!>IwحmsZV!踮һ,aR2'$5 ˴8mw0 YZ