Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
aircrack-ng: bump to version 1.3
Browse files Browse the repository at this point in the history
- Remove patches (already in version)
- Add optional dependency to jemalloc

Signed-off-by: Laurent Cans <laurent.cans@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
cansl authored and jacmet committed Jul 17, 2018
1 parent e028836 commit 9ea4636
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 253 deletions.
81 changes: 0 additions & 81 deletions package/aircrack-ng/0001-Fix-compilation-without-getauxval.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions package/aircrack-ng/aircrack-ng.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# From http://www.aircrack-ng.org/downloads.html
sha1 ccc7a44ad2243c66b9a45fe133514485a72d674f aircrack-ng-1.2.tar.gz
md5 bb11ec14e1fe505d8d0d51cee0c54df9 aircrack-ng-1.2.tar.gz
sha1 245464585dfd24622807a8f868d62d9d00f6a22c aircrack-ng-1.3.tar.gz
md5 c7c5b076dee0c25ee580b0f56f455623 aircrack-ng-1.3.tar.gz

# Hash for license file:
sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 LICENSE
9 changes: 8 additions & 1 deletion package/aircrack-ng/aircrack-ng.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

AIRCRACK_NG_VERSION = 1.2
AIRCRACK_NG_VERSION = 1.3
AIRCRACK_NG_SITE = http://download.aircrack-ng.org
AIRCRACK_NG_LICENSE = GPL-2.0+
AIRCRACK_NG_LICENSE_FILES = LICENSE
Expand All @@ -31,6 +31,13 @@ else
AIRCRACK_NG_CONF_OPTS += --without-duma
endif

ifeq ($(BR2_PACKAGE_JEMALLOC),y)
AIRCRACK_NG_DEPENDENCIES += jemalloc
AIRCRACK_NG_CONF_OPTS += --with-jemalloc
else
AIRCRACK_NG_CONF_OPTS += --without-jemalloc
endif

ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
AIRCRACK_NG_DEPENDENCIES += libgcrypt
AIRCRACK_NG_CONF_OPTS += \
Expand Down

0 comments on commit 9ea4636

Please sign in to comment.