public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libyang: Update to version 2.1.4
Date: Fri, 09 Dec 2022 22:48:25 +0100	[thread overview]
Message-ID: <20221209214825.3317182-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3889 bytes --]

- Update from version 2.0.194 to 2.1.4
- Update of rootfile
- Changelog
    Version 2.1.4 Latest
	Main changes of this release are:
	    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
    Version 2.0.231
	Main changes of this release are:
	    XPath axes support
	    schema-mount fixes
	    many other fixes in various parts of the library

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/libyang | 16 +++++++++++++---
 lfs/libyang                     |  6 +++---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/config/rootfiles/common/libyang b/config/rootfiles/common/libyang
index 898160158..b0dd54cda 100644
--- a/config/rootfiles/common/libyang
+++ b/config/rootfiles/common/libyang
@@ -7,13 +7,12 @@
 #usr/include/libyang/in.h
 #usr/include/libyang/libyang.h
 #usr/include/libyang/log.h
+#usr/include/libyang/metadata.h
 #usr/include/libyang/out.h
 #usr/include/libyang/parser_data.h
 #usr/include/libyang/parser_schema.h
 #usr/include/libyang/plugins.h
 #usr/include/libyang/plugins_exts.h
-#usr/include/libyang/plugins_exts_compile.h
-#usr/include/libyang/plugins_exts_print.h
 #usr/include/libyang/plugins_types.h
 #usr/include/libyang/printer_data.h
 #usr/include/libyang/printer_schema.h
@@ -25,7 +24,18 @@
 #usr/include/libyang/version.h
 #usr/lib/libyang.so
 usr/lib/libyang.so.2
-usr/lib/libyang.so.2.20.15
+usr/lib/libyang.so.2.25.4
 #usr/lib/pkgconfig/libyang.pc
 #usr/share/man/man1/yanglint.1
 #usr/share/man/man1/yangre.1
+#usr/share/yang
+#usr/share/yang/modules
+#usr/share/yang/modules/libyang
+#usr/share/yang/modules/libyang/ietf-datastores(a)2018-02-14.yang
+#usr/share/yang/modules/libyang/ietf-inet-types(a)2013-07-15.yang
+#usr/share/yang/modules/libyang/ietf-yang-library(a)2019-01-04.yang
+#usr/share/yang/modules/libyang/ietf-yang-metadata(a)2016-08-05.yang
+#usr/share/yang/modules/libyang/ietf-yang-schema-mount(a)2019-01-14.yang
+#usr/share/yang/modules/libyang/ietf-yang-structure-ext(a)2020-06-17.yang
+#usr/share/yang/modules/libyang/ietf-yang-types(a)2013-07-15.yang
+#usr/share/yang/modules/libyang/yang(a)2022-06-16.yang
diff --git a/lfs/libyang b/lfs/libyang
index f97cd0742..ae807fa8a 100644
--- a/lfs/libyang
+++ b/lfs/libyang
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.194
+VER        = 2.1.4
 
 THISAPP    = libyang-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = aa323b39752ac426f35e1ef17ca4a61d726c48916b740511ed03b06b8132747207dd4620842f9730ff1d05f216086310bc1634f393163067c119f5eec0aa91b1
+$(DL_FILE)_BLAKE2 = 0322d5c9003b4ae49a91da981c3c7063ebc783c1ddc964b9ec89a1f75f512fadda1664a8e2add63a81ed694bd10dda1fcdc70f7a31cc947b2835d210e8e454f5
 
 install : $(TARGET)
 
-- 
2.38.1


             reply	other threads:[~2022-12-09 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09 21:48 Adolf Belka [this message]
2022-12-26  8:39 ` Peter Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221209214825.3317182-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox