Search Criteria
Package Details: authsae-git 3:1.2.9_4+r420.20190225.109a2e8-1
Git Clone URL: | https://aur.archlinux.org/authsae-git.git (read-only, click to copy) |
---|---|
Package Base: | authsae-git |
Description: | Authsae provides secure password-based authentication for 802.11s mesh networking. |
Upstream URL: | https://github.com/cozybit/authsae |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | BrainDamage |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 1 |
Popularity: | 0.000006 |
First Submitted: | 2015-01-23 22:18 |
Last Updated: | 2019-03-20 11:57 |
Dependencies (4)
- libconfig (libconfig-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2020-09-18 04:46
I'm getting error when linking
dreieck commented on 2019-03-20 11:40
Adopted, and corrected the error.
dreieck commented on 2019-03-20 11:19
An invalid
pkgver
:dreieck commented on 2018-08-08 10:53
It's not disowned yet ... (You are still listed as the maintainer)
BrainDamage commented on 2018-07-29 11:14
I've adopted your changes and since I'm not interested anymore in maintaining it, I've disowned it. Feel free to pick it up if it interests you.
dreieck commented on 2018-07-24 21:13
Removing
-Werror
fromCMakeLists.txt
solves the build problem.I added the following to the
PKGBUILD
:I suggest you to adopt it.
dreieck commented on 2018-06-26 10:23
Fails to build for me with:
BrainDamage commented on 2016-04-20 19:31
javier.ruere: sorry if this is a bit late, but a glance at the code seems that it's an upstream bug, the functions do indeed return values which aren't used, which conflict with the compiler option to explicitly mark them as errors, howrever I am unsure what exactly sets that option, a quick grep in the code doesn't show that flag being set by the buildsystem explicitly, but it has -Wall -Werror which would enable all warnings and turn them into errors, therefore, it's best if you open a ticket upstream to fix the inconsistency
BrainDamage commented on 2016-04-20 19:11
My apologizes, I missed the first comment, otherwise I'd have fixed the deps sooner.
xamindar commented on 2016-04-20 19:00
this also requires cmake and libconfig. Please add it to the depends as this is not installed with base-devel. After installing these two, the package compiles successfully on my Raspberry Pi.