Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package {sysrepo, libyang}: bump to version 2.2.150 (sysrepo), 2.1.148 (libyang)
@ 2024-02-18  6:22 Kadambini Nema
  2024-02-18  8:09 ` Giulio Benetti
  0 siblings, 1 reply; 5+ messages in thread
From: Kadambini Nema @ 2024-02-18  6:22 UTC (permalink / raw)
  To: buildroot; +Cc: Jan Kundrát, Heiko Thiery, Kadambini Nema

Release notes: https://github.com/sysrepo/sysrepo/releases
               https://github.com/CESNET/libyang/releases/tag/v2.1.148

$ ./utils/test-pkg -d br_test -k -c sysrepo.config sysrepo
                    bootlin-armv5-uclibc [1/6]: OK
                     bootlin-armv7-glibc [2/6]: OK
                   bootlin-armv7m-uclibc [3/6]: SKIPPED
                     bootlin-x86-64-musl [4/6]: OK
                      br-arm-full-static [5/6]: SKIPPED
                            sourcery-arm [6/6]: OK
6 builds, 2 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com>
---
 package/libyang/libyang.hash | 2 +-
 package/libyang/libyang.mk   | 2 +-
 package/sysrepo/sysrepo.hash | 2 +-
 package/sysrepo/sysrepo.mk   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libyang/libyang.hash b/package/libyang/libyang.hash
index 3658b20e4e..e03278adfd 100644
--- a/package/libyang/libyang.hash
+++ b/package/libyang/libyang.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  3e52b922fcf371933ad7de1686ad83504e3358236e7817b5af795b0db52fa221  libyang-2.1.111.tar.gz
+sha256  77a0aaaeb3df720aeb70d6896e32e2c2be099d48df73e3cfb52567051af3e44b  libyang-2.1.148.tar.gz
 sha256  0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb  LICENSE
diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index 5533c7c68e..fca0cd63f8 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBYANG_VERSION = 2.1.111
+LIBYANG_VERSION = 2.1.148
 LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
 LIBYANG_LICENSE = BSD-3-Clause
 LIBYANG_LICENSE_FILES = LICENSE
diff --git a/package/sysrepo/sysrepo.hash b/package/sysrepo/sysrepo.hash
index 6a5e98f41b..056f70787d 100644
--- a/package/sysrepo/sysrepo.hash
+++ b/package/sysrepo/sysrepo.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  bebb7901682eb23bf4c73d086d0a45c124ec751a67793a66024f1d4203425730  sysrepo-2.2.36.tar.gz
+sha256  467efed8d0f62c26a0d200602b911096eb2d67858e620937ab68f96b316fa9b7  sysrepo-2.2.150.tar.gz
 sha256  88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826  LICENSE
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 6b031ae6f9..7f2570bd7d 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSREPO_VERSION = 2.2.36
+SYSREPO_VERSION = 2.2.150
 SYSREPO_SITE = $(call github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
 SYSREPO_INSTALL_STAGING = YES
 SYSREPO_LICENSE = BSD-3-Clause
-- 
2.25.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/1] package {sysrepo, libyang}: bump to version 2.2.150 (sysrepo), 2.1.148 (libyang)
  2024-02-18  6:22 [Buildroot] [PATCH 1/1] package {sysrepo, libyang}: bump to version 2.2.150 (sysrepo), 2.1.148 (libyang) Kadambini Nema
@ 2024-02-18  8:09 ` Giulio Benetti
  2024-02-19 19:59   ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Kadambini Nema
  0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2024-02-18  8:09 UTC (permalink / raw)
  To: Kadambini Nema, buildroot; +Cc: Jan Kundrát, Heiko Thiery

Hello Nema,

thank you for contributing!

Can you please split this into 2 patches?

If one package version requires another package minimum version then
please point it in the commit log.

Best regards
-- 
Giulio Benetti
CEO&CTO@Benetti Engineering sas

On 18/02/24 07:22, Kadambini Nema wrote:
> Release notes: https://github.com/sysrepo/sysrepo/releases
>                 https://github.com/CESNET/libyang/releases/tag/v2.1.148
> 
> $ ./utils/test-pkg -d br_test -k -c sysrepo.config sysrepo
>                      bootlin-armv5-uclibc [1/6]: OK
>                       bootlin-armv7-glibc [2/6]: OK
>                     bootlin-armv7m-uclibc [3/6]: SKIPPED
>                       bootlin-x86-64-musl [4/6]: OK
>                        br-arm-full-static [5/6]: SKIPPED
>                              sourcery-arm [6/6]: OK
> 6 builds, 2 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
> 
> Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com>
> ---
>   package/libyang/libyang.hash | 2 +-
>   package/libyang/libyang.mk   | 2 +-
>   package/sysrepo/sysrepo.hash | 2 +-
>   package/sysrepo/sysrepo.mk   | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libyang/libyang.hash b/package/libyang/libyang.hash
> index 3658b20e4e..e03278adfd 100644
> --- a/package/libyang/libyang.hash
> +++ b/package/libyang/libyang.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  3e52b922fcf371933ad7de1686ad83504e3358236e7817b5af795b0db52fa221  libyang-2.1.111.tar.gz
> +sha256  77a0aaaeb3df720aeb70d6896e32e2c2be099d48df73e3cfb52567051af3e44b  libyang-2.1.148.tar.gz
>   sha256  0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb  LICENSE
> diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
> index 5533c7c68e..fca0cd63f8 100644
> --- a/package/libyang/libyang.mk
> +++ b/package/libyang/libyang.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBYANG_VERSION = 2.1.111
> +LIBYANG_VERSION = 2.1.148
>   LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
>   LIBYANG_LICENSE = BSD-3-Clause
>   LIBYANG_LICENSE_FILES = LICENSE
> diff --git a/package/sysrepo/sysrepo.hash b/package/sysrepo/sysrepo.hash
> index 6a5e98f41b..056f70787d 100644
> --- a/package/sysrepo/sysrepo.hash
> +++ b/package/sysrepo/sysrepo.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  bebb7901682eb23bf4c73d086d0a45c124ec751a67793a66024f1d4203425730  sysrepo-2.2.36.tar.gz
> +sha256  467efed8d0f62c26a0d200602b911096eb2d67858e620937ab68f96b316fa9b7  sysrepo-2.2.150.tar.gz
>   sha256  88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826  LICENSE
> diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
> index 6b031ae6f9..7f2570bd7d 100644
> --- a/package/sysrepo/sysrepo.mk
> +++ b/package/sysrepo/sysrepo.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -SYSREPO_VERSION = 2.2.36
> +SYSREPO_VERSION = 2.2.150
>   SYSREPO_SITE = $(call github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
>   SYSREPO_INSTALL_STAGING = YES
>   SYSREPO_LICENSE = BSD-3-Clause

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

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

* [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148
  2024-02-18  8:09 ` Giulio Benetti
@ 2024-02-19 19:59   ` Kadambini Nema
  2024-02-19 19:59     ` [Buildroot] [PATCH 2/2] package/sysrepo: bump version to 2.2.150 Kadambini Nema
  2024-05-11 10:43     ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Kadambini Nema @ 2024-02-19 19:59 UTC (permalink / raw)
  To: buildroot; +Cc: giulio.benetti, Heiko Thiery, Jan Kundrát, Kadambini Nema

Signed-off-by: Kadambini Nema <kadambini.nema@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 3658b20e4e..e03278adfd 100644
--- a/package/libyang/libyang.hash
+++ b/package/libyang/libyang.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  3e52b922fcf371933ad7de1686ad83504e3358236e7817b5af795b0db52fa221  libyang-2.1.111.tar.gz
+sha256  77a0aaaeb3df720aeb70d6896e32e2c2be099d48df73e3cfb52567051af3e44b  libyang-2.1.148.tar.gz
 sha256  0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb  LICENSE
diff --git a/package/libyang/libyang.mk b/package/libyang/libyang.mk
index 5533c7c68e..fca0cd63f8 100644
--- a/package/libyang/libyang.mk
+++ b/package/libyang/libyang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBYANG_VERSION = 2.1.111
+LIBYANG_VERSION = 2.1.148
 LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
 LIBYANG_LICENSE = BSD-3-Clause
 LIBYANG_LICENSE_FILES = LICENSE
-- 
2.25.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/2] package/sysrepo: bump version to 2.2.150
  2024-02-19 19:59   ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Kadambini Nema
@ 2024-02-19 19:59     ` Kadambini Nema
  2024-05-11 10:43     ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Kadambini Nema @ 2024-02-19 19:59 UTC (permalink / raw)
  To: buildroot; +Cc: giulio.benetti, Heiko Thiery, Jan Kundrát, Kadambini Nema

Note: This release depends on libyang (v2.1.148) (https://github.com/sysrepo/sysrepo/releases/tag/v2.2.150)

Signed-off-by: Kadambini Nema <kadambini.nema@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 6a5e98f41b..056f70787d 100644
--- a/package/sysrepo/sysrepo.hash
+++ b/package/sysrepo/sysrepo.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  bebb7901682eb23bf4c73d086d0a45c124ec751a67793a66024f1d4203425730  sysrepo-2.2.36.tar.gz
+sha256  467efed8d0f62c26a0d200602b911096eb2d67858e620937ab68f96b316fa9b7  sysrepo-2.2.150.tar.gz
 sha256  88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826  LICENSE
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 6b031ae6f9..7f2570bd7d 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SYSREPO_VERSION = 2.2.36
+SYSREPO_VERSION = 2.2.150
 SYSREPO_SITE = $(call github,sysrepo,sysrepo,v$(SYSREPO_VERSION))
 SYSREPO_INSTALL_STAGING = YES
 SYSREPO_LICENSE = BSD-3-Clause
-- 
2.25.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/2] package/libyang: bump version to 2.1.148
  2024-02-19 19:59   ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Kadambini Nema
  2024-02-19 19:59     ` [Buildroot] [PATCH 2/2] package/sysrepo: bump version to 2.2.150 Kadambini Nema
@ 2024-05-11 10:43     ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-11 10:43 UTC (permalink / raw)
  To: Kadambini Nema; +Cc: giulio.benetti, Jan Kundrát, Heiko Thiery, buildroot

On Mon, 19 Feb 2024 11:59:10 -0800
Kadambini Nema <kadambini.nema@gmail.com> wrote:

> Signed-off-by: Kadambini Nema <kadambini.nema@gmail.com>
> ---
>  package/libyang/libyang.hash | 2 +-
>  package/libyang/libyang.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied to master, 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:[~2024-05-11 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-18  6:22 [Buildroot] [PATCH 1/1] package {sysrepo, libyang}: bump to version 2.2.150 (sysrepo), 2.1.148 (libyang) Kadambini Nema
2024-02-18  8:09 ` Giulio Benetti
2024-02-19 19:59   ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Kadambini Nema
2024-02-19 19:59     ` [Buildroot] [PATCH 2/2] package/sysrepo: bump version to 2.2.150 Kadambini Nema
2024-05-11 10:43     ` [Buildroot] [PATCH 1/2] package/libyang: bump version to 2.1.148 Thomas Petazzoni via buildroot

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