public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167
@ 2020-05-11 19:56 Heiko Thiery
  2020-05-11 19:56 ` [Buildroot] [PATCH 2/3] package/libnetconf2: bump to version 1.1.24 Heiko Thiery
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Heiko Thiery @ 2020-05-11 19:56 UTC (permalink / raw)
  To: buildroot

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 9e1f60492e..52ce65516e 100644
--- a/package/libyang/libyang.hash
+++ b/package/libyang/libyang.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c9703079f10fbf7154882562322b4b01764bc7735345da555ca51201b02e536c  libyang-1.0.130.tar.gz
+sha256  2431fa5c7cfbe6a6f2c0873547b976f018438967adfe268726911dd3d95eaa31  libyang-1.0.167.tar.gz
 sha256  f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112  LICENSE
diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index 4e47c9f5fc..766c14fdcd 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBYANG_VERSION = 1.0.130
+LIBYANG_VERSION = 1.0.167
 LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
 LIBYANG_LICENSE = BSD-3-Clause
 LIBYANG_LICENSE_FILES = LICENSE
-- 
2.20.1

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

* [Buildroot] [PATCH 2/3] package/libnetconf2: bump to version 1.1.24
  2020-05-11 19:56 [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Heiko Thiery
@ 2020-05-11 19:56 ` Heiko Thiery
  2020-05-11 19:56 ` [Buildroot] [PATCH 3/3] package/sysrepo: bump version to 1.4.58 Heiko Thiery
  2020-05-15 19:57 ` [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Thiery @ 2020-05-11 19:56 UTC (permalink / raw)
  To: buildroot

The LICENSE file hash changed due to Copyright year updating to include 2020.

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

diff --git a/package/libnetconf2/libnetconf2.hash b/package/libnetconf2/libnetconf2.hash
index a73cb0ce91..f49972e957 100644
--- a/package/libnetconf2/libnetconf2.hash
+++ b/package/libnetconf2/libnetconf2.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  35a1048754d6440674a193e4807b7cab5d03613b384436b67ef976ab3b1a2d01  libnetconf2-1.1.7.tar.gz
-sha256  085122ea91161812dda9cd2f42d8c50ecc3a48cc1a4f15044d86cfc5aa887577  LICENSE
+sha256  1a69db028bf970f0dab15ed508b58e0cf0806a7e4492828404b75c97ec8ab306  libnetconf2-1.1.24.tar.gz
+sha256  bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064  LICENSE
diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/libnetconf2.mk
index 724e4993bb..4ef3d85b17 100644
--- a/package/libnetconf2/libnetconf2.mk
+++ b/package/libnetconf2/libnetconf2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNETCONF2_VERSION = 1.1.7
+LIBNETCONF2_VERSION = 1.1.24
 LIBNETCONF2_SITE = $(call github,CESNET,libnetconf2,v$(LIBNETCONF2_VERSION))
 LIBNETCONF2_INSTALL_STAGING = YES
 LIBNETCONF2_LICENSE = BSD-3-Clause
-- 
2.20.1

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

* [Buildroot] [PATCH 3/3] package/sysrepo: bump version to 1.4.58
  2020-05-11 19:56 [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Heiko Thiery
  2020-05-11 19:56 ` [Buildroot] [PATCH 2/3] package/libnetconf2: bump to version 1.1.24 Heiko Thiery
@ 2020-05-11 19:56 ` Heiko Thiery
  2020-05-15 19:57 ` [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Thiery @ 2020-05-11 19:56 UTC (permalink / raw)
  To: buildroot

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 a759821614..ae72fc2b00 100644
--- a/package/sysrepo/sysrepo.hash
+++ b/package/sysrepo/sysrepo.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  d84d4f092feab83b0a39fef5d0d62bc6ed1f0f8aa274329f2cbf0a95a6528d8a  sysrepo-1.4.2.tar.gz
+sha256  9c134658a5b812cd86b9113c30fc01be5a094616f473e747032ccf614af9e4dd  sysrepo-1.4.58.tar.gz
 sha256  b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1  LICENSE
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 67290dad4f..aee40fa274 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSREPO_VERSION = 1.4.2
+SYSREPO_VERSION = 1.4.58
 SYSREPO_SITE = $(call github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
 SYSREPO_INSTALL_STAGING = YES
 SYSREPO_LICENSE = Apache-2.0
-- 
2.20.1

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

* [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167
  2020-05-11 19:56 [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Heiko Thiery
  2020-05-11 19:56 ` [Buildroot] [PATCH 2/3] package/libnetconf2: bump to version 1.1.24 Heiko Thiery
  2020-05-11 19:56 ` [Buildroot] [PATCH 3/3] package/sysrepo: bump version to 1.4.58 Heiko Thiery
@ 2020-05-15 19:57 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-15 19:57 UTC (permalink / raw)
  To: buildroot

On Mon, 11 May 2020 21:56:48 +0200
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 to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-05-15 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-11 19:56 [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Heiko Thiery
2020-05-11 19:56 ` [Buildroot] [PATCH 2/3] package/libnetconf2: bump to version 1.1.24 Heiko Thiery
2020-05-11 19:56 ` [Buildroot] [PATCH 3/3] package/sysrepo: bump version to 1.4.58 Heiko Thiery
2020-05-15 19:57 ` [Buildroot] [PATCH 1/3] package/libyang: bump to version 1.0.167 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox