Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

yang-tools-2.1.55-150500.1.1 RPM for s390x

From OpenSuSE Leap 15.6 for s390x

Name: yang-tools Distribution: SUSE Linux Enterprise 15
Version: 2.1.55 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.1.1 Build date: Thu Apr 6 12:22:06 2023
Group: Productivity/Networking/Other Build host: s390zl37
Size: 205619 Source RPM: libyang-2.1.55-150500.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/CESNET/libyang
Summary: Executable tools from the IETF YANG data modeling parser toolkit
This package provides the "yanglint" and "yangre" tools which can be used
during the creation of IETF YANG schemas.  The tools are not generally
useful for normal operation where libyang primarily processes configuration
data, not schemas.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Apr 04 2023 valentin.lefebvre@suse.com
  - update to v2.1.55:
    * type compilation fixes
    * multi-error validation support
    * JSON parser fixes
    * portability improvements
    * schema-mount support improvements
    * minor optimizations
    * other minor fixes
  - fixed bsc#1210072, CVE-2023-26916
* Thu Jan 19 2023 dmueller@suse.com
  - update to v2.1.30:
    * many JSON printer/parser fixes and improvements
    * unintentionally large library size reduced
    * thread safety improvements
    * big-endian compatibility fix
    * uncrustify updated
    * lots of other fixes and improvements
* Sat Dec 03 2022 dmueller@suse.com
  - update to 2.1.4:
    * large extensions refactoring
    * increased ext plugin API version
    * new callbacks and capabilities of plugins
    * changes in the parsed and compiled ext instance structures
    * native support for structure extension
    * error path logging improvements
    * fixed unions with leafrefs
    * yanglint schema mount support
    * huge number of other fixes and improvements
* Mon Aug 29 2022 jengelh@inai.de
  - Update to release 2.0.231
    * XPath axes support
* Sat May 07 2022 mardnh@gmx.de
  - Update to version 2.0.194
    * major yanglint improvements
    * minor XPath fixes
    * nested extension handling fixes
    * other minor bugfixes
* Sun Apr 10 2022 dmueller@suse.com
  - update to 2.0.164:
    * Windows support (thanks to @jktjkt)
    * Schema Mount support
    * schema compilation fixes
    * minor schema printer fixes
    * user-ordered list diff bugfix
    * JSON anyxml/anydata format fixed
    * XML parser CDATA support
    * module caching improvements
    * doc improvements
    * many other various bugfixes
* Wed Nov 17 2021 linnaea@lavia.moe
  - Update to version 2.0.112
    * Support for XPath variables
    * Bugfixes:
    * Performance issues related to LYB format
    * Memory leaks and double-free in XPath and LYB
    * Opaque node handling in lists and at top-level
* Sat Oct 09 2021 linnaea@lavia.moe
  - Upgrade to Release 2.0.97
    * All language bingdings dropped: libyang-cpp and python-yang
    * Standard extensions are now built-in: libyang-extentions removed
  - Extension path changed from upstream default to allow co-existence
    with possible future version
* Sat Jun 05 2021 mardnh@gmx.de
  - Update to version 1.0.240
    Main changes of this release are:
    * config deviation fixes
    * state leaf-list validation fixes
    * XPath derived-from() fixes
    * minor memory problems fixes
    * other minor bugfixes
  - Update to version 1.0.225
    * bugfixes in various parts of the library
  - Update to version 1.0.215
    Main changes of this release are:
    * JSON printer bugfixes
    * data validation fixes
    * minor XPath optimizations
    * C++ bindings improvements
    * many other minor bugfixes
* Sat Aug 01 2020 mardnh@gmx.de
  - 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)
* Sat Jun 13 2020 mardnh@gmx.de
  - 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
* Thu May 07 2020 mardnh@gmx.de
  - Update to version 1.0.167
    Bugfix release only
    * bugfixes in almost all the components
* Sat Feb 15 2020 mardnh@gmx.de
  - 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
* Sat Dec 21 2019 mardnh@gmx.de
  - Run testsuite
* Fri Dec 20 2019 adam.majer@suse.de
  - Package extensions in a separate package - libyang-extentions
* Mon Dec 09 2019 mardnh@gmx.de
  - 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
* Fri Nov 01 2019 mardnh@gmx.de
  - 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
* Fri Jul 12 2019 mardnh@gmx.de
  - Update to version 1.0r3
    Main features of this release are:
    * many bugfixes in various parts of the library
      + LYB format
      + schema
      + data
      + xpath
* Tue Jun 18 2019 mardnh@gmx.de
  - Build with ENABLE_LYD_PRIV=ON
* Sat Apr 06 2019 mardnh@gmx.de
  - 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.
* Tue Feb 12 2019 jengelh@inai.de
  - Remove duplicated pkgconfig() require (rpm has autodetection!)
  - Remove documentation's arbitrary requirements
  - Strip em dash grammar from summaries.
* Thu Feb 07 2019 mardnh@gmx.de
  - Use better package descriptions
* Mon Feb 04 2019 mardnh@gmx.de
  - Initial package, version 0.16r3

Files

/usr/bin/yanglint
/usr/bin/yangre
/usr/share/man/man1/yanglint.1.gz
/usr/share/man/man1/yangre.1.gz
/usr/share/yang
/usr/share/yang/modules
/usr/share/yang/modules/libyang
/usr/share/yang/modules/libyang/ietf-datastores@2018-02-14.yang
/usr/share/yang/modules/libyang/ietf-inet-types@2013-07-15.yang
/usr/share/yang/modules/libyang/ietf-yang-library@2019-01-04.yang
/usr/share/yang/modules/libyang/ietf-yang-metadata@2016-08-05.yang
/usr/share/yang/modules/libyang/ietf-yang-schema-mount@2019-01-14.yang
/usr/share/yang/modules/libyang/ietf-yang-structure-ext@2020-06-17.yang
/usr/share/yang/modules/libyang/ietf-yang-types@2013-07-15.yang
/usr/share/yang/modules/libyang/yang@2022-06-16.yang


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:57:16 2024