From patchwork Tue May 10 10:30:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5603 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KyDpd0540z3x1v for ; Tue, 10 May 2022 10:31:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KyDpb4f0bz45C; Tue, 10 May 2022 10:31:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KyDpb4N8cz2yqB; Tue, 10 May 2022 10:31:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KyDpZ3Gp4z2xK6 for ; Tue, 10 May 2022 10:31:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KyDpZ1sN2z45C; Tue, 10 May 2022 10:31:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652178662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=yvDPPAcfqtyZWRX4NPzN7mYXVihSeva5EgxmJsXG1t8=; b=691Zp5v2oeKc9mVzBjKs7KTMRR7K1/LLPRYY2VEN1ACLB1MD7SRf2qjxNNWTR3GBa4D4Wb fmAWKL2omO6zsTDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652178662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=yvDPPAcfqtyZWRX4NPzN7mYXVihSeva5EgxmJsXG1t8=; b=oexGMM92ci+0Z6A1lEhEWFVpP91aXv6WNIB3ikrEIl+uXldj9xhpRpDIRhteBwKLYLMris m80EOTG4jNu1k4jLABaRRcCE4KZDbEOg4KizBv1/Bnvc3bbziAryrOvKRzWAeWNdeKKdCa aBR3veFiKWmVcOgkLg7IPLC0/k5frRi4WmRqqvIXD0xs9DeASeUybf54d94t5huPZqyHa1 QH/9FnGeCSsqDiSK2WH8rDntbR4alcWz13tJTRuCiSBihDv4v2B9HkcWa7m51BxKiwbljn SF2reRZVgJPPt3lruZgOXOgOZdoJkauSS4ReQPWsn6+dMNNb6kicZypI6Df0HA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libyang: Update to version 2.0.194 Date: Tue, 10 May 2022 12:30:58 +0200 Message-Id: <20220510103058.5288-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- config/rootfiles/common/libyang | 4 ++-- lfs/libyang | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libyang b/config/rootfiles/common/libyang index f77ef8b70..898160158 100644 --- a/config/rootfiles/common/libyang +++ b/config/rootfiles/common/libyang @@ -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 diff --git a/lfs/libyang b/lfs/libyang index 5699aea9c..f97cd0742 100644 --- a/lfs/libyang +++ b/lfs/libyang @@ -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)