Version: 1.5.2, Package name: aircrack-ng-1.5.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, thus making the attack much faster compared to other WEP cracking tools. In fact, aircrack is a set of tools for auditing wireless networks. |
Filesize: 6971.055 KB |
Version History (View Complete History) |
|
2020-12-27 11:13:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: respect CFLAGS |
2020-07-24 07:49:28 by Benoit Lecocq | Files touched by this commit (1) |
Log message: Drop maintainership, no more use. |
2020-07-22 06:53:31 by Theo Buehler | Files touched by this commit (2) |
Log message: Avoid buffer overflow in SIOCGIFMEDIA In 2015, stsp changed the ifm_ulist from int * to uint64_t. This was fixed by sthen but the patch got lost in an update. Upstream aircrack-ng has this fixed in 1.6.0 and later. Found by Martin (martingot protonmail com) and MALLOC_OPTIONS=C Tested by Martin and clematis ok stsp maintainer timeout |
2020-06-13 11:38:49 by Charlene Wendling | Files touched by this commit (4) |
Log message: aircrack-ng: fix the build on powerpc aircrack-ng uses an old version of John the Ripper, the whole Altivec acceleration code does not build since the move to clang/compiler_rt; it fails with ports-gcc as well. John codebase massively changed in this regard since then, making backports too massive. Remove AltiVec support and associated PFRAG, with a patch ensuring that AltiVec and POWER8 are *really* disabled at build time (from upstream). OK benoit@ (maintainer) |
2019-12-06 07:29:40 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix packaging on arm, NEON was disabled but the PFRAG was still used. leave the PFRAG and just comment-out the conditional making it easier to reinstate if this is fixed (upstream bug is still active). |
2019-10-05 16:33:21 by Christian Weisgerber | Files touched by this commit (1) |
Log message: disable NEON optimizations on arm and aarch64 because clang refuses to compile the code; ok benoit@ |
2019-08-12 08:40:04 by Charlene Wendling | Files touched by this commit (2) |
Log message: aircrack-ng: allow packaging on macppc POWER8 libaircrack-crypto isn't built on powerpc -- remove them from PFRAG. OK benoit@ (maintainer) |
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-18 06:13:34 by Christian Weisgerber | Files touched by this commit (24) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-05-13 11:15:40 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Unbreak on sparc64, where <machine/intr.h> can't be included from userland ok benoit@ (maintainer) |
2019-03-09 11:02:35 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: use ld.bfd on i386, due to linking error there with lld: ld: error: undefined symbol: __i686.get_pc_thunk.bx OK sthen@ fix wpaclean, only saving the last seen network/handshake in the output file OK benoit@ (MAINTAINER) |
2019-03-08 10:30:23 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: zpazapzap empty file; confirmed by sthen@ |
2019-02-23 15:23:25 by Sebastian Reitenbach | Files touched by this commit (21) |
Log message: Update to 1.5.2 lots of feedback from sthen@ tested on i396 by myself, amd64 tests by benoit@ OK benoit@ (MAINTAINER) |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-06-03 10:39:54 by Theo Buehler | Files touched by this commit (2) |
Log message: Turn two functions from 'inline' to 'static inline' to fix the build with clang -O0. discussed with & ok jca |
2017-01-11 06:17:03 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Replace sudo with doas in README from Michael McConville and Timo Myyra, thanks |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-09-10 07:03:44 by Antoine Jacoutot | Files touched by this commit (95) |
Log message: First pass at pre-entively fixing ports that would break once guenther's header pollution diff is in. lang/squeak/vm does not build but it's due to the recent audio changes games/xbattle: also fixes some conflicting implicit decl print/hplip: also fixes some conflicting implicit decl |
2015-09-11 10:23:02 by Stuart Henderson | Files touched by this commit (2) |
Log message: ihandle ifmedia64 |
2015-05-01 11:40:58 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Consistency in endian.h includes. |
2015-02-17 12:47:01 by Christian Weisgerber | Files touched by this commit (12) |
Log message: A dot or a single quote introduces a roff(7) macro; fix text lines beginning with such a character. Drop USE_GROFF. ok and delousing schwarze@ |
2015-01-19 13:44:15 by Christian Weisgerber | Files touched by this commit (13) |
Log message: <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>. Remove now useless (parts of) patches. |
2011-06-02 07:41:42 by Antoine Jacoutot | Files touched by this commit (238) |
Log message: Add a consistent header that substitutes FULLPKGNAME for the READMEs. ok jasper@ sthen@ |
2011-06-01 02:16:15 by David Coppa | Files touched by this commit (2) |
Log message: Fix leftover '-lpthread'. ok fgsch@ |
2011-05-21 05:19:24 by Federico G. Schwindt | Files touched by this commit (13) |
Log message: Update to aircrack-ng 1.1. input and ok sthen and benoit (maintainer) |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-18 15:41:48 by Marc Espie | Files touched by this commit (144) |
Log message: USE_GROFF=Yes |
2009-08-06 06:48:18 by Benoit Lecocq | Files touched by this commit (1) |
Log message: - change MASTER_SITES - change email maintainer - bump ok ajacoutot@ |