package/iwd: bump version to 1.8
authorPeter Seiderer <ps.report@gmx.net>
Fri, 19 Jun 2020 18:36:29 +0000 (20:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Jun 2020 06:32:34 +0000 (08:32 +0200)
- removed 0001-frame-xchg.c-fix-build-with-glibc-2.24.patch
  (upstream applied [1])

[1] https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=c352714e61809fc486470cc9a4ad3e3e84811b80

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/iwd/0001-frame-xchg.c-fix-build-with-glibc-2.24.patch [deleted file]
package/iwd/iwd.hash
package/iwd/iwd.mk

diff --git a/package/iwd/0001-frame-xchg.c-fix-build-with-glibc-2.24.patch b/package/iwd/0001-frame-xchg.c-fix-build-with-glibc-2.24.patch
deleted file mode 100644 (file)
index cd0bae4..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-From 44cd3719eb94c8d5776b37c73993eea0617902f7 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Sat, 11 Apr 2020 23:21:42 +0200
-Subject: [PATCH] frame-xchg.c: fix build with glibc < 2.24
-
-SOL_NETLINK is used since commit
-87a198111af1ea67053895f7435fb99e3cdd2159 resulting in the following
-build failure with glibc < 2.24:
-
-src/frame-xchg.c: In function 'frame_watch_group_io_read':
-src/frame-xchg.c:328:27: error: 'SOL_NETLINK' undeclared (first use in this function)
-   if (cmsg->cmsg_level != SOL_NETLINK)
-                           ^
-
-This failure is due to glibc that doesn't support SOL_NETLINK before
-version 2.24 and
-https://github.com/bminor/glibc/commit/f9b437d5efce93800b51ad2a437c8b1c9616bf80
-
-Fixes:
- - http://autobuild.buildroot.org/results/3485088b84111c271bbcfaf025aa4103c6452072
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status:
-https://lists.01.org/hyperkitty/list/iwd@lists.01.org/thread/ZRN25CA5I7PGUTFIRJLLXN7VHWGDAZDN]
----
- src/frame-xchg.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/frame-xchg.c b/src/frame-xchg.c
-index 50351615..4c950fd3 100644
---- a/src/frame-xchg.c
-+++ b/src/frame-xchg.c
-@@ -42,6 +42,10 @@
- #include "src/netdev.h"
- #include "src/frame-xchg.h"
-+#ifndef SOL_NETLINK
-+#define SOL_NETLINK 270
-+#endif
-+
- struct watch_group {
-       /*
-        * Group IDs, except 0, are per wdev for user's convenience.
--- 
-2.25.1
-
index 9c6b9c3ea4ef33de7ad9195ffc37d8619f8c3fef..10c9dde98305fd1a5aaabfe414fc258ca07e5258 100644 (file)
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  1707397235c972a2760c5e8865360759ac1feb6c06ac954799dff765feb240ca  iwd-1.7.tar.gz
+sha256  14b39fc8b2bf170e75cc3d0c08b666dbcfeaee73384485cb6eaf463da8963aa4  iwd-1.8.tar.gz
 
 # License files
 sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING
index 853638e8ca44787b566380233357a874037decfe..bba787c07f18cce14f6cc92306f417c92902949a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IWD_VERSION = 1.7
+IWD_VERSION = 1.8
 IWD_SITE = https://git.kernel.org/pub/scm/network/wireless/iwd.git
 IWD_SITE_METHOD = git
 IWD_LICENSE = LGPL-2.1+