����libyajl-devel-2.1.0-150000.4.6.1���<>,���#�d��9p���9�|�i��8�x�Kv�P�"J��~Z� HM��5/8xo���8-�so���d��U����W<\���ϣ�+�{3��y�.����������9��W��Κ'�o�V���ӿlh��� �~|���-h��սW��0�̒�ޚ��1�t��/+Q��ه�����^1NIvy[烃�ka����1)�� �������>�?�d���� #� V�$�(�4�8�Q�r�v� ��������     0  \  g  � � � @ l��<(_8h 9� := FpG� H� I� X�Y�\ ]L ^�bBc�deejfmlou� v�w� x y@zH�X�\�b��Clibyajl-devel2.1.0150000.4.6.1Yet Another JSON Library (Development Environment)YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. This package provides the necessary environment for compiling and linking against libyajl.d��9s390zp32v�SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxs390x �&]k �L�A큤����������A큤����d��8S)#�S)#�S)#�S)#�d��7d��8d��9S)#�S)#�d��7f0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-150000.4.6.1.src.rpm����������������������������������������libyajl-devellibyajl-devel(s390-64)pkgconfig(yajl)@    /usr/bin/pkg-configlibyajl2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.03.0.4-14.6.0-14.0-15.2-14.14.1d��@b~H@Z�2@U<�@TZ@O%4�Ns:@NJ[�NE�M�{@jfehlig@suse.comjtomasiak@suse.comkukuk@suse.dempluskal@suse.comku.b@gmx.dejengelh@medozas.dejengelh@medozas.demrueckert@suse.demrueckert@suse.dejfehlig@novell.com- add libyajl-CVE-2023-33460.patch (CVE-2023-33460, bsc#1212928)- add libyajl-CVE-2022-24795.patch (CVE-2022-24795, bsc#1198405)- Use %license instead of %doc [bsc#1082318] - Move other docu to -devel package where it better fits- Use correct url for download - Add dependency on doxygen for doc generation - Cleanup spec file with spec-clener- update to 2.1.0 - 2.1.0 - @nonodename, @patperry - fixed some compiler warnings - @yep, @emaste - documentation improvements - @sgravrock - build fix for NetBSD (and whenever sh != bash) - @rotty, @brimstone3, @lloyd - allow client to reset generator - @sgravrock - remove bash dependencies - @lloyd - add api tests - @rflynn - remove ruby dependency - @cloderic - nmake install works on windows - @shahbag - build fix for qnx - @breese - debugging improvements - @lloyd - json_verify supports -s flag for stream processing - @lloyd - json_reformat supports -s flag for stream processing - 2.0.4 - @jcekstrom - additional checking in integer parsing - @jcekstrom - fix a bug in yajl_tree that would cause valid json integersto fail to parse - @plaguemorin - fix a memory leak in yajl_tree (error strings were being leaked) - @7AC - reset errno - @ConradIrwin - include flags to reformatter to allow toggling of escape solidus option - 2.0.3 - John Stamp generation of a pkgconfig file at build time. - @robzuber bugfix in yajl_tree_get() - @lloyd - fix for compilation on 64 bit windows - 2.0.2 - lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE, contributed by Artem S Vybornov. - lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper usage from many populer C++ compilers. - fix array access- Remove redundant tags/sections per specfile guideline suggestions- Add libyajl-devel to baselibs- bump baselibs.conf- update to 2.0.1 - lth generator flag to allow client to specify they want escaped solidi '/'. issue #28 - lth crash fix when yajl_parse() is never called. issue #27 - additional changes from 2.0.0 - lth YAJL is now ISC licensed: http://en.wikipedia.org/wiki/ISC_license - lth 20-35% (osx and linux respectively) parsing performance improvement attained by tweaking string scanning (idea: @michaelrhanson). - Florian Forster & lth - yajl_tree interface introduced as a higher level interface to the parser (eats JSON, poops a memory representation) - lth require a C99 compiler - lth integers are now represented with long long (64bit+) on all platforms. - lth size_t now used throughout to represent buffer lengths, so you can safely manage buffers greater than 4GB. - gno semantic improvements to yajl's API regarding partial value parsing and trailing garbage - lth new configuration mechanism for yajl, see yajl_config() and yajl_gen_config() - gno more allocation checking in more places - gno remove usage of strtol, replace with custom implementation that cares not about your locale. - lth yajl_parse_complete renamed to yajl_complete_parse. - lth add a switch to validate utf8 strings as they are generated. - lth tests are a lot quieter in their output. - lth addition of a little in tree performance benchmark, `perftest` in perf/perftest.c - additional changes from 1.0.12 - Conrad Irwin - Parse null bytes correctly - Mirek Rusin - fix LLVM warnings - gno - Don't generate numbers for keys. closes #13 - lth - various win32 fixes, including build documentation improvements - John Stamp - Don't export private symbols. - John Stamp - Install yajl_version.h, not the template. - John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared. - lth 0 fix paths embedded in dylib upon installation on osx. closes #11 - refreshed optflags patch- Add man pages for json_{reformat,verify}s390zp32 1688974393 �2.1.0-150000.4.6.12.1.0-150000.4.6.12.1.0yajlyajl_common.hyajl_gen.hyajl_parse.hyajl_tree.hyajl_version.hlibyajl.solibyajl-develREADMETODOyajl.pc/usr/include//usr/include/yajl//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libyajl-devel//usr/share/pkgconfig/-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:29754/SUSE_SLE-15_Update/76c7d5b3f56a8b6a16c396980d9b9ed2-libyajl.SUSE_SLE-15_Updatedrpmxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR�dpu�z}���r�`Y�utf-89681cc36483a42e8344916d1322d0199e5e4871a5b701a7c8b938fe6dcd84e1b?��� �7zXZ �� �!t/���]"�k�%n��d�g��i��W�G͝g���uv�_Y�n�|xo�;���l��A��P&nJ��g��33��C���X&_�������I�c����v��ktF}�h��,z���*3�ӫ��}W���R ��;42�,�[��0�S�#ߌ�ww�݊������/d#1s�@���8y>`��:�Ғ��O�vܝ/a���;*,)�_E�|�J%��A��b��6�����z�k�6^k�w��<�M]X �&�q�o>��'Z�k$����?��;1���y�L��S)�f5��&��%�`j~F��pBE��f�}��I��������!�^�i�%�Q^�#�� j�꿿��z��y�9���_`y�X������"��B[�49�Cb)���g�t⥺ �(s�L(F����5����$`�(�֟sČW qd�;"G�y�7�ۨ_&��Եܯ} �D�>�I�G�I�94�ٓ�����5�d�6+�ZӼ�I��G��Ky�~x���z�R׌����[�'$�H��;��ib��-���P�� ����"=H����x�~>��_Dz�2d�D[��D8��z��q�Z%�v1~]W�ױ��wQP"�ze!LdQ��~ڭ�i}�nJ������B����g�8ˋ����ɟ���$tsJ@�/~e�RkСn���� en��[�"Y�x߾*r���Ǧ"p7Bc_�sՒ'��EV�_?&ۧB��k\�D��2�d ���sъ>��_Or��q^R-u����0 �S���t�����{�x �<|���L�#!��s�N�1'�1,&;Y�W��.f#,�u��r��������2�cU��o�/�/�@�q�1[`QF"�s�.e��݇�$���ncR#����u���y���Y�_��i͗�/9�w���u��\le�� ��ӊ��NLnp,� �u@�@������Ƃ#��,������)G����?��-����� ���M�f��i�b����!�rU�����W���K p�7V�8����H� �0��\���ɉ��������,�"�T����)�~ն�� YZ