Message ID | 20250502132924.3775738-4-lazzer@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Bump netopeer2 and its dependencies | expand |
Hi Mattias, Unfortunately, this bump cannot be done so easily, because something has changed in the dependencies. I had already worked on it, but could not finish it due to lack of time. You can find Thomas' comments here: https://patchwork.ozlabs.org/project/buildroot/patch/20250114072947.284965-3-heiko.thiery@gmail.com/ Am Fr., 2. Mai 2025 um 15:29 Uhr schrieb Mattias Walström <lazzer@gmail.com >: > Changelog: > error-path data node > now using proper format so in rpc-reply uses XML XPath format instead > of JSON > several bugfixes and improvements > > Depend on libyang v3.12.2 > https://github.com/CESNET/libyang/releases/tag/v3.12.2 > > Signed-off-by: Mattias Walström <lazzer@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 675c76a500..2d6394e81b 100644 > --- a/package/libnetconf2/libnetconf2.hash > +++ b/package/libnetconf2/libnetconf2.hash > @@ -1,3 +1,3 @@ > # Locally calculated > -sha256 72e9a6461fadbd22f0cf0d23ba68d62b297c8f564f7f2bee069748fb67fc3a24 > libnetconf2-2.1.28.tar.gz > +sha256 c95c00ad887295d1fa31098c859c74e330eead78b2eee8d008701af2d9df80e5 > libnetconf2-3.7.1.tar.gz > sha256 bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064 > LICENSE > diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/ > libnetconf2.mk > index 88163926c0..0d74bd736d 100644 > --- a/package/libnetconf2/libnetconf2.mk > +++ b/package/libnetconf2/libnetconf2.mk > @@ -4,7 +4,7 @@ > # > > ################################################################################ > > -LIBNETCONF2_VERSION = 2.1.28 > +LIBNETCONF2_VERSION = 3.7.1 > LIBNETCONF2_SITE = $(call > github,CESNET,libnetconf2,v$(LIBNETCONF2_VERSION)) > LIBNETCONF2_INSTALL_STAGING = YES > LIBNETCONF2_LICENSE = BSD-3-Clause > -- > 2.43.0 > BR, Heiko
diff --git a/package/libnetconf2/libnetconf2.hash b/package/libnetconf2/libnetconf2.hash index 675c76a500..2d6394e81b 100644 --- a/package/libnetconf2/libnetconf2.hash +++ b/package/libnetconf2/libnetconf2.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 72e9a6461fadbd22f0cf0d23ba68d62b297c8f564f7f2bee069748fb67fc3a24 libnetconf2-2.1.28.tar.gz +sha256 c95c00ad887295d1fa31098c859c74e330eead78b2eee8d008701af2d9df80e5 libnetconf2-3.7.1.tar.gz sha256 bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064 LICENSE diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/libnetconf2.mk index 88163926c0..0d74bd736d 100644 --- a/package/libnetconf2/libnetconf2.mk +++ b/package/libnetconf2/libnetconf2.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBNETCONF2_VERSION = 2.1.28 +LIBNETCONF2_VERSION = 3.7.1 LIBNETCONF2_SITE = $(call github,CESNET,libnetconf2,v$(LIBNETCONF2_VERSION)) LIBNETCONF2_INSTALL_STAGING = YES LIBNETCONF2_LICENSE = BSD-3-Clause
Changelog: error-path data node now using proper format so in rpc-reply uses XML XPath format instead of JSON several bugfixes and improvements Depend on libyang v3.12.2 https://github.com/CESNET/libyang/releases/tag/v3.12.2 Signed-off-by: Mattias Walström <lazzer@gmail.com> --- package/libnetconf2/libnetconf2.hash | 2 +- package/libnetconf2/libnetconf2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)