libyajl-devel-2.1.0-150000.4.3.1 >  A b /p9|;0]_b)'kb+Hv@KP!?T`o4_ϐѺޝ&Nk(ĉe=(Dusi7f̂gy$Z:gGMOyqff"= `nQL\a&9gp,MMCw4 Oh{YvZ9uCla\*}&h\,!At6&}dC@0k PTJn'B s40b5c0bbd146a20b435777dadacb823e8271d9790002f5347c1353f8d1bd1e791a8f48f0cd5391a689580f883abeae3cd1643403Atb /p9|a_R6$AE4`l?c:fCyX<էx-\OZ&!#v1+DPՙ!TxY8Iat6X" /㘧HM/geۨI A;Wp?_CWYh|R3$q23E|׆[@(cGc@kC*|@9 B; `ZjOI~dׇ(K*- ;Ѧ;^ lp>?d # V$(8<Uvz      4  `  k     D p<(_8h 9 :? FG H I XY\4 ]` ^bVcdye~flu vw x, yXz`ptzClibyajl-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 ibs-power9-10vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxppc64le &]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(ppc-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 nameibs-power9-10 1660291599 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_Updatecpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR=dJ2XY;Sutf-8641226807f3d01985fcf539d4570e0976dd48704bde2861c1be768cd399c396a? 7zXZ !t/}["\] crt:bLL Gyh`4og+Ҕ I~RiXX|@HnOh:Yp*xx+ԟmW.ڟTC HRh!q~jCW&a3f`a.<(6P *!p#I^;%˙ GQK'F XƙZQ׌(vcYߓIy}M.ildn8<Ӎ+IYrT¿% cRb Yp?nGхN/(KF, ˹8Sq&S,C0gQzE ]. -1$2e'ʨ*VX}S?3@1*A_,72uzS>ʡwl{VJۀU +ݝE^OkJȓΙO87]t2_-k8 gkA*ǖ/4hxܽ&yK$|K2~8dɞv7̒u$4"Akcf` ap@Lw=RT%?GIe h E/˹j[0)`[sUϝ^;_)Clw h@% Z܏(Be\# i'c!K=RV +Q$I X# 2D$.UYL [>Uq&qBbei"׾Mń.fn/B8n u&"J ~n臥->%V`'&ǼInIPvVuF* k<}\9M$MRjC&q7t&M*Γ5w6Ke3];ZdbFSUN0Pe ]N-i^K-T9}v[٤t1FDAR7}l6>48}T
ȮKRPyg\PglAƈ1K4r?&T!#7a;hxRgrvޕW7pWJ/ޠk> P)E`ߘ]:S+64L%5J,>j}q5|f~/^T9,6` ;BK &{/1ֳ1^h;zg@\GeeUyi0Zq0;#ښT˞Lzq 4d4QcWdmx;e"zlsT'JT<)aWִK_?3#tmz Χ'EV)D?Ki =וTcPH-= BMc_6TбfQW Ȅ?lQd1SW1f„ֹrOuj' vfC-gh'@w'N,9/~B"0~=4dv-*1@ƚ%v.N$\V2*0GW #K> 󏘅wCxf aKq!.|+[t7kîtGnTC_Vǃ|X9~\噷DhҲXRel=?rq2=9*t:"1 2-D̡)IKLs3OOICU40F`,.{ׂ`zg8=:.zY" rSyĜ<+!jT6n68"f+|Ⱦ u걼X'{Ya,Uj2O꘍BI.jwt#wQct(G~ʺbl1NKgnohW+됣`AWr"]-mM BD I?=2xρeS@Ɩ. ")O"8'nVT,NUW1eN{c77j9]V{t! /NUʂD'Uyt"m=#&ǶPh;2x_xB;Q5\b_Bg!!(5YWdX_I.8ᳰҳ(MQ7AȢOt*HZ ΍xjCj~6`<< 6^~P&n6en{ل s*BC©"G$ְܼJ[0O,.L|n&{e~c+[˰yQ_3hMu00QGR+K$eA~Tw#Sԯ`Nw؞ W}cn9ɑ՝ 1sJl%19]/M:>,o`\-wOSDC{PL[ᙐȦGD6?Hiz"Yn:+ Az'¢i1L c4lqgǨ>Bf"\l9$,.b<,8^o6<C). A|P^,j;IP[.]kO`x0!eٸv'ǥyc }nQZ VwjU*=;m.!zh*+h!Ox-m!_$@2 ˩΅Ԝ~Q[u]֖=nm5†"$n*69>* ) )fGlGZ9*R(6Zt *.Vl*s/N;J+tau a|GnǙx=HCa|wlUz#Ӳr_ 1ID(bClٞ18pU#_b ,ǏDޕ50C 1r;vf'~D蝼ˮҬqo/"ΰrܚ.?S^SMI=,L">IKY#.TS3۴/[M"E}wma:$k8_WgږQ.EMܬm w~kXVAΉ5 3Ѳ'&6 v悗&vG"7(#mBxz!Bq!Qóת9e{^cI:Vc䕡u۞J wRP&~D-bM?XzBbKRdpvF$~DtWycװAouEOR% \xED^4@CU?%nW1 Q7Bh'hkbMe(4&~ QP1ГZKD^ u<HWvómpP npf90#_4st?zj'Խn?.Lךf%Y(%%XRv"釼vW+8I $;-a*ӱ?jd,Im"ydrҏQa* "+_S"Jc#vyʳ0W>60">m)נgpIH#6 G=ڦ`XY'8V$AP8 ˜w6O1YCl10 KP`L?y[a9!1;/IF`*Wŀ~9y{roZkPѦX`f Až&CeBTf%Yrα}N ?E}"&/3V]fTȞzٻOPl,h#D~^MoKHh (O tC:}昼S+OiXnxh{OTMߤW*߽S 4ѐژhI|%OmԵn6{>DhC'`ݩ1 j[G) vYF[ 6o_Ru `[9@\Rw~Ez}D(qmLJ8y^^> Sn=RL97d0lL,4_ N h8gPJF &i0oJS4>9BȹASae&V1]R.n2ɤlOs@ߦ@mZ^&NWs.Lﵬ2%AÎ!4Y@=R|f{s wĽM8^I+|~8O?HUDfP|<(v/ i}iZcEw6[\^n*Ԡ{2q[ uKѻ_/{LNuZhfC9g؞S{c @MJXwEA9Op.N[N 4r*UJm>觭+ oPn?  M,p8dv݃P07\++*Һšp$4ݗ`6ة?qEYN"<%n0g2ϵҰT\H*=4x6abԛbzs6Vl!\klo~rڋ,_JX։ـg;:æm8tcST`b5KsNk0K,v. ,|maXiHCp:qk6 BxVuj\ K߃ bn80I1q|HQNqv= ;n.X}`,L!tݤXP Qjw/U /A6^pSпkEXhFni7tTքQJ/3ʁ,wjac 枌KpVܰ8*?dKSޘ- !wt#xEtBGmPpH>_yPw~6 U'STg 34Z'x+.~C NZQbhY-J$ϻΟhd짰LoXEB_`A~Kq UGg <>Q\$ :1c?e!C-e@*jF{E!(Z00tfT؜c1˾tMB& Lv&P&_ٙ !1}.TSN <F|~jIexf(|r࿊DQ@GArìQEiAQ \,h,!J=4]CҐ%@o'ΕUFp S)t,Oj7{(xkܸ6M7Fm4"&U' DJ1]#)aD<4x*ka?@¼&,}*oNLUdQġ?Fɹx7sUiZra dhrS{hQjt^;gb9̃<ve}AL-Yk_Mp 1:czfvϻR.k6hr|s湝D}б alJ؇r%B7ydu2zLy5 dI0I[Q_ %3ZiIoICk8=i:6ݟ)ͯxcxvZG@[ I/vY'Gi__= VYA՘U81"#fPe6[w Xt^KOٱ̋H 2C;,2D>a.eK%V^d]wD}^Hj$.E)jrP/-2 'H .U2z?eDz)XĴB5gz"#\d=zHH?9RZpٍMofɳJ0.@ɞEꃶ YZ