* [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30
@ 2023-02-13 18:19 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.28 Heiko Thiery
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Heiko Thiery @ 2023-02-13 18:19 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/libyang/libyang.hash | 2 +-
package/libyang/libyang.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libyang/libyang.hash b/package/libyang/libyang.hash
index da8600351b..26a28d6eed 100644
--- a/package/libyang/libyang.hash
+++ b/package/libyang/libyang.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 f30ee1c3e13f0c5d25c4d2fb628e4b262b483d0a500464a7c12008ccc393a69e libyang-2.1.4.tar.gz
+sha256 761cfd959342b147f6a43a84c931c7fde68dd3a1ad540a0e5302288b204f073d libyang-2.1.30.tar.gz
sha256 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb LICENSE
diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index 6c57a2dd42..f160035c09 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBYANG_VERSION = 2.1.4
+LIBYANG_VERSION = 2.1.30
LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
LIBYANG_LICENSE = BSD-3-Clause
LIBYANG_LICENSE_FILES = LICENSE
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.28
2023-02-13 18:19 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Heiko Thiery
@ 2023-02-13 18:19 ` Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 3/4] package/sysrepo: bump version to 2.2.36 Heiko Thiery
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Heiko Thiery @ 2023-02-13 18:19 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/libnetconf2/libnetconf2.hash | 2 +-
package/libnetconf2/libnetconf2.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libnetconf2/libnetconf2.hash b/package/libnetconf2/libnetconf2.hash
index 34e934089e..675c76a500 100644
--- a/package/libnetconf2/libnetconf2.hash
+++ b/package/libnetconf2/libnetconf2.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 2f1a6559e8e43ea18ea337ab5f194f8443695c7ab4dde5d7b2560603f9bf702a libnetconf2-2.1.25.tar.gz
+sha256 72e9a6461fadbd22f0cf0d23ba68d62b297c8f564f7f2bee069748fb67fc3a24 libnetconf2-2.1.28.tar.gz
sha256 bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064 LICENSE
diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/libnetconf2.mk
index 0d4294d8d3..e349c1bce4 100644
--- a/package/libnetconf2/libnetconf2.mk
+++ b/package/libnetconf2/libnetconf2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNETCONF2_VERSION = 2.1.25
+LIBNETCONF2_VERSION = 2.1.28
LIBNETCONF2_SITE = $(call github,CESNET,libnetconf2,v$(LIBNETCONF2_VERSION))
LIBNETCONF2_INSTALL_STAGING = YES
LIBNETCONF2_LICENSE = BSD-3-Clause
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/4] package/sysrepo: bump version to 2.2.36
2023-02-13 18:19 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.28 Heiko Thiery
@ 2023-02-13 18:19 ` Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.49 Heiko Thiery
2023-02-15 20:58 ` [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Thomas Petazzoni via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Heiko Thiery @ 2023-02-13 18:19 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/sysrepo/sysrepo.hash | 2 +-
package/sysrepo/sysrepo.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/sysrepo/sysrepo.hash b/package/sysrepo/sysrepo.hash
index a90d8259bf..6a5e98f41b 100644
--- a/package/sysrepo/sysrepo.hash
+++ b/package/sysrepo/sysrepo.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 1bc866f13e41ba5e7e4acd52b5c3d42b1a2a1e032775e0a9b094f3265844cd25 sysrepo-2.2.12.tar.gz
+sha256 bebb7901682eb23bf4c73d086d0a45c124ec751a67793a66024f1d4203425730 sysrepo-2.2.36.tar.gz
sha256 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826 LICENSE
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 9da8c22ca2..6b031ae6f9 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SYSREPO_VERSION = 2.2.12
+SYSREPO_VERSION = 2.2.36
SYSREPO_SITE = $(call github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
SYSREPO_INSTALL_STAGING = YES
SYSREPO_LICENSE = BSD-3-Clause
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.49
2023-02-13 18:19 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.28 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 3/4] package/sysrepo: bump version to 2.2.36 Heiko Thiery
@ 2023-02-13 18:19 ` Heiko Thiery
2023-02-15 20:58 ` [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Thomas Petazzoni via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Heiko Thiery @ 2023-02-13 18:19 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/netopeer2/netopeer2.hash | 2 +-
package/netopeer2/netopeer2.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/netopeer2/netopeer2.hash b/package/netopeer2/netopeer2.hash
index cc71a2dab8..6a278fbbaf 100644
--- a/package/netopeer2/netopeer2.hash
+++ b/package/netopeer2/netopeer2.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 b166fe3425bb55b5f330fb7f53158f613bffc07493925ac437193e4d2defb3e7 netopeer2-2.1.42.tar.gz
+sha256 2b1daac037f18c303e0c0dc3318ba30196459472e4c59f2f8547ee74d4cdf31d netopeer2-2.1.49.tar.gz
sha256 b46f161fbdcf127d3ef22602e15958c3092fe3294f71a2dc8cdf8f6689cba95b LICENSE
diff --git a/package/netopeer2/netopeer2.mk b/package/netopeer2/netopeer2.mk
index 7cb9202575..47fcd31acd 100644
--- a/package/netopeer2/netopeer2.mk
+++ b/package/netopeer2/netopeer2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NETOPEER2_VERSION = 2.1.42
+NETOPEER2_VERSION = 2.1.49
NETOPEER2_SITE = $(call github,CESNET,Netopeer2,v$(NETOPEER2_VERSION))
NETOPEER2_DL_SUBDIR = netopeer2
NETOPEER2_LICENSE = BSD-3-Clause
--
2.20.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30
2023-02-13 18:19 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Heiko Thiery
` (2 preceding siblings ...)
2023-02-13 18:19 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.49 Heiko Thiery
@ 2023-02-15 20:58 ` Thomas Petazzoni via buildroot
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-15 20:58 UTC (permalink / raw)
To: Heiko Thiery; +Cc: Jan Kundrát, buildroot
On Mon, 13 Feb 2023 19:19:43 +0100
Heiko Thiery <heiko.thiery@gmail.com> wrote:
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
> ---
> package/libyang/libyang.hash | 2 +-
> package/libyang/libyang.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Series applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-15 20:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 18:19 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.28 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 3/4] package/sysrepo: bump version to 2.2.36 Heiko Thiery
2023-02-13 18:19 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.49 Heiko Thiery
2023-02-15 20:58 ` [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.30 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.