By request from Mister_X (Thomas d'Otreppe), I bring you a version
bump of aircrack-ng that also fixes bug
http://trac.aircrack-ng.org/ticket/507 -- the patch called
001-no_abusive_malloc.patch in OpenWrt can therefore be removed.

Thanks,
Dave Cooper

Signed-off-by: David Cooper <[email protected]>

Index: packages/net/aircrack-ng/patches/001-no_abusive_malloc.patch
===================================================================
--- packages/net/aircrack-ng/patches/001-no_abusive_malloc.patch
 (revision
14481)
+++ packages/net/aircrack-ng/patches/001-no_abusive_malloc.patch
 (working copy)
@@ -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;
-
Index: packages/net/aircrack-ng/Makefile
===================================================================
--- packages/net/aircrack-ng/Makefile   (revision 14481)
+++ packages/net/aircrack-ng/Makefile   (working copy)
@@ -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
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to