* [PATCH] libyang: Update to version 2.1.4
@ 2022-12-09 21:48 Adolf Belka
2022-12-26 8:39 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-12-09 21:48 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libyang: Update to version 2.1.4
2022-12-09 21:48 [PATCH] libyang: Update to version 2.1.4 Adolf Belka
@ 2022-12-26 8:39 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-12-26 8:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4125 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - 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)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-26 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 21:48 [PATCH] libyang: Update to version 2.1.4 Adolf Belka
2022-12-26 8:39 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox