libyajl-devel-2.1.0-150000.4.6.1 >  A dp9|G~r-X\ $R+tz| RWTl$Mf@iMj2˿$4nm h{JL?Ļ:ZgBCt,ƴ#FX)'UT/IG" UD{`6W)Ov-PͺTڳϡ$PU>NEYVjB\*x_BIU6C6[^]J'Iz ˑg^le5H($Dg~Tǯ>l:MNKr243f2efc34cfe8eb9c7cef87cf3cea328ce67a185e4e16478fbbc052ed1127b7208993304d5f166d09450f48ec49613c2828c2cdA`dp9|+2$S!QgBդ o}H7H)ݔ|/ A`wH 'ۆ["qo(XK/oĶ`L/`9p>?d # V$(48Qrv      0  \  g     @ l<(_8h 9 := FpG H I XY\ ]L ^bBcdeejfmlou vw x y@zHX\bClibyajl-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.d9s390zp32vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxs390x &]k LA큤A큤d8S)#S)#S)#S)#d7d8d9S)#S)#d7f0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-150000.4.6.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.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}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_Updatecpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRdpuz}r`Yutf-89681cc36483a42e8344916d1322d0199e5e4871a5b701a7c8b938fe6dcd84e1b? 7zXZ !t/}["^] crt:bLL uqqUlpuH8U1'=ZIS3jDYL+u=ų݂ioG3 җ0HȂ< {aB2jy,+v}pDjw49}уvuG}QK e2-9 TZ=v^u~ {htD&sgdU\$p6"sN6<3^M'ukv ($hp`> ,Pzz %+Nˑw7|)m ̛^AhK8MQGĩG7vbSNWaI>A"VjE`:mIZc5t㣃@̻࢈ciz*Pt ɯ2!dFп<`NAZ "ϟVۭ*Rb4,jyjg<;n\+$'Izɟp񛾊lJؘUe]Y2tnyJv* 7:1HEb7>sɣij~9R&c {rм:> EddȚW m tބ3a>c@'u%^iU wD_[`1y.~"h(Z^ (HCt _p M*OGSr"f QDZH[t/D8/c_k2[_E~F Qr}P|w;oj3NyqM]zz{RU sʙ\$\ߎQu[Bse4\>tjSHR0O].7D3y^ (Q؃^t)2| Â_)S> 9jr1x+_ݢ~ 'V䅴P>zէ%$l \p|j XłN_tShUcߧ>I1sv`[V2È:'^ 쎗$0{wJ T)!"m}ɱ/$!(nEKD}:s~TjD(I}RaMϘ5 f:󻤻Mk > 7N0T~弯}8A:_H.dM_zf* X"){P KА򫙢iK;I()>#^XJTr4Ϗ_ ?'B_nO6>5oxjZ@Ww~e0W}ӞuľC 'rB1 îvvEEt3Phr6X~J݇J 8OMH#߱c-'6`\W=:ClYSGH6LBCL%\j0M, ,M[cvrJޮ0li e7;j3`ъz]$9ږˬ8SFr rs. \#I̳9c aD՛ w7%S"c0k"Y&YV K+yBJRyae,ydu,6aa,9YZѢT-c:~v7U7,$ 8;8jYh#S~I˲(/>Z1x*i_KI$12F|3oukvn+Γ*J1yاB8^W#w>VR<9*^A$.?ۻ̚є|X&lYQ?ޚE7Aг˷ջYOuONv~ Nn`q9viz|V3bp״ 4)Za%B\rmT&F/ZQrm[6~L葞ʢE zKJ0B-RE~@T B-EJKn nqXId˜pw`˘c\@Ca-ŤF}"ķJ"1k~E=#V;qA&hܕ)qf(Я4 -\< {sp9ϥ!EX fB+_*زwLzk4etDn$3S[v$ȉ%}q>LUJoZ*2`s3Uyq@tF4oPtUȤ?aټSX`^pxh/ = ַv\_~<*PQHR_Eoϣ]:SuKՎ{+vOcq՞K>cxԙ0}/7jr&!([ɷwGB@tŽ;D]ھnJѿk~ŭ{ϲCJPt:Bmi|+Ogo@2J6 !+d& X,kTK#z}b/L" z̒{hJ0c$:`i9&/5RcR'Fx;I3~)DSꚆ^SE^ZD3HN$P($PHpK0rT-,"'FbF"Y~Ҽ|5GN.3i8׎uf!BoH LCZJ_ZZI p*)!wzL`ރc@jq{3*pƠp %l ,cs.Sr痢۷力AƗEn48ьK(-:e42dᒃ0Gbd(Iyl:A5̖h!4Ø25%oZ_$gB#z=3Jgb_{Zɹ~#sO}\Lt`XTl7dXk01d{< bp+Y[3oPN#h:`E㣞Ag]eS%U.$,#+ZqБȰ"WB* ^k`ܬcI'{^ls\wpU'"'ڷ4% kS1G}Qxi\:.IVO,cdg hGArUwPV ̛}|Û3q+{:Q07~^.:xl֥ySS+4Ut<xǘk$t!5d?T{S209r@>4*Ϭ5Ajj2h pթ9(Ws\kbAA~Gi%9^䟅26h .ZkNNҒ T cV\ pP&//Dq7Fp{ף=Ls;OX+nNV܍۷ݨ᭻͂Sd;$D]uV𛙺e,پKzm Xh rNgR$$Tm~uwWrg*'~dbQZ{PuZ[+*' @GGېY]͞-g&*o<*d eGSӡv4R E[7Goq|@>YWd+ :ʴ~`1@ItAd1ic(Ȃ[i#kk~$~Ek&D٣+mp5mÒ[K  G*1.dӴTv- 'bOß&~8T_HcG1!'_IhrOhqJtg^%6AlsJ1ِ|6{}xJ Bd|ʟ,<+*OcfnX!3Y d0?nJ+ܧw-6sPn7~ESWU .b*>,IjG8JgiƸ#L+G^ &p)9l?w@3!gBXv7߃0jΧG4V]R\Xp_gH%N+7jax<Ɣ>+~QZ:m]&;ν%8)~ٟ3wPZ׬ugm*3 ;{vQF,۫ 8c1*3K_.!ELUL hbۤ5<3&i~M3caB803K;BQZƒvEU=\?%YucwDg5Y~"KlT"ˎ~0=|7K#b~,|2لiC,%ԉß)eHB~MLuWч[zPtaQmf2&F}872LP\KUWNkOGnhd›%ߞB:)/~ LkC0i" za?W4H0Pԡ$oM,B˰p^50]V39u+()L((uʪ_Pz=r ̊:3WG´Bi;dfC%7-U|2QbFRNE2 A"gv;>q Kh#nCu7iP ZZR0q[omdf-1#Ꝇkـbt@4Ipʼn䣠Wd0ܴWB StIHe}!K:_6\⺌2{9_13Fo)&Ì2غ+:y3e2(SVZZ6Ks/%1$: ^H"J?WCDQig|C5=P {( MSU?vQi(6B=r4}Tn: JhzL0 Q!c+7ڪzFv[ 5ft2xtݲODTNzMLak[ݙK㱫tcbp{U_.tS,'t~ÇZ&^`s]2۾o|*RbpReJYEx1U nyxKL-nT033 Q\AE\]'?V 92RV`SPesZ0Zy7>q% Y!ÈXLoH8͡=`(&W߯#ҁAb*\KHBǂ kM gmV/ӓRήgu6D 7tsi2$۶WgS1ӨR3έKF~%B2=fcpGz6e˹#c^6KFu^I&<(Kл06gF,jg6v[:ukBXRJ tB\u%F'kDR |GԢ<}8%h)ѳJk<:X&}H"0ZܸNo#Љ?c{kIk8jc% JJ9`4?>DŽ<^fg9*ڣʝ[z1k96eg{=2Q.4 ~yHw;_Dh}Mlק-ZbQsIڠ0bgwvm&|ěڟBhwgt0Li.4'q $'sQm )sH(aK#Δ (UKhU~tMay"pƍNMfs}05*C6a[s,QK ۀ{ǀC25 \rҾW$Y';uoz~ɫƴ6ԬxbzI]V *lj9.HSt~1 @uvɕ|zNdM7F 񹣊O;K#Q8o.9R jap>Gbv2h@{'i`'3Y S.E[Ϛ;Onsϰ~(Ӯ]b$<,+Xأ kZ~|;QǿKEn䍺u$sy9czڞl08$a E4 .S9I6Qv* Q_t`Dy!]O̎:e IغQL{f[j<-~a \0^|nЖ/WR[jx8@K;pɂDm (Vs|%Ť^&elMlt]:mߩm%A9iJZ"YSa“8g% l~቞TV ʺP=":h |o+x Nr.R4>i>LyFܪoP]\]5?5U<+ zkbSpFoo\X`5WՏkq`S;1YNq Qih\;ӥQ⥓.~Ce~EedW ~c$C;d>^""EWO:xQMѹ/xMiJlƔ?*kg?x6vn=ی׋&zP}_2nVS1/MVhhGu(=]Ɣ_lBz4 :韥GXNɲ5Kd *@Τ(EM$AGc1T<9v<W1W%(F-?NSpBP\#Yl:r|g'~ѮF@`y^@͋h繦`\]gf lXjYdc[]ou*aI#a&n>h?kF Od*Hn5xI@AF0C)tE5 4ԷkJ^ H"3?HZ%ԥ(>pCCJ5QSHwR`Q}FCE}ҕ͢Ɏ}.bL}evqS""x }moqz_OMqv>vsJ `$"cz g-pi읩Dc >ً܁ѧɬhzK.:-. Y5$ˏYi^v*T>~GCdkO 3j1 Ț BmCf^6 {l@iͨ4unYu'D?" mOQ kc1KSJ7[<ؿO5,Icd^ f.s2JMf 5ӎVtbRtOLhcFvB7.:`h Hx@ rx-̌B 9!RH .h |nP89m(ꠂ(J"z~!b.)AdoWjnbEu~KvKe|H(t2MeC7Gr[9XCf Jy#" ݛ6(h4U5kEu"ζ YZ