libyajl-devel-2.1.0-150000.4.6.1 >  A dp9|!!sG32MDH=%lt``O V^e̊<17|_%?D-6if-1R0НxŢ.-E ٪u7*y/2$zLun3Ț[UlRٝoo;9Ouc߂(YS>WBWCk0UDLQ&wč?@Rlx`ӑ$)NJM8a47cab73bd8734de6f72342169dfb2d42e402b578ea57a561dc106f240939a3aeb27c58f8bd4357d0e5a8dab0f0267e4e80d16faAddp9|:'>p>?d # V$(48Qrv      0  \  g     @ l<(_8h 9 := FpG H I XY\$ ]P ^bFcdienfqlsu vw x yHzP`djClibyajl-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.dibs-arm-2vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxaarch64 &]k LA큤A큤dS)#S)#S)#S)#dddS)#S)#df0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-150000.4.6.1.src.rpmlibyajl-devellibyajl-devel(aarch-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}ibs-arm-2 1688974222 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_Updatecpioxz5aarch64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR e$֒BCutf-89d7d250cebc007ace66551ad61625ebc66040e8e6c5cc18b915020c91ca07675? 7zXZ !t/}["Z] crt:bLL i(KˣPYfeKm^j2׈lЄN jgPEu Gb 8d\kQ(2~RMswD|h/kLn |u mU)$3f~r'mMj\  AJh!z,@v]_ɋ88EuNl%sJ0+݅xBú~M6r伖9#C+/\ ?O7޽J{"inCaZßǝ¤:x*Nk^+ԋb{FF3fKԞ F>*fRD x3Bnf58m BT5cmwDJlm;Z.\7cX/h&?VfF7;pߡ"%w- ee^RFk.٩R mV3C|^ l%Gh5\mm&@_'lEh֘j-Ez2$Xyl-nJht-R& "pȓ=MAE:,SnQ ):=܆~Lݗ5qn*ъ/ZQwD?(!a3g8Z ^hm$p?ūcB*PVtfWIuߎ]D6Gy:;yAysui s|Lc՜|";3:,K`] fRkNBGP_%l2ПHwb?Y6|&9'jk#Lտ0L>946g̵GƋ&E{mv\-ԆH%0x?ڄ-E6m V91D/@vŢua<7 T/E07mB*W3>G^8so`;.xȁFS`6&HǤY^ ;]e_nfe/a*^oE2!pDU,cZ'Ijvu«kV%xmx"AM ݺ9nm:dY(?'}wֲLf9` "ooKH&-{ߖG^J]=(3NkMMP0Jcs U{G?†džj"rr~Q٬)p(J-lW0AhnZ0|h'2WCPU9vX:uAZ|l{ ʇVzB]cjǮIŽ,/egDqgLEa>ES ֿ}/;uŐ!cx2K峮M ^dj_n:f6 Rk<xS^bdڴ7,wU6(ZA֊7]ɇ!FQug*&_tT56+ 1#y!N Ӌ;UZZ3#ĕGE}z`SѬp uY5OR]ohw&y@=:ѹ󋛌_XN^K$yZ̸r;z`o0A澾?@dB:{׿kt% uF_ =Ge޻Z(FEr}Vq}ЭD6‘=TmQj^ 1Ľ%3Xi $ΆEK_q "ge ς*S)A*dmuĤr~,HJ'+Z1E~c[FmӮ":q5;8^eG[nP{>.SE`S@@pDėAӥY*'3@z0ELh:Kʊ/Y\x<~>j*F0n9,6Z=%;Tբac&$(¬ct\_\ kz6-C$o[ŦVҢ'nmaw6⧽-L>!Šٌ''/5~ZY`dV1*pC-]NAN(W7%GT؎jPKWeFWSw5%p>0k-d=6O]Tn2nJ؛^o"xFѠOw:LHɝFGLHr`$m|<ulHoSMkࢲF| GR.9DXcytPnֳȷ( / o/7 66Az2~ޥw¾# ڀeљ6'`6Ѣ`j/z]:9V5rlrSgY\UΓNm1t14SQ;ANl(-(&WжpK2^?._6ЗlƎWE2?`TOaotyRrtX̖ aCnQzѓo6Wp`J!S;.j7W$Ne[rHTpS?q[>wɽ*JfP~זEɑo?5ۇm7ds3>cW!ɇwwgdVK>0JEPvinHz 87E,\|#ϔ O`7T݅Ƽol51jR]Cv 1`"x2zQ!; G,|rMlV9"Q1\2|̾xZM!˘FɃLr`akҤ -Gz[;^|(DWҁʗ{6B׏450G9%;'W:Z7Luj즽3}6)8N NJ? LGM';ql!]a{!X~/RRF]eJͤn4Oumhּ0Қ w#6mݽ{G8&2-XN?wןP8&=f kݵ'0 39WBMsƧQ u6^5Wo1d0iQW PgNBR~\5 kf^nxc}"-յ+:y;h Ԏ$n'e8H!2rWrAa}uI/d;e?PB TeiN`6Qsxr҂]}գÁT YA;]J}r*ڢ ؊-\qeəy7/OO}Rq6@Q5_&<;UF6XE2/a@٬VkNޜm0&@sv2W/ P!di¹.*U֛%A];rz$W6; 34.]r:D5/oȜ~ !Ӫ\i2X'@v;5 mJ["g:^^hq:O)J"uROe~g3 %>?qȂ-rFJZ?B$d ®FaD31u s8 Um]!svrȑ\ iat>ax/ ]T\wcTSiʦҷ?QwI~ZR[aG^y?V%8XulK ~7SsfmkpQBGw9\1Iywe퐩sEl-hq F`6 o#_U]j:|LPgO5 S uq _y57<%ѪnA{>m#*^lc6- hUALQA ~j׊Œ^\._Y/6DJ .-6 V+l 7sf(E@bMpZbYyQN6Ï' Uj |="ﭣWE7(s-95~4,U^.D =rKkPu-95[W%{ 偅uUO( u2|7Y\$XCM:9.!%1d?s\>˅R겆sUAG7Zd3,C4 5@eMݗqnVq?fC,]]w$Y Ӿ*%R U5@Wf7Z KtNJo]nN?\j9'ۿ`&S|!5\RWd˜qpijtgNy+%_2ѽkWQO"ߙTLS.>KT*.ކΚ?^t-^PqW$Fob4`o<[2eodΈw'by+"DmwKY!}=j ̨V/dviN tmBT8;L@IΔSuen}L{%Gd.u]# LQ%QdIXޯ)Lj| InbxG5^D!#$1ڭfd&[^;\aL7#ئ(3a):\`a3ťUL~wT;mA&TwIed{$(~7JZSc3*/n1^/p( Z3붲cx3\+aM p߆>95VB`Uؠ ԫ n5`i$K9_lB@aߌ+xz7:GlpJzj"&ԋ`BacE kR-Rܤį[ZadXm 7glN  e|`~@!Jr@e;t+NR{R۰=6<A ΌRt|$QAsdp~kh$$8-Ož0 |j>xj42`U^)}׻u2?}\NDdlGMlS~nKẈO>1=W= Y88zK|c})~܂榢5I>BN#mG FW܎R-utc/ݠ2Qy T)x9G|Ѫb-S]^U10c{^q-H|=͓q`W=r@XZhyy'Won2<5)_T݆izsW)^gTVa4nq^;?!5oiYO{FmƏ/W[5bLq0E|>,#XD>WB~-ΰXQu,9 1lIJ~1K9ں!Pw]o8KORa|i^w$e^Nf2 }6>B;Pw mzSBHTY3c ]>aW?`H*W%S~!AY&XDs$\O4O%AU x94?6Hpu 'VnamHu%0inaL1_b@\m6H#Ef qc(Ba==NTw:͘<oMNܞoT# @̽]vS7tWc{yHt5:q' ;IVB%f^xѱ8Ĉy$ZUPҔPG:(2!sh;y͉ D yK_3l;IƓRgD<罸֩/޻bS O9%nxx@ښQl; ק7G+s3aCFiJ[{vVmXצ!r/b&֖vfb>*DP# (_l!v[wF[n̷R$^TP@f׺FRcFfc IB蹫]Yו'1,RP`״ٹ$yVwI8E*6 YZ