libyajl-devel-2.1.0-150000.4.3.1 >  A b Mp9|l پ7%De?ՂI}q ֬Flr{O|җt$+pzYUP )!a*y#BO`K[ĶO%\'NhFj7&ϰlf^dĈϳ.bd7G~ ԊA:q~(Sn>w/t{VlB]388%M@a3UX.?آOyGSד+A75ҬT1ý.`x917100bce8e80d379bcb66c37c36e5c1c987a3f287b178f5c41f97dff2e4ea271d9fd9dbd8e774d7e039a75e3136284972ccad6fAhb Mp9|i+;%aC&ɇwBKJ1[]y%B&KW6>"^ Sl2?`1?x>*Ѡ_jD?nbς]N:j .~P玼X~X'BE+RPtBuDB8\oȼ |Rs"1d8a)n7R!򉶽4+fK?Zpa@q<ļv /`qGztq${8!e8oY,Dx}\>p>?d # V$(04Mnr      ,  X  c  |   < h4(W8` 9 :7 FwG H I XY\( ]T ^bJcdmerfulwu vw x yLzTdhnClibyajl-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 .sheep24vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxx86_64 &]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(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.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 namesheep24 1660291630 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_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR% >U$up__;3utf-8ae49cf5b577e6401818c75d2210a3130f0a43ceb53baed7fff121823cd1564d3? 7zXZ !t/}["[] crt:bLL Gyq6`[q]b! 4ڃ+~zԄ2nY랤+dT#tʤ~%?eA#6'x;9*qJR6Dٰj!Dc2h|\a/pb@1xԨGJ5"b}$/|0fo«b,g+D&Mר4W,_Gy}lj[YGUIiΖ\+7B=~4p >_ֳ̺C "8mDV[;MTJ*oW7o:۬8SůeEdbچ\n | nҗ dbwFϊt> QOIv ;eN9LrX[m[*G|І͡Fp!?V(rz* q1Å7"rk'Tq}6939G'ةw|U|r`[Ew8-Qr٩D¿"E#La)IIWf4VcD~Q1(*7#] :RXUeGEجhW>d@p7rz+P3d|O@`G\/}etaZxɚ?wI:Z4简ǐ{5JIh{;?AŝiiѢ_)d?_SǨd'8d`SkBv{&GJ z$4w63QӴɺFaD>`ie{2{mLlB-Rߕ6& 5*p2r^ lЮ2'\j܇J r}IwT膦"tt!x Xv%dAII܄\@>fe4@zɃYc:aaݕxId1w4UjAWG b1|WMOD،_IڻŒ _UC /i@Ȅ|z1?/҂2*Y 0'SAݐOtuKdKJ/̫8  ǷJaI }>z yq{RΕ-̅X ᠆"AD%Uץv{ʒ>#,8su$֌mvD (Fzk,,ʹŇgmqt'e90ezF *GoIk]({Pkq\C[v-w8ft Yw-"} m(jD7a ]EuRO3d%LiB}`aȂ#^EU"gGuliUh ׮ xhZ&ӄ*%A/+&Lmj$ӣ.Z*+?8y{% 65[nl[{^bU' LNdz"-Z:`U>\lژYQ׾Smx;3W%d ԞuU# R795Lkjb)e2ԕb(?x$X@H}"(0#A G4 G=oVH17_"Lϐhz̰oCևl<Q2C%F3b/5cA{.50CkU_HvEN"*4fvbl:Ջ]m]jp4P6|8Ee2Mo3^WGu6D=+!!&unH9`?z1|z`5fa%tN?Uŭm$n&bw^>FIKNYnrU9KzT]9ÜGi޴O( ^Ӱdoꑗd2~S,HiIiRY X$\ZԘ#f dM L}4=x́+U8%E,މU8ij+8HlUɾmw6aJg~ .NVدMh+Yvhyְ?:gsz*ƈ mpV<;ۚD1sI]oX$ J}+BF@w, ¼@i47>/y .W{( T^mZ+1J< ׇ(^ PQvޕ||幕&lymlܟ+-h$HZ.nL;3֟PL:jȨNUa t/0iH}͢P{6И J; /nxIW/ʇFԢ2Oéw7r8 p`J* g fo,U]{|o1(Trɿ2|Vb;{=K@{rHDnLhĬQr u[ v*n . 'j&*[tZt,ΓH3^ח?U- ;Uw.5u շsU 'wǍ: ӆ],ER;^>=!!d²:冋]˖'\Xq~{&\(^RZ< 8S2/)hjXGWU:2XX!>}ƃcsՒb“C4h ʤ>98Fyƃ![bP1/DIKk ȳ,gh}>YvsɃgo+62`t$\|@=w @X'KXIp1, Fm[3XÃ? H#;)Bb Lp1Vo?ݑlLa,:׆:ɬ-"[fG􃮻/8kS>Ӑ(ku7^<,84ҏ]lV@dM[EchM tBNBʱ@DbN0R6"C8h-ءRO:tx;Kے9DKr;Fj63qeRx%4'<:wf:mčZ}u zGLmPA+M:CZwBPITGoq"_ U{S=zܖ2hyp߼OpMMZSͱl3Ɍ¯Gng/,.:Sjb\&{*$z}N[R4Pl48 C3y@gbl$ ,(* $#xJrע`]Q*}nupgb= ͋Z1`;'eX+){ʇNmK9 $ymI:oz6JFrs0%?%9s!0`aa%;Bs-  Rb6:s+fp3RőjOyi0GNΛss<.mJt\NzHo0NT_E.f1m*ǰwLB pƬƣ'ߛf{vÅWma6OO£hTW֩>(S^;^l;xDQ)kW]EKVv6n[\0)9>4;!&13@l^߷qV G>wLyRQ3o`z.45FC#n9Ftvlϡ*_ ri[MnmaLJ멷d eԓ? NlBZ!Ɛx ™|BWƋ5jښ>z7z"8nLk2Br@蚷KЯM* 6!n7 ': 씄^)p۸XHf'dO&VLUy?A Hf(V/#Xe'ԷpFB*ʆDT%aٙơBpQ?l12P(G)2 )) >''}`!~s5/*p>>ktmc<2QAZTd|a?QgoVUUV.D\ENqg$c gGe8 ff-S*u{CKuQ;T<*jhL/+o$}R*fy2h sUDV=YkB`OcTz!uuYH{;,*AUl%A~Ij癫@VЁ1;`RZdţ@uHr!!( X{Vx,qS)Vf"%##$G#0*BUi!My2H ଈQ"&BAmD` &`R [{,sN[Ra2]uǦre?&ǽ.$ˠ=- OUAT$h؃5xc>(# nx#91<4g'2Gx^]s봠-, G@`ԙGOwB!>1 :wG'lw>$}DMK&fi(ms<0[P˿?[[ %Kٕr겘rʦ+ ]Tz--?W:iRG[֕k"I߆Q)YK{ 8")i}48̫cUɌfhf5f"?k@ݧ }?8߮W@evp܀- u߈X'~;p U1C@KXjxw/̩5sn0ߣӌV<;I(g{oZeXg<3}Kt*h uf:CKiH圁w <5݋\n[GK`~>]"gÃNlA%2+2fZE ~5a/-)-ώO4H ժ$8͸%M~k.m+/Ab)ҩ,TC[iw~%"p7rVOO]8򿩰mTb0C =d=3_-c A1nC'K8.(|HSjlS@;C͗,<[Y`TIǺTFU 4nBJxXͪ `JD2Sè3I\D򾭕ӐG} XaFtS!exp@_-(`@c ((-7 [:9ؓcQ~+a3q4|m|.ƿ33LPO)S}nkn$ 4V^!/By# Wkp=Q78l]+ PhЋ1_,W6^o[́9j?G` L%;8t}L_,l~kDtAtq^h*}a#noJcWz{5 2>RZ=Md3HΞdKi*]oit@=z^yJ~g"#ޫ h,x*[c#o\'1$g]…;Ux873qM-}PH,m,>EHIe ֝b+e Cdlgyd(Ӽ>MR;ϓ廔ފA#70gׄ3g| ϑ K'"hfD#针 GbFӝ ^y`S{NlX>C"PU~b^UIV\]ڄ+"=Ϧ.'ܵYWϢ;n LA? Ai:ԇN:sWR.A*,`GǾ7@g.v(j*`oUy>%Me`kEtp3T ՘|Xsj'=$ NӤX"kFu\5,=l][ͫ jŸWS 퐌-P4ɯmpp_>z5"™x_|N32ax[> N/2)I~nR[NumWڲ؋$<"9Esk#x ˁ**k`ƹ6T\ ak B].uO!_bq%^䘑戄έ_ i><\NɤiY mqXe>%ZG EotlC'Zvhw1|׵)WD?OoHuхaN6ZjnIYI |q|7jYA=wyOmєa~H `@}/N/';c P(t,;QjBgx7Z9xYVHcnv$ARPf{'Pb0A3QcFV[ A,\\S^+v~Vǯl 2A)ó3~"G3m̤SQ*E}gEdjq YZ