[package] update aircrack-ng to r1396, patch from David Cooper (#4180)x

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14483 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-02-12 10:09:41 +00:00
parent 259fee617b
commit ab2eae1311
2 changed files with 2 additions and 16 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aircrack-ng
PKG_REV:=1142
PKG_REV:=1396
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1

View File

@ -1,14 +0,0 @@
diff -urN aircrack-ng-r1142/src/aircrack-ng.c aircrack-ng-r1142.new/src/aircrack-ng.c
--- aircrack-ng-r1142/src/aircrack-ng.c 2008-08-17 03:04:57.000000000 +0200
+++ aircrack-ng-r1142.new/src/aircrack-ng.c 2008-11-09 23:29:20.000000000 +0100
@@ -4450,8 +4450,8 @@
opt.bssidmerge = NULL;
opt.oneshot = 0;
- all_ivs = malloc( (256*256*256) * sizeof(used_iv));
- bzero(all_ivs, (256*256*256)*sizeof(used_iv));
+ //all_ivs = malloc( (256*256*256) * sizeof(used_iv));
+ //bzero(all_ivs, (256*256*256)*sizeof(used_iv));
forceptw = 0;