libyang-devel-1.0.184-150300.3.6.1<>,%xcB p9|u`g}h&SJރt3 2la(ߔ44T$I+3qR@Gqk<_r0YvSCYVW,stiqZr5/*+ uY8%b5n㾛MN.Փ['S0bǐn4 R2J pǖR./.sTp_ؚ5ׁ \AGYV܉u-pe B0Mnk)>>? d % C8<HLe  $  :  P  |      C z  (89 : FG HD Ip X|Y\ ] ^]bcLdeflu vwH xt yzClibyang-devel1.0.184150300.3.6.1Development files for libyangLibyang implements functions to process schemas expressed in the YANG data modeling language defined by the IETF in RFCs 6020/7950. Schemas expressed in this language primarily describe configuration used by larger network equipment like routers and switches. In addition to handling the schemas itself, the library also provides functions to process data described by the schemas. This subpackage contains libraries and header files for developing applications that want to make use of libyang.cB s390zp35'aSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/CESNET/libyanglinuxs390x ?-UHhJ {1> YA큤cB__cA7cA9____cBcA985bbb454675751c86fed743b4634b51bb083839211adc08d5fe7171de32104a5286ff46a845d96901c8258a2037d32e3a733f23f3138cec8e76e5ead71e80af1ad57e4cc072e13fab586886f83864c4e05cf03bd464a9ae504b4b70e81e494e53e3af0fe968e2e5feea4491a8a356720d88a7ad089cec00cf537c4de1d93a08ae15addd52cc2628ccff66e3958444e9eaa87d610f82a3a335a5e19dc2c257f39903bc63c72f2fa0b6059391d3ddd773e1bb661c6b7de67d39eac511299a3f176e51896bca782bfd344e3d0f4d14e28710886754276fc18ae300877976f82df52c335172ae6a64fd0c119abae7ca71362de692c03ae99608852a47ae09f59cc72f95eed1e7dd4b93adedf5a67a99f882699b8a711bb8befb047d3ed96d1124244libyang.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyang-1.0.184-150300.3.6.1.src.rpmlibyang-devellibyang-devel(s390-64)pkgconfig(libyang)@@    /usr/bin/pkg-configlibyang1pkgconfig(libpcre)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.16r3s390zp35 1662468621 1.0.184-150300.3.6.11.0.184-150300.3.6.11.0.184libyangdict.hextensions.hlibyang.hswigpyrun.htree_data.htree_schema.huser_types.hxml.hlibyang.solibyang.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_Updatedrpmxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig filePRRՂw=$:^utf-8a87e6874340c0eab0227037d451d6076acf23627dbbb46f884009acd55a61710? 7zXZ !t/ ]"k%+K@*NdaqlKs Npga⑓׫Tf#Qgw[dN&1/yvQ/{qsWk6K}<3vL,ƦYi/VS*B$ نKlavK uł\:g&Zt述VRh)wҀ E9g8HaQSYv vՠ+g-eJ4S4Jb t/{F3CaY5I`RJ2IvӸ LQp{J'׸,azC n2Akנ3zoG'';ȭ}5N f aV(V {}'l >'NKJo3dݪWpqćTR0^WCO..>WPv.mgJME|_@fˇRTjY/Z¢ܑ}@Sܳdg!w ?3X'):gɄ,;/boq rٶz;|öt#`<6Ry`)Яs2~"SfZ01mwj=eH|~(a028L _:9T=RdH0yʵqU  l7?a*`DMs-Bk e`|T0ԅ#`.YIWg ,JL >\(r`ǡhay}1d^C KGC\ 1*&̅b8vl+^!9CNn/:9fNj8#8MK"B/"D9i-eMiqsZ4*k;$ J6V i-FŚ]*CJ YZ