Commit Graph

15 Commits

Author SHA1 Message Date
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Eneas U de Queiroz 2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Joseph Benden 820473795f aircrack-ng: Update to git commit 42f2b48d
This patch updates the aircrack-ng package to their git revision
42f2b48d. This commit is the latest for the upcoming 1.6 release.

Signed-off-by: Joseph Benden <joe@benden.us>
2019-04-05 12:13:19 -07:00
Joseph Benden 4ddc31ba2a aircrack-ng: Update to 1.5.2
Signed-off-by: Joseph Benden <joe@benden.us>
2019-01-11 12:24:53 -07:00
Joseph Benden 4b71fb45a8 aircrack-ng: Update to 1.5.1
Signed-off-by: Joseph Benden <joe@benden.us>
2018-12-08 19:08:17 -07:00
Joseph Benden 286722c48e aircrack-ng: Update to 1.5
Signed-off-by: Joseph Benden <joe@benden.us>
2018-12-08 15:31:11 -07:00
Joseph Benden 2b9245fcd9 aircrack-ng: Update to 1.4
Signed-off-by: Joseph Benden <joe@benden.us>
2018-11-16 17:29:44 -07:00
Eneas U de Queiroz 168ccaafbf aircrack-ng: adds openssl 1.1 compatibility
Applied a patch that was merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 22:19:13 -03:00
Rosen Penev 2e99339191
aircrack-ng: Add -std=gnu89 to fix compile issues.
The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-14 19:26:13 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Felix Fietkau 46f4f922b4 aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:33:56 +02:00
Mangix 335ea8a23e
airmon-ng: Fix procps-ng dependancy.
Signed-off by: Rosen Penev <rosenp@gmail.com>
2016-06-18 00:14:14 -07:00
Yousong Zhou f0a06c9ed2 aircrack-ng: split out airmon-ng as a separate package.
As said in a related github discussion thread [1], OpenWrt is so small a
system that

 - "airmon-ng check kill" does not have much to check
 - airmon-ng takes up too much space for not that much benefit (bringing
   up monitor interface with just iw should be enough for at least b43
   and ath9k drivers)

Airmon-ng depends on a lot of utility binaries to run and these
dependencies increase the installation size.  With this commit we can
provide a working airmon-ng and a smaller aircrack-ng package.

Dependency spec of airmon-ng is also reworked to

 - select usbutils only if USB feature is available
 - select pciutils only if PCI feature is available

While doing the split, this commit also contains a few other minor
changes

 - Use SPDX identifier for license name.
 - Add PKG_LICENSE_FILES definition.
 - Set PKG_MAINTAINER (MAINTAINER variable will take value from it).

 [1] https://github.com/openwrt/packages/pull/1693

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-01-29 16:20:43 +08:00
Alexandru Ardelean b6f53282c5 aircrack-ng: use libnl-genl
Adding libnl-core and libnl-genl as deps.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-10-02 09:24:16 +03:00
Rick Farina (Zero_Chaos) a9bc939166 aircrack-ng: import from old packages
cleanup, update to latest version, mark myself maintainer

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
2015-02-07 14:15:41 -05:00