aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2024-03-29 07:44:57 +0000
committerMilan P. Stanić <mps@arvanta.net>2024-03-29 09:07:37 +0000
commitfb36cd3dc0fa0c5e18c43c81c1f914e190957adf (patch)
tree6de067512abd3c84559dff525998fb6d270d733f
parent9edb196752ef0965757f0057c94a166762ada150 (diff)
community/iwd: upgrade to 2.17HEADmaster
remove use-libgen-basename.patch
-rw-r--r--community/iwd/APKBUILD6
-rw-r--r--community/iwd/use-libgen-basename.patch12
2 files changed, 2 insertions, 16 deletions
diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD
index c80fd417f5e..2c23c776787 100644
--- a/community/iwd/APKBUILD
+++ b/community/iwd/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iwd
-pkgver=2.16
+pkgver=2.17
pkgrel=0
pkgdesc="Internet Wireless Daemon"
url="https://iwd.wiki.kernel.org/"
@@ -21,7 +21,6 @@ subpackages="
"
source="https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-$pkgver.tar.gz
0001-resolving-service-none.patch
- use-libgen-basename.patch
iwd.initd
iwd.confd
ead.initd
@@ -84,9 +83,8 @@ ead_openrc() {
}
sha512sums="
-41af06c383fe7e6571a2b8928f1ecf5777baa3a02d5ea6792952d5d7a1be3e0b1da62015cf95dc67e98dbc0a5eed1aaf702f3c7cb5fa133a49e799588779e03b iwd-2.16.tar.gz
+d17ab38c5708b5775f12d795ef16ea0203197d62f913cbfee84b5e3fa6e0cf6534d4b6ae957db7d6e4128a22facf4d9f69bca72c1864fe676bf3ba43e8ee989b iwd-2.17.tar.gz
dc7e8ab038b5402573ee41d00b016a3faa172fe260dd7c59d567ae0d933e5a5688aac9f0b8d4089a6b13b1a320540423182d13b3dca1cd3de17f59ae3e5f4df1 0001-resolving-service-none.patch
-254409e7424ec8942f7c25d8cdc55e562574f1424239e1dbef62d78686997d60d2b9d4a9d483baa18ba58ae4a4ef4249b7348e709b55f68dfa2afb16fb0d3519 use-libgen-basename.patch
ae697a2b5647f6f8b21902eb7e9a9ec02996be6d4f9cdec162f5423f4cebf83cdb9a137d1a95d085485ec3a7b16c1f0377fabdbb4cc28b9628742201b4503fc2 iwd.initd
c53bfe1b18f0e965d6055e79b40d9f01d13648a4ae6124d2bcb0c6a77dc16f96980df0127c67cecd2a0319a6052f980400bb063d00c87ec016ccb350e3fe797e iwd.confd
8207a411d400bc7932829c959251a3246d1c33d342afa7070023dc90403e58b19518b2c84fe36495075a44724e2deab38970a2cc1f83bfff5abf3dff54b8ea3f ead.initd
diff --git a/community/iwd/use-libgen-basename.patch b/community/iwd/use-libgen-basename.patch
deleted file mode 100644
index b6b2c8475ab..00000000000
--- a/community/iwd/use-libgen-basename.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/wiphy.c b/src/wiphy.c
-index 766df348..7544f671 100644
---- a/src/wiphy.c
-+++ b/src/wiphy.c
-@@ -33,6 +33,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <limits.h>
-+#include <libgen.h>
-
- #include <ell/ell.h>
-