rpms/aircrack-ng/devel aircrack-ng-1.0-define.patch, NONE, 1.1 aircrack-ng.spec, 1.31, 1.32

Till Maas till at fedoraproject.org
Wed Sep 16 17:52:34 UTC 2009


Author: till

Update of /cvs/pkgs/rpms/aircrack-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13644

Modified Files:
	aircrack-ng.spec 
Added Files:
	aircrack-ng-1.0-define.patch 
Log Message:
* Wed Sep 16 2009 Till Maas <opensource at till.name> - 1.0-1
- Update to stable release
- Include airodump-ng-oui-update
- prepare shipping of oui database
- fix paths for oui database in airodump-ng-oui-update and airodump-ng
- add missing #include <types.h>


aircrack-ng-1.0-define.patch:
 radiotap-parser.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE aircrack-ng-1.0-define.patch ---
diff -up aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c.define aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c
--- aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c.define	2009-09-16 19:46:31.000000000 +0200
+++ aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c	2009-09-16 19:46:42.000000000 +0200
@@ -18,6 +18,7 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include <types.h>
 
 #include "radiotap-parser.h"
 


Index: aircrack-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aircrack-ng/devel/aircrack-ng.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- aircrack-ng.spec	16 Sep 2009 17:32:05 -0000	1.31
+++ aircrack-ng.spec	16 Sep 2009 17:52:34 -0000	1.32
@@ -23,6 +23,10 @@ Source0:        http://download.aircrack
 #Source4:        http://standards.ieee.org/regauth/oui/oui.txt
 # 2009-09-16: submitted upstream: 
 Patch0:         aircrack-ng-parallel_make.patch
+# 2009-10-16: needs to be reworked to be upstream submittable
+Patch1:         aircrack-ng-1.0-oui-path.patch
+# 2009-10-16: will be submitted upstream if tested
+Patch2:         aircrack-ng-1.0-define.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  sqlite-devel openssl-devel
 
@@ -39,6 +43,8 @@ capture files), and some tools to handle
 #%setup -q -n aircrack-ng-%{version}-%{alphatag}
 %setup -q -n aircrack-ng-%{version}
 %patch0 -p1 -b .parallel_make
+%patch1 -p1 -b .oui-path
+%patch2 -p1 -b .define
 
 %build
 #grep '(hex') %{SOURCE4} > airodump-ng-oui.txt
@@ -126,6 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 - Include airodump-ng-oui-update
 - prepare shipping of oui database
 - fix paths for oui database in airodump-ng-oui-update and airodump-ng
+- add missing #include <types.h>
 
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.0-0.10.rc3
 - rebuilt with new openssl




More information about the fedora-extras-commits mailing list