Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create packet for different distro (DEB, RPM, PKGBUILD) #1

Open
MauroMombelli opened this issue Apr 20, 2018 · 9 comments
Open

Create packet for different distro (DEB, RPM, PKGBUILD) #1

MauroMombelli opened this issue Apr 20, 2018 · 9 comments

Comments

@MauroMombelli
Copy link
Owner

Commit 50befaa can b considered complete enought to be realeased on the wild

@MauroMombelli
Copy link
Owner Author

MauroMombelli commented Apr 22, 2018

temporary list of requirements:
qrencode (tested on 4.0.0)
gpgme > 1.7.0 (tested on 1.10)
gnutsl (tested on 3.5.18)
iw (tested on 4.14)

@bam80
Copy link

bam80 commented Apr 22, 2018

Also, it needs Wireless Tools version 30 (beta), latest stable version 29 doesn't fit.
BTW, latest stable release was over 10 years ago, and the tools is currently considered deprecated, so it seems doubtful design choice. Was there a reason for that?
Anyway, I couldn't built it since my distro provides only stable version of the Wireless Tools :(

@MauroMombelli
Copy link
Owner Author

my understanding is Wireless Tool is "iw", and it still developed by the kernel mantainer: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git

That part of the code is signed for rewrite anyway, so if you have suggestion for better library please let me know!

@bam80
Copy link

bam80 commented Apr 23, 2018

my understanding is Wireless Tool is "iw"

No, these are different utils. Excerpt from Wikipedia article:

The wireless tools package is currently considered deprecated; the alternative being the more recent iw utility.

This project depends on old Wireless Tools currently, so rewriting it for iw seems would be OK

@MauroMombelli
Copy link
Owner Author

MauroMombelli commented Apr 23, 2018 via email

@dkg
Copy link
Contributor

dkg commented Apr 24, 2018

i don't understand the statement about wireless-tools being deprecated. while the command-line iwlist and iwconfig might be deprecated in favor of iw, i don't think that iw offers a C library to access the same data, so it's not useful for the openpgp-skt context unless we want to spawn a subprocess and parse its output. libiw (from the wireless-tools upstream) is functional and does precisely what we want.

debian oldoldstable (wheezy), released many years ago now, has libiw 30~pre9. if your distro doesn't ship something this old, please nudge your distro to pick it up :)

@bam80
Copy link

bam80 commented Apr 24, 2018

if your distro doesn't ship something this old

My distro just ships something that stable :)
Ok, I see your point. Not sure if libiw deprecated also or not, it wasn't my statement. Maybe you are right.

@bam80
Copy link

bam80 commented Aug 2, 2021

Can it be distributed in distro-agnostic way, e.g. Flatpak?

@MauroMombelli
Copy link
Owner Author

Yes i guess it could but i think after 3 years there should be no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants