All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] package/libyang: bump to version 3.4.2
@ 2024-12-19 15:21 Heiko Thiery
  2024-12-19 15:21 ` [Buildroot] [PATCH 2/6] package/libnetconf2: bump to version 3.5.1 Heiko Thiery
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Heiko Thiery @ 2024-12-19 15:21 UTC (permalink / raw)
  To: buildroot; +Cc: Fiona Klute, Heiko Thiery, Jan Kundrát

The LICENSE hash has to be updated due to copyright year change.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/libyang/libyang.hash | 4 ++--
 package/libyang/libyang.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libyang/libyang.hash b/package/libyang/libyang.hash
index e03278adfd..eb8388166a 100644
--- a/package/libyang/libyang.hash
+++ b/package/libyang/libyang.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  77a0aaaeb3df720aeb70d6896e32e2c2be099d48df73e3cfb52567051af3e44b  libyang-2.1.148.tar.gz
-sha256  0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb  LICENSE
+sha256  2767902aeffc55c55767f4ecfe5371c422174794edd8aa2b02028d5fe3f8b82c  libyang-3.4.2.tar.gz
+sha256  f4fbaa09c8b2faa6a873a38181ff860e2ff90808320f71deb369f03ddfb920da  LICENSE
diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index fca0cd63f8..2f095c7e9b 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBYANG_VERSION = 2.1.148
+LIBYANG_VERSION = 3.4.2
 LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
 LIBYANG_LICENSE = BSD-3-Clause
 LIBYANG_LICENSE_FILES = LICENSE
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-12-30 10:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 15:21 [Buildroot] [PATCH 1/6] package/libyang: bump to version 3.4.2 Heiko Thiery
2024-12-19 15:21 ` [Buildroot] [PATCH 2/6] package/libnetconf2: bump to version 3.5.1 Heiko Thiery
2024-12-28 22:40   ` Thomas Petazzoni via buildroot
2024-12-30  9:59     ` Heiko Thiery
2024-12-19 15:21 ` [Buildroot] [PATCH 3/6] package/sysrepo: bump to version 2.11.7 Heiko Thiery
2024-12-19 15:21 ` [Buildroot] [PATCH 4/6] package/netopeer2: bump to version 2.2.31 Heiko Thiery
2024-12-19 15:21 ` [Buildroot] [PATCH 5/6] support/testing/tests/package/test_sysrepo.py: add new test Heiko Thiery
2024-12-19 15:21 ` [Buildroot] [PATCH 6/6] support/testing/tests/package/test_netopeer2.py: " Heiko Thiery
2024-12-28 23:02   ` Thomas Petazzoni
2024-12-30 10:23     ` Heiko Thiery
2024-12-28 23:00 ` [Buildroot] [PATCH 1/6] package/libyang: bump to version 3.4.2 Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.