libyajl-devel-2.1.0-150000.4.3.1 >  A b p9|tu.*9&"<%6TYSWԄVaTIJxjs_zs*{D攆ʾk[ ͓(ΜLPؠ%OD9H27093c2797e120f6f50cb5070dc43768cb20c615851b9c927621596e6f6cf1d2999172fa826b41cb1e464e4ee52bad7de304d215eApb p9|WY:^PAhA; kB,,-AV/FF|X"8Xt>Fl>xJy|//'/Cɛ7\ b7׉LbyVg(bySѼ%&Mdk;9[CKEGxXv'nU ͪ:G.".^5IѭT$UI6& 5!(xHdԠdێrT|OИ WjXsD`0FD }\>p>?d # V$(48Qrv      0  \  g     @ l<(_8h 9 :? FG H I XY\0 ]\ ^bRcduezf}lu vw x$ yPzXhlrClibyajl-devel2.1.0150000.4.3.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.b s390zp34vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxs390x &]k LA큤A큤b S)#S)#S)#S)#b b b S)#S)#b f0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-150000.4.3.1.src.rpmlibyajl-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.1b~H@Z2@U<@TZ@O%4Ns:@NJ[NEM{@M@jtomasiak@suse.comkukuk@suse.dempluskal@suse.comku.b@gmx.dejengelh@medozas.dejengelh@medozas.demrueckert@suse.demrueckert@suse.dejfehlig@novell.comjfehlig@novell.com- 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}- Add filters to rpmlintrc - spec file: Document githash usage in tarbal names390zp34 1660291768 2.1.0-150000.4.3.12.1.0-150000.4.3.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:25502/SUSE_SLE-15_Update/e574ad6368790d243aed975835c3a865-libyajl.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR7AL1utf-8de644de5581a9e6eed8b6272709ffd367fded954e6c41c7768ced711bd9244e7? 7zXZ !t/}["]] crt:bLL Gf7WEX7؁55-21Rc|Wu$HI9VFzO-A< f,h6x|QMZ@7Ӛ J]2 ՌT~,7 ]E; ݂-pg Z()+~Z6ᓝlxhz,78^-r]]/Fzv%ZB .v/ a6 eF3gO1,4ӥDƪ*њbSZndQ6!!i97Rc\X{Bjyu{/'?|w:,0V3|ʮ'wIKݣ\ӿj?`NL\[SLI&1H_~/`E.Q<)sBhFiRo0goWRRRKg&:Tuuzg=n&s^ݺp_㽁>C& ԟꭳKł-wZGԙ ƨB |Uzۊ鸺@ihȂkoY6z"CхHy|9e#? 01Zs GaG]>מXk@' Ihg o0/]nAHl{;t FA;XRͳ'"tQ&$N(j=<܇T8c{b*? CP9p \PPۗ'eyV{VU6a%81)Ё 3×3Kyze.5o(VNgdX(^b%nY_OET }'^f?9[ƿM ҼQs 6$vO~]*z=IJ[/[Gvo V}{H:uv(9Jp<92UJ,dAi.rm Hj\U1:\/'TiF:'B~mmRv .&ti YcV8QD! '>g?digYg12r{O_2rvVTI98aJj}%% :xGmSԠ"7xa4bG\Қ ]@LAM~XqO?׼uAnCb1oU9R3 1@VȯZqcA}zI;ZPKUۮJFɅ|ayhCc;WˤD=%-8ϸ(QsosVlRGe7 5֠""}4!KFwRxܢ (^af],(b O~wSrĎ-WGA \3t -+9 [$qgf' ȷ]}\*<Ú<)YvfCwD@n2oaY;ezjhD/O }˄"QU.;ϝƒ&IC[hYbr"0l &wx_m#s %R/ud=lGH * +T)uZXsa~/ΡJZwVoEz|^Bi i FG,ͼ4;fnj\FuR&Uw8sXގ$)S_tu)ىwB[$xHƘEԆ5T;@jexDoi:gvdح\m6v!N<кeg}J&ejI^mn0jNM[sճ$my5>7[8*0>"̵ )IώWaOK5,(^nmyE"ᑈ&A(HwPV{j*C"˾aX `)eUH'@xtJ?3hIR|opii 9y4h/X9ⰇB.>RtXrR?<ȴgu.9 4C Wvr)t# 47 "[8LӲVaw\@g0tVYd#L5^ϓ:_3VîƹY l[)]+c>ˠ`}fAU(JO1D==R*X%vQ'8wNBFFB$Wj-5[fI B#Y @YDG[CHP6ܩG?]noEX/7Aq~P\3tI!%Qo"U{*}9S/S,T+Yy=ubl-)~hǏ`(tb2;O1=FbKѻ[܄+Jh'O>ZViZ GBJUN27`д Lq2_2[`aj=:k;zFqӄΨZPEqdhhZr>(ji=I *K15@|{KSL+ke ;4j3 LR:{#˶ی@6«Re6Ȼϑjߒh ɛlX 8pcU>)5oV; i;8~[8&c Ö +(fCc>J+>Y bVr^AfjmCL'"+f%YMynYt]۽Et15IP-|bR9= G%wB;sNn72.,I 0tu|:9 |:HP~B$w+>#bb&^ yKe9.0@3 RbuoB!\o6wTc 0g iz*F4n. sjzgĜ,AS2H (|ͩ.xqz>D; bJAަ/J;sžl]Ml\].Gɰ1Ӣe螊=~<[ 9yo~A#wB ;e '%&1w Ec5XMO9')FSw fIh|#ĴK yKY*T@%$T,yv~nE<J0OߴyoOܹ_4+܅M6x usSIi50]+,eވB=ۦ$J3#Be=iob(i%"JyXP-֪3s|X)ORW|OisU >^~o3n0Z?OH.e7*I` 6qCϿO@fWeG)A9 &[u}2+HAQl8b3^܎l7 ʼ:g+Wk)?$/&=cƳgt;gv*I RGS~%ewxuo^\Z6+2Y R;!j>#~= xSĚϖ'*4 M}z-̑q?!UPRuy]k9!S1E>C Nd{*0nI$+K)ˤeRI=M<nPrycSXcUσ+dN%=CJip荍&VxPA:;ͣ[˒i>;Dq}p4S=Dդ@3a :WT9 }ԩD<#O>-uUj|hw8!x9WFm6/ACdy9Fh`Uac>b^FNV""Tԑ[=D6[RJ'd6֊,`M6Dn72#*hpepUF`ޒퟥ!!4ȋ?ι7&/-V^qW" Yjj|"qt $w57vw`J*êAoX6/^{+^URS?TD-Z l6CwW 8Y0q8fx&2z^5U##IӠB fʹ:$6fZ›WU G% Y'O((7pLQ"8aR*8R]VqjnM^, Y ̱J k۪ZUUˤKHI[O\9E3ӺxۛY4jש|nLgVMT(y w,z?B$ìqKm<ˤK!?٠Wr]'_3L}67FAv4)T\~mEK fԠ (=WQ.9bvs){%TBvIS|n/HZ܈Qei&~pVɱ$%v+\ԺMoRrd1D"f3xpPz~FK3r8N\KvݚQ̭0΅6f8%N (IPR⋛U_/tm40v"/.ʧT!>;:{:U|o>\ƉƸ4nzvD04@Jp[4^ow{_`>k$Y5տ;l\ib!kBvI#"S/lǐuG ́T}Ǚ*WH9؃) f\z`F-=Em Ìs>)HLDu_r;5=NiIKvбV9ƐZE DviT6{Qp]  MP:bbWDV: N.J:uڹO)7dX8aBR*WvE juq_hn: I#<5ˆPf2_Orc:;*Ixm[-}A^JDE!I#:p=50GFDdT"yb)nӒYz8kl|pFL,Rffv^L"'mŭvشM<DP\ˎJAHνhf) q?$*F ]0/^$G7s"ן^FӘ"p\0:M:?j7sU_2l[Pl*xְW&L]!q⸄ng[Xu, (TU#*|'K ,k~s{/MѽAnzJx 1TJتt5+.vRҖ|֨j"2)㑟^U"ʶFM h'KA]f{Q̵J۱ӱ*J҈e2#$uޛ4˕rq-앥b"(E=}l]"}b-Z7J2i`*UsS/`fCmEР8/c0/#@T\uucbT\C,yibٵ5h k6Ωlr߁ K(\:7V׸6I3 TyԯxPR!a;wY VZdWlsAb3cA3˕Z%ظ7( {m_˯$~ D1S߂k$9|ď+a슔(VMNE{'%~^9RkVWQjXX됴DL7MZɟ-D(De2}RlZadNltsٓ';%oTA?A ~$ٜOopXb ùAx6 2GmfF`Cjv0B7Ӧ_wl c-K ^NXckeJ(hORx.{4iΨ@)y3j`q 7#IGIKHw3Vӥ\ qC}IHz\`+JL7'ZYdWރҸ4&c>qɞ]tq1V\{b7^;:>(5gtD0ӉQ t7{ڦӪ0!>Q7bbOܾuɯ* v A}OfOrrLyqlB3bfAm/|e1x$殤;:H^ZTc]* _$0m*Nb:nbU~rcHgf2~': |IX8~z!e<$?abY|CUg\TeEdH YZ