From: Heiko Thiery <heiko.thiery@gmail.com>
To: buildroot@buildroot.org
Cc: "Heiko Thiery" <heiko.thiery@gmail.com>,
"Jan Kundrát" <jan.kundrat@cesnet.cz>
Subject: [Buildroot] [PATCH 3/4] package/libnetconf2: bump version to 2.1.7
Date: Fri, 13 May 2022 09:10:49 +0200 [thread overview]
Message-ID: <20220513071046.18618-4-heiko.thiery@gmail.com> (raw)
In-Reply-To: <20220513071046.18618-1-heiko.thiery@gmail.com>
Drop patch that is now fixed upstream.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
...IX-netopeer2-build-fails-when-buildi.patch | 34 -------------------
package/libnetconf2/libnetconf2.hash | 2 +-
package/libnetconf2/libnetconf2.mk | 2 +-
3 files changed, 2 insertions(+), 36 deletions(-)
delete mode 100644 package/libnetconf2/0001-libnetconf2-BUGFIX-netopeer2-build-fails-when-buildi.patch
diff --git a/package/libnetconf2/0001-libnetconf2-BUGFIX-netopeer2-build-fails-when-buildi.patch b/package/libnetconf2/0001-libnetconf2-BUGFIX-netopeer2-build-fails-when-buildi.patch
deleted file mode 100644
index c03fdc9999..0000000000
--- a/package/libnetconf2/0001-libnetconf2-BUGFIX-netopeer2-build-fails-when-buildi.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From e06f291cc36c9e9a3c9c224e23109ac6dad4eb1c Mon Sep 17 00:00:00 2001
-From: Heiko Thiery <heiko.thiery@gmail.com>
-Date: Thu, 25 Nov 2021 12:29:47 +0100
-Subject: [PATCH] libnetconf2 BUGFIX netopeer2 build fails when building with
- musl libc
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-/home/hthiery/sources/mainline/buildroot/output/host/x86_64-buildroot-linux-musl/sysroot/usr/include/libnetconf2/session_server.h:439:55: error: unknown type name ‘mode_t’
- 439 | int nc_server_endpt_set_perms(const char *endpt_name, mode_t mode, uid_t uid, gid_t gid);
-
-For musl libc the include "sys/types.h" is required.
-
-Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
----
- src/session_server.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/session_server.h b/src/session_server.h
-index 4507eea..4779119 100644
---- a/src/session_server.h
-+++ b/src/session_server.h
-@@ -19,6 +19,7 @@
- extern "C" {
- #endif
-
-+#include <sys/types.h>
- #include <libyang/libyang.h>
- #include <stdint.h>
-
---
-2.30.2
-
diff --git a/package/libnetconf2/libnetconf2.hash b/package/libnetconf2/libnetconf2.hash
index 2dee93cc4c..1d4707f44b 100644
--- a/package/libnetconf2/libnetconf2.hash
+++ b/package/libnetconf2/libnetconf2.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 78ffa0bd85823abd321a1dbb09c1ead36612f2a12049638a14bb081567f86ade libnetconf2-2.0.24.tar.gz
+sha256 3044f36c117a5eaad01482d0caffc30cb2a87c66090d3cd9c946fef85b8a2394 libnetconf2-2.1.7.tar.gz
sha256 bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064 LICENSE
diff --git a/package/libnetconf2/libnetconf2.mk b/package/libnetconf2/libnetconf2.mk
index ddbb99b7ed..11a1995ea1 100644
--- a/package/libnetconf2/libnetconf2.mk
+++ b/package/libnetconf2/libnetconf2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNETCONF2_VERSION = 2.0.24
+LIBNETCONF2_VERSION = 2.1.7
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
next prev parent reply other threads:[~2022-05-13 7:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 7:10 [Buildroot] [PATCH 0/4] Bump netopeer2 and dependencies to actual upstream version Heiko Thiery
2022-05-13 7:10 ` [Buildroot] [PATCH 1/4] package/libyang: bump verstion to 2.0.164 Heiko Thiery
2022-05-13 7:10 ` [Buildroot] [PATCH 2/4] package/sysrepo: bump version to 2.1.42 Heiko Thiery
2022-05-13 7:10 ` Heiko Thiery [this message]
2022-05-13 7:10 ` [Buildroot] [PATCH 4/4] package/netopeer2: bump version to 2.1.16 Heiko Thiery
2022-05-13 16:54 ` [Buildroot] [PATCH 0/4] Bump netopeer2 and dependencies to actual upstream version Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220513071046.18618-4-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=buildroot@buildroot.org \
--cc=jan.kundrat@cesnet.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.