]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libyang: Update to version 2.0.194
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 10 May 2022 10:30:58 +0000 (12:30 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 30 May 2022 19:34:08 +0000 (19:34 +0000)
- Update from version 2.0.7 to 2.0.194
- Update of rootfile
- Changelog
   Version 2.0.194 Latest
    major yanglint improvements
    minor XPath fixes
    nested extension handling fixes
    other minor bugfixes
    RPM scripts updated
   Version 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
   Version 2.0.112
    support for XPath variables
    minor doxygen improvements
    LYB format bugfixes
    many other bugfixes
   Version 2.0.97
    LYB format data length limit of 64kB lifted
    YANG error-app-tag and error-message improved support
    XPath * evaluation fix
    other minor XPath fixes
   Version 2.0.88
    changed compilation to pedantic and use C11 standard
    major JSON parser fixes
    LYB format updated and performance improved
    LYB big-endian fixes
    opaque node fixes
    major identity handling fixes
    schema compilation refactorization and fixes
    data validation fixes
    NETCONF RPC filter attribute support
    many other minor fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/libyang
lfs/libyang

index f77ef8b700ad2581d6421a512a86f308a6a3e6f7..8981601583479acae3d9fb560989487bd96b8568 100644 (file)
@@ -25,7 +25,7 @@
 #usr/include/libyang/version.h
 #usr/lib/libyang.so
 usr/lib/libyang.so.2
-usr/lib/libyang.so.2.1.4
-#usr/lib/pkgconfig
+usr/lib/libyang.so.2.20.15
 #usr/lib/pkgconfig/libyang.pc
 #usr/share/man/man1/yanglint.1
+#usr/share/man/man1/yangre.1
index 5699aea9c46f73c5eff0b788604f3e7b99787de5..f97cd0742e2ec1166e00e8336b2a8cb02bc1afff 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.7
+VER        = 2.0.194
 
 THISAPP    = libyang-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = a3ad7dc0bcff14ea5fec0221f11efb2ef61efa8b4b3c8ebd6d58f3184cc1f1979c026985c1782d2f2177227a8aae815c6c4fa7063fb19156af78f65740623318
+$(DL_FILE)_BLAKE2 = aa323b39752ac426f35e1ef17ca4a61d726c48916b740511ed03b06b8132747207dd4620842f9730ff1d05f216086310bc1634f393163067c119f5eec0aa91b1
 
 install : $(TARGET)