From: rookiejet <rookiejet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] connman: build with iwd support
Date: Thu, 12 Oct 2023 20:01:55 +0200 [thread overview]
Message-ID: <20231012180155.En-WtRGJ1YbcsE9BLYGfVQSOjtZnvXlRTLlsJRTYXj0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46608@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]
There is an updated pull request by rookiejet against master on the void-packages repository
https://github.com/rookiejet/void-packages connman-iwd
https://github.com/void-linux/void-packages/pull/46608
connman: build with iwd support
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
Allows using `iwd` instead of `wpa_supplicant` for wireless connections.
A patch file from https://github.com/void-linux/void-packages/pull/46608.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-connman-iwd-46608.patch --]
[-- Type: text/x-diff, Size: 1920 bytes --]
From cb613cd9afcdb65458c024fc60c49425a356aaa6 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Wed, 9 Aug 2023 09:37:50 -0400
Subject: [PATCH] connman: build with iwd support
---
srcpkgs/connman/files/README.voidlinux | 3 +++
srcpkgs/connman/template | 9 +++++----
2 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 srcpkgs/connman/files/README.voidlinux
diff --git a/srcpkgs/connman/files/README.voidlinux b/srcpkgs/connman/files/README.voidlinux
new file mode 100644
index 0000000000000..b7aa15ed3eea6
--- /dev/null
+++ b/srcpkgs/connman/files/README.voidlinux
@@ -0,0 +1,3 @@
+For WiFi support install either of 'wpa_supplicant' or 'iwd' to use as
+backend. ConnMan defaults to 'wpa_supplicant', to use 'iwd' add
+'--wifi=iwd_agent' to its arguments in '/etc/sv/connmand/conf'.
diff --git a/srcpkgs/connman/template b/srcpkgs/connman/template
index 26d414f6f7646..7d99300fe0bab 100644
--- a/srcpkgs/connman/template
+++ b/srcpkgs/connman/template
@@ -1,16 +1,17 @@
# Template file for 'connman'
pkgname=connman
version=1.42
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
--enable-openvpn --with-openvpn=/usr/bin/openvpn --enable-openconnect
- --disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
-hostmakedepends="automake iptables libtool pkg-config wpa_supplicant"
+ --enable-iwd --disable-tools --disable-wispr
+ --with-openconnect=/usr/bin/openconnect"
+hostmakedepends="automake iptables libtool pkg-config"
makedepends="gnutls-devel iptables-devel libglib-devel libmnl-devel
openconnect-devel readline-devel"
-depends="dbus wpa_supplicant"
+depends="dbus"
short_desc="Open Source CONNection MANager"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
next prev parent reply other threads:[~2023-10-12 18:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 17:22 [PR PATCH] " rookiejet
2023-10-12 12:48 ` cinerea0
2023-10-12 17:19 ` rookiejet
2023-10-12 17:33 ` rookiejet
2023-10-12 18:01 ` rookiejet [this message]
2023-10-12 18:02 ` rookiejet
2023-10-15 12:20 ` ahesford
2023-10-15 13:57 ` rookiejet
2023-10-15 22:12 ` ahesford
2023-10-15 23:14 ` [PR PATCH] [Updated] " rookiejet
2023-10-16 15:35 ` rookiejet
2023-10-19 10:21 ` [PR PATCH] [Merged]: " ahesford
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=20231012180155.En-WtRGJ1YbcsE9BLYGfVQSOjtZnvXlRTLlsJRTYXj0@z \
--to=rookiejet@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).