diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-03-20 17:02:28 +0100 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-20 16:47:49 +0000 |
| commit | bb1da4d7d71783e39716223708c1c0721aed2fc8 (patch) | |
| tree | b422e4db244ea8c46c00fa98d3d4862a14ba48cd /testing | |
| parent | c5d03158a4517812f91fd4699c9a31179b8d16fb (diff) | |
| download | aports-bb1da4d7d71783e39716223708c1c0721aed2fc8.tar.bz2 aports-bb1da4d7d71783e39716223708c1c0721aed2fc8.tar.xz | |
testing/iwd: add netdev group to dbus config file
add doc subpackage and asciidoc to makedepends
bump pkgrel
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/iwd/APKBUILD | 10 | ||||
| -rw-r--r-- | testing/iwd/dbus-netdev-group.patch | 14 |
2 files changed, 19 insertions, 5 deletions
diff --git a/testing/iwd/APKBUILD b/testing/iwd/APKBUILD index bde84a92d6..df03bcc0ea 100644 --- a/testing/iwd/APKBUILD +++ b/testing/iwd/APKBUILD @@ -2,16 +2,15 @@ # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=iwd pkgver=0.14 -pkgrel=2 +pkgrel=3 pkgdesc="Internet Wireless Daemon" url="https://iwd.wiki.kernel.org/" arch="all" license="LGPL-2.1-or-later" -depends="" -makedepends="ell-dev dbus-dev readline-dev linux-headers" -install="" -subpackages="$pkgname-openrc" +makedepends="ell-dev dbus-dev readline-dev linux-headers asciidoc" +subpackages="$pkgname-doc $pkgname-openrc" source="https://mirrors.edge.kernel.org/pub/linux/network/wireless/$pkgname-${pkgver}.tar.gz + dbus-netdev-group.patch iwd.initd " builddir="$srcdir/$pkgname-${pkgver}" @@ -48,4 +47,5 @@ package() { } sha512sums="aa4586611d6c7298f9b00fe1de88b83157f037e76c7f01d8c3df8e21d7d6796ce3551be9764681a412bf147e741ff65469adaa6da4d96bdc4e2667059202b656 iwd-0.14.tar.gz +7d3bc26b558ebfd22335b946f09abd5326e885275979c617af7def1468ade23ba7605f3b13aaf91836035c130aaec04be0ff2708a898f3ae835e0eef4e78fa0e dbus-netdev-group.patch 1a913fa19a76a18d92b8f44cb5b4b99a64b4e2f7d2b4a486bf1ba2f939aea7dcca772fca91483011ada58aaa3addc29c76ececd708b2187e57f72aa040ac77e6 iwd.initd" diff --git a/testing/iwd/dbus-netdev-group.patch b/testing/iwd/dbus-netdev-group.patch new file mode 100644 index 0000000000..4b72ba45d3 --- /dev/null +++ b/testing/iwd/dbus-netdev-group.patch @@ -0,0 +1,14 @@ +--- a/src/iwd-dbus.conf 2018-09-20 19:43:09.000000000 +0200 ++++ b/src/iwd-dbus.conf 2018-09-20 21:02:03.000000000 +0100 +@@ -18,6 +18,11 @@ + <allow send_interface="net.connman.iwd.Agent"/> + </policy> + ++ <policy group="netdev"> ++ <allow send_destination="net.connman.iwd"/> ++ <allow send_interface="net.connman.iwd.Agent"/> ++ </policy> ++ + <policy at_console="true"> + <allow send_destination="net.connman.iwd"/> + <allow send_interface="net.connman.iwd.Agent"/> |
