Skip to content

Commit

Permalink
Bump netopeer2, libnetconf2, libyang and sysrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Sep 16, 2024
1 parent 710f6b8 commit 895a790
Show file tree
Hide file tree
Showing 29 changed files with 71 additions and 1,382 deletions.

This file was deleted.

73 changes: 0 additions & 73 deletions patches/libyang/2.2.8/UPSTREAM-Fix-netopeer2-segfault.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 1175168ef202c32ce07a674b0c14678c5c130274 Mon Sep 17 00:00:00 2001
From 063f9b1696a4570aa61f02eb443d6752cab11c0c Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Thu, 22 Jun 2023 10:24:57 +0200
Subject: [PATCH] Allow 'factory' as copy-from (only) in rpc copy-config
Subject: [PATCH 1/3] Allow 'factory' as copy-from (only) in rpc copy-config
Organization: Addiva Elektronik

Signed-off-by: Joachim Wiberg <[email protected]>
Expand All @@ -10,10 +10,10 @@ Signed-off-by: Joachim Wiberg <[email protected]>
1 file changed, 2 insertions(+)

diff --git a/src/netconf.c b/src/netconf.c
index 840debb..fa778d5 100644
index e0b790f..8ae4160 100644
--- a/src/netconf.c
+++ b/src/netconf.c
@@ -332,6 +332,8 @@ np2srv_rpc_copyconfig_cb(sr_session_ctx_t *session, uint32_t UNUSED(sub_id), con
@@ -361,6 +361,8 @@ np2srv_rpc_copyconfig_cb(sr_session_ctx_t *session, uint32_t UNUSED(sub_id), con
ds = SR_DS_STARTUP;
} else if (!strcmp(nodeset->dnodes[0]->schema->name, "candidate")) {
ds = SR_DS_CANDIDATE;
Expand All @@ -23,5 +23,5 @@ index 840debb..fa778d5 100644
assert(!strcmp(nodeset->dnodes[0]->schema->name, "url"));
#ifdef NP2SRV_URL_CAPAB
--
2.34.1
2.43.0

Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
From 26e36c7db9ebf11bf057a53e0c16238bda14792c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= <[email protected]>
Date: Tue, 2 Jul 2024 14:56:15 +0200
Subject: [PATCH 2/3] Disable local users (backwards compat with older model)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Organization: Addiva Elektronik

Drop local-users, because if enabled netopeer require all users that
should be allowed to use NETCONF to also be configured in the updated
ietf-netconf-server model.

Signed-off-by: Mattias Walström <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
---
scripts/common.sh | 2 +-
scripts/merge_config.sh | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/scripts/common.sh b/scripts/common.sh
index c3271de..86c4c44 100644
index 25e531b..13234e1 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -29,7 +29,7 @@ LN2_MODULES=(
Expand All @@ -25,3 +45,6 @@ index 4b476d6..e588369 100755
</ssh-server-parameters>
</ssh>
</endpoint>
--
2.43.0

29 changes: 0 additions & 29 deletions patches/sysrepo/2.10.1/0005-modinfo-BUGFIX-memory-leak.patch

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From dcd594e7c7e2b47b489243ce823e58e6b674bea3 Mon Sep 17 00:00:00 2001
From e8daa7e3e6d24e66e1a74b00237af4c32438cb92 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Tue, 28 Mar 2023 10:37:53 +0200
Subject: [PATCH 1/9] sysrepo-plugind: add support for running in foreground
Subject: [PATCH 1/7] sysrepo-plugind: add support for running in foreground
with syslog
Organization: Addiva Elektronik

Expand Down
Loading

0 comments on commit 895a790

Please sign in to comment.