* [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.25.
2023-01-14 10:48 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Heiko Thiery
@ 2023-01-14 10:48 ` Heiko Thiery
2023-01-14 10:48 ` [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12 Heiko Thiery
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Heiko Thiery @ 2023-01-14 10:48 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 001a51d682..34e934089e 100644
--- a/package/libnetconf2/libnetconf2.hash
+++ b/package/libnetconf2/libnetconf2.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 0b0f0c84291710b0ca2497e1e02504a5ded7b83d49deeb4992bea7936e1d74b9 libnetconf2-2.1.11.tar.gz
+sha256 2f1a6559e8e43ea18ea337ab5f194f8443695c7ab4dde5d7b2560603f9bf702a libnetconf2-2.1.25.tar.gz
sha256 bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064 LICENSE
diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/libnetconf2.mk
index 6aa9aa9498..0d4294d8d3 100644
--- a/package/libnetconf2/libnetconf2.mk
+++ b/package/libnetconf2/libnetconf2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNETCONF2_VERSION = 2.1.11
+LIBNETCONF2_VERSION = 2.1.25
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] 7+ messages in thread* [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12
2023-01-14 10:48 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Heiko Thiery
2023-01-14 10:48 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.25 Heiko Thiery
@ 2023-01-14 10:48 ` Heiko Thiery
2023-01-16 12:52 ` Peter Korsgaard
2023-01-14 10:48 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.42 Heiko Thiery
2023-01-14 20:03 ` [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Thomas Petazzoni via buildroot
3 siblings, 1 reply; 7+ messages in thread
From: Heiko Thiery @ 2023-01-14 10:48 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 1db33df626..a90d8259bf 100644
--- a/package/sysrepo/sysrepo.hash
+++ b/package/sysrepo/sysrepo.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 357a50851e4cc052b484b924ed0a5808c29159a7c9d48d9b1b8c42784c4b6917 sysrepo-2.1.64.tar.gz
+sha256 1bc866f13e41ba5e7e4acd52b5c3d42b1a2a1e032775e0a9b094f3265844cd25 sysrepo-2.2.12.tar.gz
sha256 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826 LICENSE
diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
index 0ed27e3cfb..9da8c22ca2 100644
--- a/package/sysrepo/sysrepo.mk
+++ b/package/sysrepo/sysrepo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SYSREPO_VERSION = 2.1.64
+SYSREPO_VERSION = 2.2.12
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] 7+ messages in thread
* Re: [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12
2023-01-14 10:48 ` [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12 Heiko Thiery
@ 2023-01-16 12:52 ` Peter Korsgaard
2023-01-16 13:39 ` Heiko Thiery
0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2023-01-16 12:52 UTC (permalink / raw)
To: Heiko Thiery; +Cc: Jan Kundrát, buildroot
>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:
> 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 1db33df626..a90d8259bf 100644
> --- a/package/sysrepo/sysrepo.hash
> +++ b/package/sysrepo/sysrepo.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 357a50851e4cc052b484b924ed0a5808c29159a7c9d48d9b1b8c42784c4b6917 sysrepo-2.1.64.tar.gz
> +sha256 1bc866f13e41ba5e7e4acd52b5c3d42b1a2a1e032775e0a9b094f3265844cd25 sysrepo-2.2.12.tar.gz
> sha256 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826 LICENSE
> diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
> index 0ed27e3cfb..9da8c22ca2 100644
> --- a/package/sysrepo/sysrepo.mk
> +++ b/package/sysrepo/sysrepo.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -SYSREPO_VERSION = 2.1.64
> +SYSREPO_VERSION = 2.2.12
NIT: This is sysrepo, not libnetconf2.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12
2023-01-16 12:52 ` Peter Korsgaard
@ 2023-01-16 13:39 ` Heiko Thiery
0 siblings, 0 replies; 7+ messages in thread
From: Heiko Thiery @ 2023-01-16 13:39 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Jan Kundrát, buildroot
Hi Peter,
Am Mo., 16. Jan. 2023 um 13:52 Uhr schrieb Peter Korsgaard
<peter@korsgaard.com>:
>
> >>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:
>
> > 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 1db33df626..a90d8259bf 100644
> > --- a/package/sysrepo/sysrepo.hash
> > +++ b/package/sysrepo/sysrepo.hash
> > @@ -1,3 +1,3 @@
> > # Locally calculated
> > -sha256 357a50851e4cc052b484b924ed0a5808c29159a7c9d48d9b1b8c42784c4b6917 sysrepo-2.1.64.tar.gz
> > +sha256 1bc866f13e41ba5e7e4acd52b5c3d42b1a2a1e032775e0a9b094f3265844cd25 sysrepo-2.2.12.tar.gz
> > sha256 88f1b7e5c64d2c113e07105aa9c0fb80639b40287565be1c2afd0949df83d826 LICENSE
> > diff --git a/package/sysrepo/sysrepo.mk b/package/sysrepo/sysrepo.mk
> > index 0ed27e3cfb..9da8c22ca2 100644
> > --- a/package/sysrepo/sysrepo.mk
> > +++ b/package/sysrepo/sysrepo.mk
> > @@ -4,7 +4,7 @@
> > #
> > ################################################################################
>
> > -SYSREPO_VERSION = 2.1.64
> > +SYSREPO_VERSION = 2.2.12
>
> NIT: This is sysrepo, not libnetconf2.
damn ... you're right .. that was a bad mistake.
--
Heiko
>
> --
> Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.42
2023-01-14 10:48 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Heiko Thiery
2023-01-14 10:48 ` [Buildroot] [PATCH 2/4] package/libnetconf2: bump version to 2.1.25 Heiko Thiery
2023-01-14 10:48 ` [Buildroot] [PATCH 3/4] package/libnetconf2: bump version 2.2.12 Heiko Thiery
@ 2023-01-14 10:48 ` Heiko Thiery
2023-01-14 20:03 ` [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Thomas Petazzoni via buildroot
3 siblings, 0 replies; 7+ messages in thread
From: Heiko Thiery @ 2023-01-14 10:48 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Drop patch that is in upstream.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
...X-use-DESTDIR-when-executing-scripts.patch | 47 -------------------
package/netopeer2/netopeer2.hash | 2 +-
package/netopeer2/netopeer2.mk | 2 +-
3 files changed, 2 insertions(+), 49 deletions(-)
delete mode 100644 package/netopeer2/0001-build-BUGFIX-use-DESTDIR-when-executing-scripts.patch
diff --git a/package/netopeer2/0001-build-BUGFIX-use-DESTDIR-when-executing-scripts.patch b/package/netopeer2/0001-build-BUGFIX-use-DESTDIR-when-executing-scripts.patch
deleted file mode 100644
index 99febb56ad..0000000000
--- a/package/netopeer2/0001-build-BUGFIX-use-DESTDIR-when-executing-scripts.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 696b6be8a623f4466def2a161baa26094e5592a4 Mon Sep 17 00:00:00 2001
-From: Michal Vasko <mvasko@cesnet.cz>
-Date: Wed, 18 May 2022 09:14:35 +0200
-Subject: [PATCH] build BUGFIX use DESTDIR when executing scripts
-
-Fixes #1217
-
-[Upstream accepted 696b6be8a623f4466def2a161baa26094e5592a4]
-Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
----
- CMakeLists.txt | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index efe922d..60e3150 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -351,7 +351,7 @@ if(INSTALL_MODULES)
- set(ENV{NP2_MODULE_GROUP} \"${MODULES_GROUP}\")
- set(ENV{SYSREPOCTL_EXECUTABLE} \"${SYSREPOCTL_EXECUTABLE}\")
- set(ENV{SYSREPOCFG_EXECUTABLE} \"${SYSREPOCFG_EXECUTABLE}\")
-- execute_process(COMMAND \"${SCRIPT_DIR}/setup.sh\" RESULT_VARIABLE SETUP_RES)
-+ execute_process(COMMAND \"\$ENV{DESTDIR}${SCRIPT_DIR}/setup.sh\" RESULT_VARIABLE SETUP_RES)
- if(NOT SETUP_RES EQUAL \"0\")
- message(FATAL_ERROR \" scripts/setup.sh failed: \${SETUP_RES}\")
- endif()
-@@ -364,7 +364,7 @@ if(GENERATE_HOSTKEY)
- message(STATUS \"Generating a new RSA host key \\\"genkey\\\" if not already added...\")
- set(ENV{SYSREPOCTL_EXECUTABLE} \"${SYSREPOCTL_EXECUTABLE}\")
- set(ENV{SYSREPOCFG_EXECUTABLE} \"${SYSREPOCFG_EXECUTABLE}\")
-- execute_process(COMMAND ${SCRIPT_DIR}/merge_hostkey.sh RESULT_VARIABLE MERGE_HOSTKEY_RES)
-+ execute_process(COMMAND \"\$ENV{DESTDIR}${SCRIPT_DIR}/merge_hostkey.sh\" RESULT_VARIABLE MERGE_HOSTKEY_RES)
- if(NOT MERGE_HOSTKEY_RES EQUAL \"0\")
- message(FATAL_ERROR \" scripts/merge_hostkey.sh failed: \${MERGE_HOSTKEY_RES}\")
- endif()
-@@ -375,7 +375,7 @@ if(MERGE_LISTEN_CONFIG)
- message(STATUS \"Merging default server listen configuration if there is none...\")
- set(ENV{SYSREPOCTL_EXECUTABLE} \"${SYSREPOCTL_EXECUTABLE}\")
- set(ENV{SYSREPOCFG_EXECUTABLE} \"${SYSREPOCFG_EXECUTABLE}\")
-- execute_process(COMMAND ${SCRIPT_DIR}/merge_config.sh RESULT_VARIABLE MERGE_CONFIG_RES)
-+ execute_process(COMMAND \"\$ENV{DESTDIR}${SCRIPT_DIR}/merge_config.sh\" RESULT_VARIABLE MERGE_CONFIG_RES)
- if(NOT MERGE_CONFIG_RES EQUAL \"0\")
- message(FATAL_ERROR \" scripts/merge_config.sh failed: \${MERGE_CONFIG_RES}\")
- endif()
---
-2.30.2
-
diff --git a/package/netopeer2/netopeer2.hash b/package/netopeer2/netopeer2.hash
index b352bbb239..cc71a2dab8 100644
--- a/package/netopeer2/netopeer2.hash
+++ b/package/netopeer2/netopeer2.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 89f7572d188e7b04be4b10656d7161d65fb557bac222d8c4596a97eaf833b691 netopeer2-2.1.23.tar.gz
+sha256 b166fe3425bb55b5f330fb7f53158f613bffc07493925ac437193e4d2defb3e7 netopeer2-2.1.42.tar.gz
sha256 b46f161fbdcf127d3ef22602e15958c3092fe3294f71a2dc8cdf8f6689cba95b LICENSE
diff --git a/package/netopeer2/netopeer2.mk b/package/netopeer2/netopeer2.mk
index d9a20d9969..7cb9202575 100644
--- a/package/netopeer2/netopeer2.mk
+++ b/package/netopeer2/netopeer2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NETOPEER2_VERSION = 2.1.23
+NETOPEER2_VERSION = 2.1.42
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] 7+ messages in thread* Re: [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4
2023-01-14 10:48 [Buildroot] [PATCH 1/4] package/libyang: bump version to 2.1.4 Heiko Thiery
` (2 preceding siblings ...)
2023-01-14 10:48 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.42 Heiko Thiery
@ 2023-01-14 20:03 ` Thomas Petazzoni via buildroot
3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-14 20:03 UTC (permalink / raw)
To: Heiko Thiery; +Cc: Jan Kundrát, buildroot
On Sat, 14 Jan 2023 11:48:30 +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] 7+ messages in thread