libyang-cpp-devel-1.0.184-150300.3.6.1 >  A cBp9| + Xehj7~UE4֕9 7l3^k*s}+eC0 `mcZO1_!5.PK@PpN4<~"FXtۼ4OءjHe,9# [҅A WD"qA E2Gz(UQSPDRKkA`@Wٝ{E`;9$~;p%'%֫w $ef]AW324f5544beed3ff4ca32f36f2e44910d3ac3015445daf0ea84b77b07a212a5e61c2ccd2a9a7cca5090dd047951e98c492a7b9686NdcBp9|"ez\U hõ!zfzϪ!IR"Kpޅ9vk:'?]tDe  87ˍU6IfG g>p>?d ) ` ;ALl |   4 LlLh(%8,9l:aFPGhHIXY\]^ubcddefluv$wXxxyzClibyang-cpp-devel1.0.184150300.3.6.1C++ development files for the IETF YANG parser toolkitPartially SWIG-generated bindings to use libyang with a C++ API. The functionality is the same as in libyang, the C++ code links wraps and uses libyang C code. This is the accompanying development package, containing headers, a pkgconfig file, and .so entry point for the libyang C++ bindings.cAibs-arm-3{SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/CESNET/libyanglinuxaarch64(F9g 2A큤cA_____cAc@1291de1c38d892052ffae0b813bbc67eadf80bfc40485036a1e3e93e7387c374c9254167e244425e065280efad978a69a4ab49d82cdf41b20f5b4b40691a9ecdf7ca41438a2281d399e18b36cf4fef411d1944bb23acc23020d5805b5b642b5ad013826dd8d3af95bb3e9986784054a457bb3d1ad1e493ca6a6f3eb960c031e0a6d12b00aa8f1b11fcb0d8b5edcc4c1bf79b0a1a08f9c06a3be32645bec7470a36189138fc9f6a5a25e9644799dfd4af7967abd20bd8d44873ebfc4e1c51d144libyang-cpp.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyang-1.0.184-150300.3.6.1.src.rpmlibyang-cpp-devellibyang-cpp-devel(aarch-64)pkgconfig(libyang-cpp)@@    /usr/bin/pkg-configlibyang-cpp1pkgconfig(libyang)rpmlib(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.11.0.184libyangInternal.hppLibyang.hppTree_Data.hppTree_Schema.hppXml.hpplibyang-cpp.solibyang-cpp.pc/usr/include//usr/include/libyang//usr/lib64//usr/lib64/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:25793/SUSE_SLE-15-SP3_Update/2a781cbc2ade9970f7d6c7c152487ba2-libyang.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxdirectoryC++ source, ASCII textpkgconfig filePRRt0LB3]oAutf-84745e738eb6dc83249f8f3ed000960642a487aa7c48baad29b560ccc6372dbf4? 7zXZ !t//] crt:bLL UKhc54 ܝӝi>0LJЫJ"6#5DҥBT"7"!S7)!?&xBUW[e]H| 2j~AB!Kus㞯򢞭۟|Z2[?_vO /O@czB _bFIܶ]Gҹv5{>lXKF1FF%j*qM(*`r Ma_jȄlLoL}!I, eMc$Ykڑt9+y RX(b6دC&T#EתSȹ߮1qb: \2mi|s -{EYdK\=Ro:Ş^<]S*1Ĝ,fSz* u2ullٷ=;|ֈH4,r6D%3YPdJ5vc ,}%M4tܠDk.]1rxGN=XhD[d6+٧.'^Eo8kwPd_[Ɨ S9$Z?:\#3/@! ⧰!ePЋq_MR.|n"KA; ltjׂCX*:\Ak.qW(E 2QeŞ8u|w-8xX~y1&"|s)싂Il6,vઃ IQiz`vBGK'-F SMt\􌢬Ʊ=  qcb)jl vlw&a$FtİE9ZT|>;gO&e@);kow%,;YhdHB$Yot=ϒ"$_ԽwFѺjܺX/%?aim:$8EOYʜ8&;sG>;/umud'E=<:C޾YYMpG:%M"daM ~s2deU'[ZʾmL{շ)rT]8x^aݤ& uX: DunF ,֜1FKCHY-:U.=$O :NS/gA$~S{Ǧ!U-yV"gHd6A`$,%dWFzK fWX9CbT=>/χs[wŝp#Yíp9C]8 `oނP4ֲU'ri:Pô{Ȣb=v9^@Z YrEvC H@=9Sh xBZ^x۬ƍRvJ(lؔ=Ci午8!rj8vǏD fNѶºKY/NҲA:G]߸)ui߭V /[t=cMF~lD\;d@'Z^6YT>Hq5Zħj8uf}@icH/b}n-GUe)L %"C~d4εXyg|V@O Kd||-e\ eP)eĄD/p`^o"[nz(T9 >?9kWc@.vb;$qXTV.&W_5E?ѡ?̕tVwtZbITo2p)͍I|{Z?7 ʫ͕f6Hlpp8pfycS s"|Tg?=w|mD5n4*6kuP\#,HkT&x_bvR |Ӑ",5 C&oeI.*e4:&^ݵݱc-y_؉ )oB\(i;>u P"K }6$qw@=zfDKcТR. *+)#?@(PR#B2!9)+"kb1]bopQBڝڵ[^v%1<| ?hf:>Ud/_;Lϭ^D9 MBj(N7E#]rےf$,6#d_:71pe|O.35&ckH|hjfđ%mBM%GWhAXę l }6ZqӤߟs W@vTcX~(,خ-Zzo(@$6?>="s}3h;*uSm :m23p` }|W< W[L `iϭdubl 4+SWt˓gRZrVy+P.pt_RO%;7I'ܣ-p^"eߺEm#J?%@IgPӹB^нIǤ`|UNueP6{gI0awR {]DU+Nt\} 42}zYټN_^ x$h|0X ڤ@[ȌJL: uWUBOa }spxҳ={Xf#2&l}8-^@jfG7G^q& h?sr`^‘͘B+_a ^nsg)"{“㑘'p=kOBn '[ւ8 Y'(Vk[_@䖵-H}\.wQ8}~ss=b< ZOtib%4o~,,Of R:;IVҢ:] lWg b'˼.ƺ ڙ.P C٘yT9*n/ 3~AO&^8$|+2)WKP<oSķqC( Kޒաv~{k VE E ( ̙EmHR Q9 tGxxZEkOjR_+P0AQFńQةObhf #"_oȈ <;  Kmjr [" ;sIH2N~X4<ǰɲ Kr1`J9@^֠@#t֪7<**kN%x0u*ti}t wXc |aSA?*  h.2\5byr+1:aoyPy_`5"Y!wp~jnay5u'\4JX QxpS[KjШVRGO`&j0N9)xwăfTl'`gԒ;Yzw:NS,YH vh:맮J8V/nEGe0;ovAi @3 { ~f»)k=Ժxye7N]nR8CƔ&c.:T=(gVpWmhVaDYrІzEф9,4ՙ2q[% Y"7Tk%j_L8upƐw|FzYذu<t2]=CJ=F^(Nh;CVc|&dح:}j([?xTFanqKժɨX$1L#J'*Os}Eo"TfaYz\$,jN"RŠ^@p&T}h7LJ Asr{l#@؃UD&OT6Θ) _qK+AYKj64g&:}"a*O?&zۓJa Ҟ>"y͎\'Yurw!^0k?ޮ'Fx!IϴdîpJYJ~2Aj`^-0=HoL`k0֞Pp^sx42R Rb){.-+: "=ޱVPsяiKdTvwлmA],eytҒ 9-Fpw'@fnLhkb*y tkA6_tْ.~mmQ0 Օ}v^ݳ[ vUk:tބ|׏`W _o0 w8A}~ƨ:JC4ܯ@M_~o+ ؤ*Z΂D"@Sž 1%4U7&@GS>+JZv^Oſ'7-mf> =6(#t`啄pZ SH>N- ,P淼c=G>ڷ lMSTz VDn $\*a"wYAǧ֭OF\S?sr}(10G{gbi:MwS H2wQ΂03=ZGҪ<<2;W>usO$lRL CR s磗m[;dgQI.,ovH jNϓpmzLqcs:>Pb-D'š{1⁤(" NVnaȟ 3!Jc0&֓tƪڙ^BR&,:~I:"زP=qsq%(?~Ffꉠ3-C6&gU) Ez_As, ϔuyuR{~K}n"BY7N$gS=ziuZXT& _ݰM$1ah'\K੬-˦'\)̼:>q>s٨J<͖KgO-$*ތyzR.}z[#P>LC%=MoKտW6C~& j'ܱ1Ұ\Rr kv۳1<HW |gK\_M,~汈ʀ`V`roeb0ωE eL^07A]!'{;+xeAkBgBg \Ӑ3<1N}R[j.$H ~',nj- wNA$e=0=F*'%z5:-NAJ-)51s%pv.I$BTʝ=-;VS|.f$Vq6ohhLg{ W"pw8HQ5m)N)uB௟2uL(:F$hFj[`´*H)Qwoۊ'QTFSw=9D* k'+fw%rKϴ7t).j+eK{/b\.GTK%2v/\:Ka<B\~e<&u`6<2'6F,~~ p#{n@5^eD%l$9bz`sI*ի)= tu%ȫh#|1NwDgSGNyR5RC{n.{ahL3ڣ{3~.]8PBIs,P%y-Q,E{ZqJpC{ 1"m; #߃:]Ȩ, `!;_*FJGIZ0Ҩ"T h <h i-evAT2~q#2OVAUL=WPM1~(+袼g؍#yvO)4- ݩm-0;ˎK_i  6/h'^$Jm/=?BnS":Xox_|ɅL-!%^ߙGq k5L/Aƾ'8VeX"r cid]|&VOanrD64*~8^rNq2xj*f+v^0>Hd:Mt ` AvUGaMrxϐ{f׋A/!MXWF6Ux 7LwxFҐ):8`@}JZ^p̸-QxFA"-] 1fvWks q |bD5f@1-9zWTνgStQd]@9ʨZ-&!!u+ gq*D!!@ZCs.?ʍ˜I "4BSEAaiTϓF 㴻 yGaIJq&|E#*KB\gJfi!l̋UBVݷ5K` ;"qRI"V+*3?y=(?1%u7yE2 . Mewq1i]X\QP~mdV1pq3+7aը7q#hI9Py뀔1M-W|ZioDwW'9QbP}+CȸF\"+qF _I G$2k|XD "b;a_f=ɔL: [C3FM4xBW{~W]'i'R[Npz%,WTy_j%'YIchW Gf~*l}Wr_aU}fDbpg4qkRXFmmQKgHVrv$tig@89N>1IҘ:)ŏ3،=]bn [(GaE*9҄Vj[F*/CZ\8dM̨huk*bY;_Zƌ(>۽x]E~Ԙv ^D+P6Hj @A|R~)C *]p)5'|LKcxL/9O1$Ïmq_j_Q8unhu(B6mx|÷+;Rv<Ĭ]Bږ}ۦvVfA{*b= ɷ}CTEEn o KY6b %}/y]G)W;$Ąu&'bb:YH! |ϑS$T* eFk=.)6|n=$3P_aRZDñ3Ryn8LnhF||vƘh.禛-5B89OQ, YilKc3ƕ$] GQ`|,g.'Ȥa|g< Z^[|8.Lnɧ PnF{佨Y.%83UOy6*W**nq@aA# Y~{tM.Mlf(lL%۫2Qf;2`臶F z.@I[ Ō2.snwH ρ-ckŇ }_78{]=$伨hCBD :;+L%5'ڐeS.SY'IkL5ل9bc_o8WDOO hs>4'N(v̍+a1͔o̟τdžނoC| <űKܧNơ;7iQ# }8kgSe7 yUAgv#}C!]jI`k4aZ7VjY(?&c*,--[Q%m~9?YA;hC?e>TxGnX7TEֲIJH˜AJˁ`=1IϠ 9=e4+-ﳷ f:g/ZV;u Eldb44NtkPF^VdMa*Ag 6ٗ5&x'itvtOx w!QmlC)w"~