Package Details: aircrack-ng-git 20240303.6e2871e7-1

Git Clone URL: https://aur.archlinux.org/aircrack-ng-git.git (read-only, click to copy)
Package Base: aircrack-ng-git
Description: WiFi security auditing tools suite
Upstream URL: https://aircrack-ng.org
Keywords: aircrack aircrack-ng airgraph airgraph-ng airmon airmon-ng airodump airodump-ng
Licenses: GPL2
Conflicts: aircrack-ng, aircrack-ng-scripts
Provides: aircrack-ng, aircrack-ng-scripts
Replaces: aircrack-ng-scripts, aircrack-ng-svn
Submitter: Miegl
Maintainer: l-koehler
Last Packager: l-koehler
Votes: 121
Popularity: 0.000000
First Submitted: 2018-04-04 18:44 (UTC)
Last Updated: 2024-03-30 17:10 (UTC)

Dependencies (18)

Required by (16)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

vesath commented on 2018-04-06 08:38 (UTC) (edited on 2018-04-06 08:38 (UTC) by vesath)

I'm the maintainer of aircrack-ng-svn; I've just noticed upstream moved to github, yay! I'd like to merge my package into yours, so yours will get the votes mine had.

Before that I'd like to ask you fix a few issues with your PKGBUILD:

  • You apparently started off with my PKGBUILD but dropped acknowledgement of all previous maintainers/contributors; it's really not nice. Please add those back.

  • The packages ('autoconf' 'automake' 'pkg-config' 'make' 'gcc-libs') need not be in the makedepends array since they are part of the base-devel group.

Cheers.

vesath commented on 2017-10-09 18:07 (UTC)

Works just fine for me. And since I do not speak Italian and Yaourt is an unsupported tool, there is nothing I can do to help.

simona commented on 2017-10-09 10:39 (UTC)

==> Avvio di pkgver() in corso... /tmp/yaourt-tmp-simona/aur-aircrack-ng-svn/./PKGBUILD: riga 25: errore di sintassi vicino al token non atteso "(" /tmp/yaourt-tmp-simona/aur-aircrack-ng-svn/./PKGBUILD: riga 25: ` svn info | awk '/Revision/{r=$2}/Date/{gsub(/-/,"");d=$4}END{print d"."r}'' ==> ERRORE: Impossibile trovare i sorgenti di /tmp/yaourt-tmp-simona/aur-aircrack-ng-svn/./PKGBUILD ==> ERRORE: Makepkg non è riuscito a compilare aircrack-ng-svn.

vesath commented on 2017-10-04 07:05 (UTC)

Right. This option used to be called unstable and was enabled in the PKGBUILD; I've updated it to the new naming.

codyps commented on 2017-10-04 03:11 (UTC)

This needs `experimental=true` added so that besside-ng and others are built & installed.

Emil commented on 2015-08-10 20:29 (UTC)

Hi, I get this error while trying to build: ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning aircrack-ng svn repo... svn: warning: cannot set LC_CTYPE locale svn: warning: environment variable LANG is en_BE.UTF-8 svn: warning: please check that your locale name is correct svn: E000111: Unable to connect to a repository at URL 'http://svn.aircrack-ng.org/trunk' svn: E000111: Error running context: Connection refused ==> ERROR: Failure while downloading aircrack-ng svn repo Aborting...

intelfx commented on 2013-10-23 03:42 (UTC)

These are the guidelines: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

vesath commented on 2013-10-23 01:02 (UTC)

Alright, I'll use `svn info | awk '/Revision/{r=$2}/Date/{gsub(/-/,"");d=$4}END{print d"."r}'`.

vesath commented on 2013-10-23 00:53 (UTC)

I am not aware of any guidelines. We could drop the date but what I'd like to do is, as I already do for git packages, use the date of the last commit (instead of the build date). I'll see if I can figure out how to do that easily in SVN and use your suggestion otherwise.