[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771257: pre-approval unblock: aircrack-ng/1:1.2-0~beta3-4



Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal

Hi,

Please grant a pre-approval unblock for the debdiff attached here for
the package aircrack-ng.

This fixes bug #771221 which makes airodump-ng unable to access the IEEE
OUI database to show the information about the manufacturers.

Although the upstream fix re-factorizes the code to look for the OUI
file, I have done here only the minimum changes to fix this issue.

The changes only involve updating 2 defines on airodump-ng.h to match
the paths that the package ieee-data uses now.

Thanks.

Please pre-approval unblock aircrack-ng/1:1.2-0~beta3-4
diff -Nru aircrack-ng-1.2-0~beta3/debian/changelog aircrack-ng-1.2-0~beta3/debian/changelog
--- aircrack-ng-1.2-0~beta3/debian/changelog	2014-11-12 18:25:47.000000000 +0100
+++ aircrack-ng-1.2-0~beta3/debian/changelog	2014-11-28 00:56:39.000000000 +0100
@@ -1,3 +1,11 @@
+aircrack-ng (1:1.2-0~beta3-4) unstable; urgency=medium
+
+  * Update the paths for the IEEE OUI file on airodump-ng
+    to match the ones used now by the package ieee-data.
+    (Closes: #771221)
+
+ -- Carlos Alberto Lopez Perez <clopez@igalia.com>  Fri, 28 Nov 2014 00:48:06 +0100
+
 aircrack-ng (1:1.2-0~beta3-3) unstable; urgency=high
 
   * Remove useless dh-python from Build-Depends. Check #769285.
diff -Nru aircrack-ng-1.2-0~beta3/debian/patches/008-Airodump_fix-ieee-oui-path.diff aircrack-ng-1.2-0~beta3/debian/patches/008-Airodump_fix-ieee-oui-path.diff
--- aircrack-ng-1.2-0~beta3/debian/patches/008-Airodump_fix-ieee-oui-path.diff	1970-01-01 01:00:00.000000000 +0100
+++ aircrack-ng-1.2-0~beta3/debian/patches/008-Airodump_fix-ieee-oui-path.diff	2014-11-27 19:51:54.000000000 +0100
@@ -0,0 +1,22 @@
+Description: airodump-ng can't find the IEE OUI file.
+ We are doing here the minium changes to keep release team
+ happy and have this allowed into Jessie.
+ .
+ Next upstream release of aircrack-ng will already contain
+ r2455, so this patch can be dropped.
+Author: Carlos Alberto Lopez Perez <clopez@igalia.com>
+Bug-Debian: http://bugs.debian.org/771221
+Applied-Upstream: http://trac.aircrack-ng.org/changeset/2455
+--- a/src/airodump-ng.h
++++ b/src/airodump-ng.h
+@@ -146,8 +146,8 @@
+ 
+ #define OUI_PATH0 "/etc/aircrack-ng/airodump-ng-oui.txt"
+ #define OUI_PATH1 "/usr/local/etc/aircrack-ng/airodump-ng-oui.txt"
+-#define OUI_PATH2 "/usr/share/aircrack-ng/airodump-ng-oui.txt"
+-#define OUI_PATH3 "/usr/share/misc/oui.txt"
++#define OUI_PATH2 "/var/lib/ieee-data/oui.txt"
++#define OUI_PATH3 "/usr/share/ieee-data/oui.txt"
+ #define MIN_RAM_SIZE_LOAD_OUI_RAM 32768
+ 
+ int read_pkts=0;
diff -Nru aircrack-ng-1.2-0~beta3/debian/patches/series aircrack-ng-1.2-0~beta3/debian/patches/series
--- aircrack-ng-1.2-0~beta3/debian/patches/series	2014-11-11 23:59:00.000000000 +0100
+++ aircrack-ng-1.2-0~beta3/debian/patches/series	2014-11-28 01:12:23.000000000 +0100
@@ -6,3 +6,4 @@
 005-CVE-2014-8322.diff
 006-CVE-2014-8323.diff
 007-CVE-2014-8324.diff
+008-Airodump_fix-ieee-oui-path.diff

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: