Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: eiwd
@ 2020-01-27 10:42 voidlinux-github
  2020-04-13 13:24 ` svenper
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-27 10:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

New issue by RibalGZ on void-packages repository

https://github.com/void-linux/void-packages/issues/18581

Description:
eiwd - iwd without dbus
Source: https://github.com/dylanaraps/eiwd
Release: https://github.com/dylanaraps/eiwd/releases/tag/0.2.5

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

* Re: Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
@ 2020-04-13 13:24 ` svenper
  2020-04-13 13:51 ` svenper
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: svenper @ 2020-04-13 13:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2890 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/18581#issuecomment-612896421

Comment:
This should obviously be similar to `iwd`, changing the template something like below.

```diff
$ diff -u srcpkgs/eiwd srcpkgs/iwd
Common subdirectories: srcpkgs/iwd/files and srcpkgs/eiwd/files
Common subdirectories: srcpkgs/iwd/patches and srcpkgs/eiwd/patches
diff '--color=auto' -u srcpkgs/iwd/template srcpkgs/eiwd/template
--- srcpkgs/iwd/template        2020-04-13 13:18:30.667441658 +0200
+++ srcpkgs/eiwd/template       2020-04-13 15:14:40.163397020 +0200
@@ -1,21 +1,21 @@
-# Template file for 'iwd'
-pkgname=iwd
-version=1.6
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.6r1
 revision=1
+wrksrc="${pkgname}-${version/r/-}"
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
- --enable-external-ell --enable-dbus-policy --enable-wired"
+ --disable-external-ell --disable-dbus --enable-wired"
 hostmakedepends="python3-docutils pkg-config automake libtool"
-makedepends="readline-devel dbus-devel ell-devel"
-depends="dbus ell>=0.29"
+makedepends="readline-devel"
 checkdepends="python3"
-short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
+short_desc="""iwd without dbus"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="LGPL-2.1-or-later"
-homepage="https://iwd.wiki.kernel.org/"
-changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
-distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
-checksum=07945e3166b7289bc8f103ba0f433cf735dd9f9ba78ddc9e475a6a478db344e7
+homepage="https://github.com/dylanaraps/eiwd"
+changelog="https://raw.githubusercontent.com/dylanaraps/eiwd/master/ChangeLog"
+distfiles="https://github.com/dylanaraps/eiwd/releases/download/${version/r/-}/eiwd-${version/r/-}.tar.xz"
+checksum=35e9938ccecad1a1336ee94d92ec5cfc2f059bd6d3b154034a450ac3385dbc19
 make_dirs="/var/lib/iwd 0600 root root
  /etc/iwd 755 root root"


```

It builds, but breaks, maybe because of misconfiguration (eiwd has no automatic configuration). `iw dev` shows the `ssid` row for a few seconds, but then disappears.

```text
Wireless daemon version 1.6
Loaded configuration from /etc/iwd/main.conf
netconfig: Network configuration is disabled.
Wiphy: 0, Name: phy0
        Permanent Address: xx:xx:xx:xx:xx:xx
        Bands: 2.4 GHz 5 GHz
        Ciphers: CCMP TKIP BIP
        Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Wiphy phy0 will only use the default interface
4-Way handshake failed for ifindex: 4, reason: 15
```

/etc/iwd/main.conf
```text
[General]
UseDefaultInterface=true
```

/var/lib/iwd/potato.psk
```text
[Security]
PreSharedKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

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

* Re: Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
  2020-04-13 13:24 ` svenper
@ 2020-04-13 13:51 ` svenper
  2020-04-13 14:27 ` svenper
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: svenper @ 2020-04-13 13:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2947 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/18581#issuecomment-612896421

Comment:
This should obviously be similar to `iwd`, changing the template something like below.

```diff
Common subdirectories: srcpkgs/iwd/files and srcpkgs/eiwd/files
Common subdirectories: srcpkgs/iwd/patches and srcpkgs/eiwd/patches
diff '--color=auto' -u srcpkgs/iwd/template srcpkgs/eiwd/template
--- srcpkgs/iwd/template        2020-04-13 13:18:30.667441658 +0200
+++ srcpkgs/eiwd/template       2020-04-13 15:49:16.257618727 +0200
@@ -1,23 +1,24 @@
-# Template file for 'iwd'
-pkgname=iwd
-version=1.6
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.6r1
 revision=1
+wrksrc="${pkgname}-${version/r/-}"
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
- --enable-external-ell --enable-dbus-policy --enable-wired"
+ --disable-external-ell --disable-dbus --enable-wired"
 hostmakedepends="python3-docutils pkg-config automake libtool"
-makedepends="readline-devel dbus-devel ell-devel"
-depends="dbus ell>=0.29"
+makedepends="readline-devel"
 checkdepends="python3"
-short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
+short_desc="""iwd without dbus"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="LGPL-2.1-or-later"
-homepage="https://iwd.wiki.kernel.org/"
-changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
-distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
-checksum=07945e3166b7289bc8f103ba0f433cf735dd9f9ba78ddc9e475a6a478db344e7
+homepage="https://github.com/dylanaraps/eiwd"
+changelog="https://raw.githubusercontent.com/dylanaraps/eiwd/master/ChangeLog"
+distfiles="https://github.com/dylanaraps/eiwd/releases/download/${version/r/-}/eiwd-${version/r/-}.tar.xz"
+checksum=35e9938ccecad1a1336ee94d92ec5cfc2f059bd6d3b154034a450ac3385dbc19
 make_dirs="/var/lib/iwd 0600 root root
  /etc/iwd 755 root root"
+conflicts="iwd>=0"

 pre_configure() {
        autoreconf -fi
Only in srcpkgs/eiwd: update
```

It builds, but breaks, maybe because of misconfiguration (eiwd has no automatic configuration). `iw dev` shows the `ssid` row for a few seconds, but then disappears.

```text
Wireless daemon version 1.6
Loaded configuration from /etc/iwd/main.conf
netconfig: Network configuration is disabled.
Wiphy: 0, Name: phy0
        Permanent Address: xx:xx:xx:xx:xx:xx
        Bands: 2.4 GHz 5 GHz
        Ciphers: CCMP TKIP BIP
        Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Wiphy phy0 will only use the default interface
4-Way handshake failed for ifindex: 4, reason: 15
```

/etc/iwd/main.conf
```text
[General]
UseDefaultInterface=true
```

/var/lib/iwd/potato.psk
```text
[Security]
PreSharedKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

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

* Re: Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
  2020-04-13 13:24 ` svenper
  2020-04-13 13:51 ` svenper
@ 2020-04-13 14:27 ` svenper
  2020-04-26 18:57 ` svenper
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: svenper @ 2020-04-13 14:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3004 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/18581#issuecomment-612896421

Comment:
This should obviously be similar to `iwd`, changing the template something like below.

```diff
Common subdirectories: srcpkgs/iwd/files and srcpkgs/eiwd/files
Common subdirectories: srcpkgs/iwd/patches and srcpkgs/eiwd/patches
diff '--color=auto' -u srcpkgs/iwd/template srcpkgs/eiwd/template
--- srcpkgs/iwd/template        2020-04-13 13:18:30.667441658 +0200
+++ srcpkgs/eiwd/template       2020-04-13 15:49:16.257618727 +0200
@@ -1,23 +1,24 @@
-# Template file for 'iwd'
-pkgname=iwd
-version=1.6
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.6r1
 revision=1
+wrksrc="${pkgname}-${version/r/-}"
 build_style=gnu-configure
 configure_args="--disable-systemd-service --enable-pie
- --enable-external-ell --enable-dbus-policy --enable-wired"
+ --disable-external-ell --disable-dbus --enable-wired"
 hostmakedepends="python3-docutils pkg-config automake libtool"
-makedepends="readline-devel dbus-devel ell-devel"
-depends="dbus ell>=0.29"
+makedepends="readline-devel"
 checkdepends="python3"
-short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
+short_desc="""iwd without dbus"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="LGPL-2.1-or-later"
-homepage="https://iwd.wiki.kernel.org/"
-changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
-distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
-checksum=07945e3166b7289bc8f103ba0f433cf735dd9f9ba78ddc9e475a6a478db344e7
+homepage="https://github.com/dylanaraps/eiwd"
+changelog="https://raw.githubusercontent.com/dylanaraps/eiwd/master/ChangeLog"
+distfiles="https://github.com/dylanaraps/eiwd/releases/download/${version/r/-}/eiwd-${version/r/-}.tar.xz"
+checksum=35e9938ccecad1a1336ee94d92ec5cfc2f059bd6d3b154034a450ac3385dbc19
 make_dirs="/var/lib/iwd 0600 root root
  /etc/iwd 755 root root"
+conflicts="iwd>=0"

 pre_configure() {
        autoreconf -fi
Only in srcpkgs/eiwd: update
```

It builds, but breaks, maybe because of misconfiguration (eiwd has no automatic configuration). `iw dev` shows the `ssid` row for a few seconds, but then disappears.

```text
Wireless daemon version 1.6
Loaded configuration from /etc/iwd/main.conf
netconfig: Network configuration is disabled.
Wiphy: 0, Name: phy0
        Permanent Address: xx:xx:xx:xx:xx:xx
        Bands: 2.4 GHz 5 GHz
        Ciphers: CCMP TKIP BIP
        Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Wiphy phy0 will only use the default interface
4-Way handshake failed for ifindex: 4, reason: 15
```

/etc/iwd/main.conf
```text
[General]
UseDefaultInterface=true
```

/var/lib/iwd/potato.psk
```text
[Security]
PreSharedKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

Then again, this happens with normal `iwd` as well...

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

* Re: Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
                   ` (2 preceding siblings ...)
  2020-04-13 14:27 ` svenper
@ 2020-04-26 18:57 ` svenper
  2021-01-21 14:38 ` ericonr
  2021-01-21 14:38 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: svenper @ 2020-04-26 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/18581#issuecomment-619605609

Comment:
Never mind what I said above, I forgot I had messed with my drivers. #21355 Works!

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

* Re: [ISSUE] [CLOSED] Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
                   ` (4 preceding siblings ...)
  2021-01-21 14:38 ` ericonr
@ 2021-01-21 14:38 ` ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-21 14:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

Closed issue by RibalGZ on void-packages repository

https://github.com/void-linux/void-packages/issues/18581

Description:
eiwd - iwd without dbus
Source: https://github.com/dylanaraps/eiwd
Release: https://github.com/dylanaraps/eiwd/releases/tag/0.2.5

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

* Re: Package request: eiwd
  2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
                   ` (3 preceding siblings ...)
  2020-04-26 18:57 ` svenper
@ 2021-01-21 14:38 ` ericonr
  2021-01-21 14:38 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-21 14:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/18581#issuecomment-764687406

Comment:
IWD has fixed multiple bugs and security issues, but eiwd hasn't kept up with such changes at all. Closing this request.

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

* Re: [ISSUE] [CLOSED] Package request: eiwd
  2022-06-20 14:34 [ISSUE] " nvidiaLinuxUser
@ 2022-12-10 11:42 ` nvidiaLinuxUser
  0 siblings, 0 replies; 8+ messages in thread
From: nvidiaLinuxUser @ 2022-12-10 11:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Closed issue by nvidiaLinuxUser on void-packages repository

https://github.com/void-linux/void-packages/issues/37622

Description:
iwd without dbus (maintained fork of original dylanaraps/eiwd)
https://github.com/illiliti/eiwd

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

end of thread, other threads:[~2022-12-10 11:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 10:42 [ISSUE] Package request: eiwd voidlinux-github
2020-04-13 13:24 ` svenper
2020-04-13 13:51 ` svenper
2020-04-13 14:27 ` svenper
2020-04-26 18:57 ` svenper
2021-01-21 14:38 ` ericonr
2021-01-21 14:38 ` [ISSUE] [CLOSED] " ericonr
2022-06-20 14:34 [ISSUE] " nvidiaLinuxUser
2022-12-10 11:42 ` [ISSUE] [CLOSED] " nvidiaLinuxUser

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).