libyang 0.16.105-2 source package in Ubuntu

Changelog

libyang (0.16.105-2) unstable; urgency=medium

  * fix CVE-2019-19333 & CVE-2019-19334 (Closes: #946217)
  * fix cache corruption crash (upstream bug 752)
  * fix some gcc & swig version dependent build failures (Closes: #925764)

 -- David Lamparter <email address hidden>  Sun, 22 Dec 2019 14:27:01 +0100

Upload details

Uploaded by:
David Lamparter
Uploaded to:
Sid
Original maintainer:
David Lamparter
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libyang_0.16.105-2.dsc 2.4 KiB 3f1c42ddde2203992c00dee4b1f3bb53064537cbda3535d29adaf7dafa14c821
libyang_0.16.105.orig.tar.gz 2.9 MiB 4745460dedc4ba17d8bcfc39ad9ba0d1b91bbe82b55b9417a090390909ba8ca5
libyang_0.16.105-2.debian.tar.xz 19.5 KiB 3555409be5c31fd652e32f494d00b33bfea659bacc99e22b29a8d946f2b90ad7

No changes file available.

Binary packages built by this source

libyang-cpp-dev: parser toolkit for IETF YANG data modeling - C++ development files

 Partially 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.

libyang-cpp0.16: parser toolkit for IETF YANG data modeling - C++ runtime

 Partially 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.

libyang-cpp0.16-dbgsym: debug symbols for libyang-cpp0.16
libyang-dev: parser toolkit for IETF YANG data modeling - development files

 Libyang 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 package contains the C headers, a pkgconfig file, and .so entry point
 for libyang.

libyang0.16: parser toolkit for IETF YANG data modeling - runtime

 Libyang 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.
 .
 The library is implemented in C and provides an API for other software
 to use in processing configurations.

libyang0.16-dbgsym: debug symbols for libyang0.16
python3-yang: parser toolkit for IETF YANG data modeling - python3 support

 This package allows using libyang functionality to load IETF YANG models
 and data from Python3 code.
 .
 The bindings are partially generated by SWIG.

python3-yang-dbg: parser toolkit for IETF YANG data modeling - python3 debug

 This package allows using libyang functionality to load IETF YANG models
 and data from Python3 code.
 .
 This package contains support for debug versions of Python.

yang-tools: parser toolkit for IETF YANG data modeling - executable tools

 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.

yang-tools-dbgsym: debug symbols for yang-tools