From: Florian Fainelli Date: Thu, 12 Feb 2009 10:09:41 +0000 (+0000) Subject: [package] update aircrack-ng to r1396, patch from David Cooper (#4180)x X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=52bc0094a67b6c8975884758eca8cebbab12eeea [package] update aircrack-ng to r1396, patch from David Cooper (#4180)x SVN-Revision: 14483 --- diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index 1222bd366a..b725d3e2f8 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -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 diff --git a/net/aircrack-ng/patches/001-no_abusive_malloc.patch b/net/aircrack-ng/patches/001-no_abusive_malloc.patch deleted file mode 100644 index d68df0d6f8..0000000000 --- a/net/aircrack-ng/patches/001-no_abusive_malloc.patch +++ /dev/null @@ -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; -