libyang-extentions-1.0.184-150300.3.6.1 >  A cBp9|u*=2w]u:1k<`.ķ>}tVgYjooX5PSd痮0+Q;7i'wS /2.*^ld0$ Eu@1V<6Q{)딘 +Lzomũ*RdG#2$-F.4Su/q,{ĎרP^vۣ$,7757c34a5626192e7682b22142803c50f8dfd1fbd8243fed239836cf6a88bd0b9dcdc11760a4b38371c2176f6a6dde167fc5bea3EPcBp9|#R"u]@ ߬i4=> g)o1٨P71<!GT{@:ѐOoH- I= vgd} Ywfxɥ{x$1qcqHW '܃ۃ7 ] эk7<՘v̧ι1EQۗV9(BJ4Gy#/>p>4?$d * dX\hl  , < L l  ,Tt   (58<9|:qF`GxHIXY\]^ybcde f lu$vDw(xHyhz Clibyang-extentions1.0.184150300.3.6.1IETF YANG data modeling parser toolkit runtime extentionsLibyang implements functions to process schemas expressed in the YANG data modeling language defined by the IETF in RFCs 6020/7950. This package contains extentions and user types used that enhance behaviour of the libyang runtime library.cAibs-arm-3)SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://github.com/CESNET/libyanglinuxaarch648XAAAcAcAcAcAcAcAcAcA4052181289f21d65d99128f28bb512a1bb45e07d48c4ecc674ced39ac144463bd979296fea670ebf8b0b20fbedc51ffe485c717f5a97f3a1eea145866d1e674e4d261cf6b344a76223795d2a019d067523bdebd09fabba68114d19113f74140e22ef1bf69b511bde3d9a6a07061e850ef612a530c2e41f7a1fcfbd59969667ea9c5ff499b48a6e3b959fe92ec368411057b9179d9e0d9c7bc919681b8cfa36a3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyang-1.0.184-150300.3.6.1.src.rpmlibyang-extentionslibyang-extentions(aarch-64)@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libyang.so.1()(64bit)libyang1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.1843.0.4-14.6.0-14.0-15.2-14.14.3cc@_%Y@^^@^G@] @]]7@]@](v@]@\\b@\\\X)@danilo.spinella@suse.compgajdos@suse.commardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.deadam.majer@suse.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.dejengelh@inai.demardnh@gmx.demardnh@gmx.de- Fix CVE-2021-28906, In function read_yin_leaf() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to a DoS (CVE-2021-28906, bsc#1186378) * libyang-CVE-2021-28906.patch - Fix CVE-2021-28902, In function read_yin_container() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to a DoS (CVE-2021-28902, bsc#1186374) - Fix CVE-2021-28903, A stack overflow in libyang <= v1.0.225 can cause a denial of service through function lyxml_parse_mem() (CVE-2021-28903, bsc#1186375) * libyang-CVE-2021-28903.patch - Fix CVE-2021-28904, In function ext_get_plugin() in libyang <= v1.0.225, it doesn't check whether the value of revision is NULL, which could lead to a DoS (CVE-2021-28904, bsc#1186376) * libyang-CVE-2021-28904.patch- security update - added patches fix CVE-2021-28905 [bsc#1186377], In function lys_node_free() in libyang v1.0.225, it asserts that the value of node-module can't be NULL, which could lead to a DoS + libyang-CVE-2021-28905.patch- Update to version 1.0.184 * CFFI Python bindings were moved into a separated repository * new functions and clarified behavior of current functions for changing state of YANG features * several bugfixes (#1104, #1119, #1123, #1133)- Update to version 1.0.176 Main features of this release are: * completely new CFFI Python bindings * printer and internal bugfixes * better support of older compilers- Update to version 1.0.167 Bugfix release only * bugfixes in almost all the components- Update to version 1.0.130 * new functions lyd_find_sibling*() for searching for a specific sibling + if available, they use hashes meaning the search complexity is constant! * leafref validation no longer cached + may make validation slightly longer but editing data is much faster * minor C++ binding fixes * minor schema/data parser bugfixes * other general bugfixes - Update to version 1.0.109 * new LYB parser flag to allow using updated modules * minor fixes in action validation * other minor fixes- Run testsuite- Package extensions in a separate package - libyang-extentions- Update to version 1.0r5 Main features of this release are: * value canonization support in API functions * new debug message categories * nested notification/action validation clarifications and fixes * LYB format decimal64 value handling fixed * C++ bindings minor improvements * other minor fixes- Update to version 1.0r4 Main features of this release are: * many bugfixes in various parts of the library + schema and data validation + manipulation with internal schemas and loading user schemas in the context + xpath + LYB format- Update to version 1.0r3 Main features of this release are: * many bugfixes in various parts of the library + LYB format + schema + data + xpath- Build with ENABLE_LYD_PRIV=ON- Update to version 1.0r2 * New LYD_DUP_OPT_WITH_WHEN and LYD_DUP_OPT_WITH_KEYS options for duplicating data nodes. * New --disable-searchdir option of yanglint(1) to allow forcing explicit specification of all the loaded modules. * Plugins (extension and user type) are now more strictly checked for compatibility - all plugins are now supposed to use LYEXT_VERSION_CHECK or LYTYPE_VERSION_CHECK macro to be compatible with libyang 1.0. * User type plugins are now able not only to store the value in a specific way, but also to change its original string value (e.g. to make the value canonical). Change to the canonical value is also used in the provided user types plugins implementing ietf-yang-types and ietf-int-types data types. * Many bugfixes as usual.- Remove duplicated pkgconfig() require (rpm has autodetection!) - Remove documentation's arbitrary requirements - Strip em dash grammar from summaries.- Use better package descriptions- Initial package, version 0.16r3ibs-arm-3 16624686051.0.184-150300.3.6.11.0.184-150300.3.6.1libyang1extensionsmetadata.sonacm.soyangdata.souser_typesuser_inet_types.souser_yang_types.so/usr/lib64//usr/lib64/libyang1//usr/lib64/libyang1/extensions//usr/lib64/libyang1/user_types/-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:25793/SUSE_SLE-15-SP3_Update/2a781cbc2ade9970f7d6c7c152487ba2-libyang.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=02906bee12ab5e6328a11fbc51f2f6e90ea29edd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=56548952f959bc244e7bede6a1863e6255820bf6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d08a8ceb968a318abd9c06aba8c59de516815872, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8e5d637e87c63d044877cace47d6659bc3fdc726, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a668b8c07e400041b12313ca32cf0c64c35d7288, stripped RRRRRRRRRRRRRRRRRRRRRRRt0LB3]oAutf-8663dfc161bab69192294033476dbebe110a00983a83773669632618ba3799bfb? 7zXZ !t/."] crt:bLL UH2|ɒFm\%BW5YC&ryc.5>tc0!A(aDžֹߐJ+ۘ+_PSÿn3w.A2ϓ /TviD ` & -Pag2sT`PU9z|yFc]?YOv5;&3f(مKgb];eP_ă$R5>Q54]^젒w&DB<T #zw+t @, L>ݠCs#C.{vx vTœfXtX-l̡yRs]A-ɼc{ƝI)n~0B5bwߖ9$-Ģyѡ};2 Xx N-MDe`ov)g Dj86ӵ Sc|,TԚt~Tѹ_8p 67I'b0J.'2ҀVy~%Bc5w*AX7ܠ 'zBk6=vt$eА3&xUJˠV*"ҙNKO:qk(0,fdF ` ZKg%j")[bQ5M3pB['Z=-mT=όwo05& R~.+8=]AUn)]: {IUIuppLRDV\u?䴉KV 6Ys$'!^1ks8 DΓ3;..[g`|79J#i{5V c `M [w_>nd䄴.bLY@MݚFFL9,RmW/yK7 ߭s;CKO4ӯ;uKY}-Upj?"cZQV g9tSu ?!Q&WTQ7XR(c]+Vb Vtev`Itt,+z+~E/ Cݼha7k OmzٿIuLJ%0*I (e\R ]hBac#tW?xR?#A{E 4ٽm(RWx- }Eb٪'|[b AS(eH-@rng m_IJ?Ml"j(:{c֫Mb@9`YlK'ҥ dVO죰TW*n{}x֐MɃz a%(7pл /Jch/Tn/}y7hp~`^fEuݸ*ٸ^0 )ըWn?1`k 魓Aq[_58c%k$%%Qe~a`W ?ڧwxD=֒dLVlv\MㆂGVpR6(W $u¦ݦ%z#3-q -m[rt 3(2VſshY1m/LJWΤ L%`ڹ"ɫ99NSChAX_[Tݲ\ǻ![u-Yj!P ( FsBD GmkȻ*#6O"d#͕>:L#@0:UQ1=FDH>4!r~ mFC?h <-ҕrs^/ yJ%ܝRKg :Oúv_  vkԶ9C5,z{s},).ugأD'OJ햀X{j_+SkJ)ZVzIHV-Kݹy3/F23Qsއڕр2̢aE줷,|}&PZK΁7Qaxq wk^7/-78nYB_.Cw"`4\!dd.P+o94сOkzd0ע]"Ǜp^6g @6.p3SMMc֟Vx_+nsxWɄSJȯ* Q +T+ў_s9u󷨇&-~*y0H! 1kCg ~1tq!ZK_ Fn{`Fw`'Y'7lK{Zaf"%Os7FvPx1<ަ򬽋\fGUǹA7R GSL[05nc&8Y[7p#2)0 XR)`!L#3e;V+{rұ銾Mj˭[Q3fhCPq$vh* d\Z6B\~.^OWx4vԇ_ON',KY7csCYf׬*p49+f5@p f-=ly0t K 8Il]?P ǥ ʬ wglZ'^g&{hyn3i惹|pq8T+ w- 1iZ~v$3ōP: h;ظ +y?f٬vPte`X45^`*v=嗢68?S""$7Ũٟv4,gt0ŅjL_1wnyvVɩzEnOaju2yXSHm+POKgWw۷Ϻ>u`>Kj@k>Lf>4 cȝTQ7rnHq 1_0<݅:<) 3yN)SI%?»[lb K̤]zIp;DذOLv @% KXk?y;}ŶF a '`]kqYTUt-$hV*!J z/ '?PE6QXwJպWLTv(3_W_7.-Ք"՛Eu/fN*79g#fWNT8]i0A3R Y84F rF$B],v;=yb%Dhn* hP׫o+-BD {qH8ɏ})D aK a ywڔͅr<((Pkw~2s(РAjБAlN4d,h嫦u)Xu ihG9=} 2!.)B2ޒ|UCw;,m'UoMy:f:"(ZsD-N U@C*!_~'#ąmWP^t%aD[S{G\jme\ zRq[DZ2EI^U'|7Ye 1YM/Qa>޴2dxJa[Iu+s*_G. NY[YV8u0VlͤXowAvC H Ƀ]1/J41~kWnMzcwX2*_=/4We{OR{붤E1B06lnPz_\oPi%- 5&hHjHYݤ]BE<:U0ͧ{(pMSyĖb,osOgQC唻Jf*y ޳:ts'h"wp,:͆4oԛh#%P aM'w|=_1q P8-ø? d )tt }O;R7 W0hÕnfc?+C RĹq9{`XEQ-zb,Hhc57kTڴ TP54X{(֊ݛ)a3|h"lUDX[8TB7M{ RZΩfNҞTzJ[gm ~OMFzRou%P;;݅])$oMk~ _)e6ڡ؋ BH%&4$x7]UV L?*-mlR\nfŋr^j!ē0t;Ͷian0o `8cR #vF`uU= 1@ ͧb+dGBų{څSlSS(Hm0aA:[c*Pev̸Lw":^&tj]o(|f܊[>{2\MS RK]cz}mg2\Xk>r=t=q:VC]WI4]X]Y!r2z?c |PwO,0Q@,/ yI;.v{'.Hw]YzZ FSqHN"F~mLX"$0M h>4}A&~i/Z|6wzyw!A w 0_RAJ]XFg&yAmUtI A; 1Ys䇥UQ>\9D#{thl =u]!= w{y'׈ )~D;IѪZYD2e%>!جs˖>3[>YV9ϜTc U~\`7u?Z+]2P-n1g/oD\pΦt ]v^^x,톝Et$-j٘E]J )SXϤ2'Eիw$kiH(E%kIa]{Z- +%|,eĶ= fL@yD 6@` N.4tldtn6tB 'Y%:xs= ).:s!.TMdJ h\?̇p`|T/~YrU*E)<>N'X7i5 |;HEi@ M?c [rj 1&]3Lxh*•+HL 67Nl# x03s Y9IafH ) #\4ū}3Rgگ r12 {W%ݦTUGυ"]fnc 7'Ow#sCK^W!z}At3F 1 2l$zA9ӆ r]"4&WߠҚdxG lFCO"pދ̸CdmwR^KSw"#3T96:):$}.ml֩F2 f=: ( h섪, %6PPIPY.ꅊIѬ)'G5`o[!i$d/3 gFS1U-d%E]76A1bKֻ0 r%’Sr^h%ykcp^\j.e)"m̐H'k̍aD#?B՞LRC%mݾz5EkZw9;AgTz.%$CӯrJoF1ij7Pu#|U1|xj,ɪ=HUٶ^_fev:|M|<*Уb[JY)3QH? 1FTڑ2 m4QU}E?56yVZ:^*-?JJ쬕_X"~Pvz=@hXm琯oӐ@,`1C [(+@'֡?rI(ru%Ջ( 1{-:);"9e:CMyQ|V4h(tp\Hҿ_otې<`~_i1bXpÈo\Aˊ霷O7k26#IN%YeKYp>jNO2:R$i; ق MA|Oˢ.:DqqBuF?W[2JGSj_T j?gwr dBcU;y }w+}¸T6 #U*(ncP} ~]9d}˟`QBnjdx?ZyP|5Ë9Ty?:.y!? ' Kv2b0T/3(XZr@>rRxw_A*, 1y6s-M`7.񩊵* Ӂ?7]X]:א P恒c`?RvX|,{^zBYE Aak]|)pf0o|8EbONqu0} :X )@r/dB!/"58˘ jmުrQSt:gd\Na2+23G;~Fo@|$N-\{OVJv(3ZOs%zA_ss/^s[zi Q:@O 쬾h4>7? ")㳍z i暳.]7=F~nls%#Ь3Ɣ)[$ SK~.;Jf ̒ q19;ÚW.~*2_ A)1mDE: ~@]j),,:U/s\UF2<mbE]t*Js2wݖIt86]?ipҹSIqn:DNMCMF5Qgde\6ѣ f4Y5/.~P2zPF@*.Jbv|PRealV#UA^5[+*q~y 2Md1fJM-+A7i81E>GR3` "b҇[]HCf 'Ja[yIyX57P.~f*NT3:Br5:uQcᦜ8rɡnKP'ɏ'z<pnBwX"?Xac ݩ*s;C}[:J$Ww$= >:jlib-F,I.#gTe HYqjS#1[-4IkK1SGVu1Pm%iȅ N