libyajl-devel-2.1.0-150000.4.6.1 >  A dp9|r?o8gW[;yF>|Hi;wr<.񉡷'd8Z %[I/kj `Z6m!p(֖SyfEGp^AA5 E@*gl?+{*Ʈ.@;~Y4W"BAMң(j|x:(m%8EYOŝVK= yu|φf(ӪTI pU8c K#D톜8#KO!D"Xͯ¸?(k/Fہe yU.T0WT}yŽ# }\>p>?d # V$(04Mnr      ,  X  c  |   < h4(W8` 9 :5 FhG| H I XY\ ]D ^b:cd]ebfelgu| vw x y<zDTX^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.dsheep59vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxx86_64 &]k LA큤A큤dS)#S)#S)#S)#dddS)#S)#df0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-150000.4.6.1.src.rpmlibyajl-devellibyajl-devel(x86-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@Z2@U<@TZ@O%4Ns:@NJ[NEM{@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}sheep59 1688974213 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_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR%4h?*: utf-8e412ef3b71fea01da7fc9b92e2cff073651c37a299256ffc9b5642a75058fa40? 7zXZ !t/}["^] crt:bLL gx b$^]Jp63,tZnȇkN "nOOm! Jh18JA53ORJ2^l 6E7З\q9  8^fJҘAHu53./0a|A6O:u݃V |rA6VٟFa,.ʷۨdvH.Ϥ!llѷr?? n!7_ON4)|-]p+}+tp,UMu Dsi* h9mo3dIB1_>)Sϣs"GHL7GzkGCM6K02؞rF>\ڋX,-'vXxwH X㠷0%4:W[:c ^h>`ԧ(?NVYLR/&WǨ&#!)GVWNT2י!L??{e~DH-?x(Z!s-+%27uT2`)ZA2L/Qe&HOn9#ψ`xS`NðkldqaXQIO >ޢ[EA8q Bp7|:CogNnzUx_ުA]Ns`N&nXD17NÌǒD33bg+]Hӟ,wسV9?8P`SdobcrXkn;GQ!`Yv=9x3VnG;5B~8r+fr);p8<%W0̟|M{(\$#T;ՀQUH]C:[7!y%BDG܎FR&eNQ\&hZ>fRτBvϽ1;εye=%l;NfN;&L=Nj4?{aXDzo tɇ8mpSqskhcG'?auvdqmê k9Ǯ{uX5>{B p,9JL~zXë9, }A<CQs-RKL/s665e~{4sXXuP2 R{a^Ԗ"W 8Qc65J{2lǮi(+m%qDhO֮%N O"Q"bY4v#/[}%OI/ρTA]$9BԽĎ7q(NxLM<" 9z?5̂#e5U/Njy&_':NE,np])}bԴ27bt8蚔5Bx#Ru,ܜI0sBAF`}Jb.<AphbGDM*ip]=x0ӾMʧ&U!*_VW7,"s`? m?e a %?!ɩ*% /&%7o43n75cXfĎi_ l8`'{(C_;@ E~>`)~$_=@ndEdWdL~ϝqԛ\zJEh#~!t>!'ihل^(4̙"3`ýRF|H~Yx7S+n2TKW ߌ/9'hHK>/Tf:Au:{-lfe8N-D0;?tb&k4VeOO.¯N~|XXܖ-Ta:,ka2E ]1p]E(AXvFwH:lb vus3|Hf}!HXEFx$or!Ŵ1B[ӍoGWSw]#~ EߚwN/F!% 9JiZa-a r㭥9Ce+Pl\?'z߈'HӓQٯgy$M_Q:By3OA/#%j/äky`<"E#eDCIn_ <'T5 !u5[2fd p{KfWϻJy,:z'07QE0S gtJaZ7~f@w)5AD`od[ a1EEh".Ss} HNڥ5Ŷgn-.@>=2ܢVGzIàg)#u+8c !(kDlo6S,F \FQF40v]2Ye0 8\4M$x}ߪZ\÷yfIͅ nVц=wQKU6%srK Sx_Rٔ BzIiGW5]"W=F57TWsȆ|jW5OX}D~ʿ_\W$D{,-R ATOioEvHԑKh] ҈uĔ~6moII4FCkL#*&?h>$-6;T NT pDv{D[ %R9HB&xp .* $s=6`EƉtq ,{4,ڏuwjt̍+*Q;hKbv's"كU=`lasݘ|^QN͡1W "B^ihI*ly͖/wJ(|Mg&UaMK]Mtt}vcm%v%@>Hk.0S&PѐGGyr[4Ga2*곔saQUV(/=ߠןT*i뛝Slh qk=\X[1&W{籀ME'[zL>dC^TU AJINoHdPc0"?Dp1L&*qV ޏ6E֊;Nߙ&IhgnKQ,?Av!Įhm懡5r[e!`~{ Xa?f+WgVe 7Y(3C5Z?j}*L+@騕l[z гEwoW  ^7d:]xHF|-lXEf* NqP&P;͉[9&ӞY6LE bgDޔ!N1R8vi ;$v0X1Y?ӕ+%!%]z;+Hn`ȴF K?V$W v8sG5T7`-u2 t׀If=3;p%[X<]ˮyESP`DuV j|RT,Y^6rU] d{G5^cD {ID ?&]t .T=Q1.|lO!v![MKQܠP1Bb,q5j(Uȼ!f|0R;{ٌ)SD_3Bg sɕf&'ќGX&\w&߽a5 NAs~aڷDd` *9t5rm& D+Kκ WSy:KLw&צ@N`-zы?0.?(a*Px0۲oA8K ՘#NMDBkh4\7UbFJ# .9M/dfC-Չ_Hmu?[m|cD~.H^k#F'L Vl^хO/׀-K?LIN`01 :yǑ2owvVO ?[U<}OPe D>AieE^)O%[8`֙^i/Vέ^&U.8d9sZ}ц3Azu kv!=]&\e"K̙W= C;p!Q>4L`F @']:qʵŖe obvpK ױ 䎜Ա0@Zo)qUC~"d"R.;I G qumVj,[K SaR 1XupACCDpBʁSkMaO5H;<7-:ST_&'# 6[Lwyn~$+=Nb*Yތj:@uA#ک T{AJʺN Gz& L^[3G~ )G_SV*KW)(*ʗVRJD)҉c8* y;[n )g~cڂ_Xuof8!-g~p$: Κ ɱ= #X:a+(dH}j"Q+h)yƓۈkrOoگ|PeF∕dN q)nc{ P0,6ӎm=^8Rr8$z|Uow(t8?9%iMD|4~7@_'ZR)}5ˑ2!ނOjFb~Be0ԑzJ ~3 1G@m'a0ZS4e׊0)mӉ7\ٻMKlW 04` lY-8u﫬Ӱr .T44yL 8ly"J6sg.li͆o}NECqYpZqd/,U_x+Ex\cNa(U8gB 9-8mE"FTŒC|y7hXѻڍ'$I'y+"dK^N{mX(|2 y1bf6U>t2_@/Mj٢}>sdDi) u|w`WCta㮰%1Yiז)W24J ?LL| 2+Hf z۴s5 oVRsw $`WWG -KTBkX3T;8V晥s~|CvV*^vP)(gq­4Ɇ0B4ŲQnSȮH1)dT"-%0d3+ 1YJCK( >3\ͳ9ju/ZDl!ISh^i;G'  2پ<](wrQʸb4si<J9Sm^U@ۆ8gq$ L+㶱&{U{)]Mx[ZY{+5DIt U C~qU(S  18X'?Wժ,  jsFNEc's ´ luSjL{(Uw0eYc9>)5j#ݟ.0B]J?z kd :^xB%Hb|a"h>pBzbRx_ <:(#zKߺB;f"MyS}ʱ"1H3{SkBbrBc@f&}.:X>v$VsP:{ y KOkKP`cs &A=8w\oP}~נNFWes^z\=rBؒii~C}:h?ucM gh>u3om?e4lo) +7(9u_s$g,`Eu"ζ YZ