All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libndp: drop patch
@ 2021-06-19 17:21 Fabrice Fontaine
  2021-06-19 17:21 ` [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-06-19 17:21 UTC (permalink / raw)
  To: buildroot

Patch is not needed since bump to version 1.7 in commit
6274f4191335cf8c9b88796f59da8af04e3abf7a and
https://github.com/jpirko/libndp/commit/94e9a082d76414f82794b0c9817d0c24e3868275

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 .../0001-ndptool.c-Fix-musl-build.patch       | 30 -------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 package/libndp/0001-ndptool.c-Fix-musl-build.patch

diff --git a/package/libndp/0001-ndptool.c-Fix-musl-build.patch b/package/libndp/0001-ndptool.c-Fix-musl-build.patch
deleted file mode 100644
index 547598c6ee..0000000000
--- a/package/libndp/0001-ndptool.c-Fix-musl-build.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 561f80b9a848be923f37bf1afedbecf92da3b2e7 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Sat, 30 Jan 2016 16:36:39 +0100
-Subject: [PATCH 1/1] ndptool.c: Fix musl build
-
-Fixes a build issue with the musl C library
-http://autobuild.buildroot.net/results/d42/d42bebe51bbec38f131840b6bbefdc162f0ad194/build-end.log
-
-Patch sent upstream: https://github.com/jpirko/libndp/pull/7
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- utils/ndptool.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/utils/ndptool.c b/utils/ndptool.c
-index 04ec4e1..c6ef48c 100644
---- a/utils/ndptool.c
-+++ b/utils/ndptool.c
-@@ -27,6 +27,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <errno.h>
-+#include <sys/select.h>
- #include <ndp.h>
- 
- enum verbosity_level {
--- 
-2.7.0.rc3
-
-- 
2.30.2

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

* [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8
  2021-06-19 17:21 [Buildroot] [PATCH 1/2] package/libndp: drop patch Fabrice Fontaine
@ 2021-06-19 17:21 ` Fabrice Fontaine
  2021-07-18 21:25 ` [Buildroot] [PATCH 1/2] package/libndp: drop patch Thomas Petazzoni
  2021-08-04 12:30 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-06-19 17:21 UTC (permalink / raw)
  To: buildroot

Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libndp/libndp.hash | 4 ++--
 package/libndp/libndp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libndp/libndp.hash b/package/libndp/libndp.hash
index 8d4b6ef524..389e0ba5fc 100644
--- a/package/libndp/libndp.hash
+++ b/package/libndp/libndp.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 44be73630ee785ed9f571f9aaaeba0e1d375fa337fd841270034c813b5b0e6fd  libndp-1.7.tar.gz
-sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
+sha256  c3ea76e253def89869651686a827da75b56896fe94fabd87d8c14b1d4588fd05  libndp-1.8.tar.gz
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/libndp/libndp.mk b/package/libndp/libndp.mk
index eb1f7f0c80..db1de7b81c 100644
--- a/package/libndp/libndp.mk
+++ b/package/libndp/libndp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNDP_VERSION = 1.7
+LIBNDP_VERSION = 1.8
 LIBNDP_SITE = $(call github,jpirko,libndp,v$(LIBNDP_VERSION))
 LIBNDP_LICENSE = LGPL-2.1+
 LIBNDP_LICENSE_FILES = COPYING
-- 
2.30.2

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

* [Buildroot] [PATCH 1/2] package/libndp: drop patch
  2021-06-19 17:21 [Buildroot] [PATCH 1/2] package/libndp: drop patch Fabrice Fontaine
  2021-06-19 17:21 ` [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8 Fabrice Fontaine
@ 2021-07-18 21:25 ` Thomas Petazzoni
  2021-08-04 12:30 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2021-07-18 21:25 UTC (permalink / raw)
  To: buildroot

On Sat, 19 Jun 2021 19:21:47 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Patch is not needed since bump to version 1.7 in commit
> 6274f4191335cf8c9b88796f59da8af04e3abf7a and
> https://github.com/jpirko/libndp/commit/94e9a082d76414f82794b0c9817d0c24e3868275
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  .../0001-ndptool.c-Fix-musl-build.patch       | 30 -------------------
>  1 file changed, 30 deletions(-)
>  delete mode 100644 package/libndp/0001-ndptool.c-Fix-musl-build.patch

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [Buildroot] [PATCH 1/2] package/libndp: drop patch
  2021-06-19 17:21 [Buildroot] [PATCH 1/2] package/libndp: drop patch Fabrice Fontaine
  2021-06-19 17:21 ` [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8 Fabrice Fontaine
  2021-07-18 21:25 ` [Buildroot] [PATCH 1/2] package/libndp: drop patch Thomas Petazzoni
@ 2021-08-04 12:30 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-08-04 12:30 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Patch is not needed since bump to version 1.7 in commit
 > 6274f4191335cf8c9b88796f59da8af04e3abf7a and
 > https://github.com/jpirko/libndp/commit/94e9a082d76414f82794b0c9817d0c24e3868275

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-04 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-19 17:21 [Buildroot] [PATCH 1/2] package/libndp: drop patch Fabrice Fontaine
2021-06-19 17:21 ` [Buildroot] [PATCH 2/2] package/libndp: bump to version 1.8 Fabrice Fontaine
2021-07-18 21:25 ` [Buildroot] [PATCH 1/2] package/libndp: drop patch Thomas Petazzoni
2021-08-04 12:30 ` Peter Korsgaard

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.