Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
patching aircrack-ng help
09-05-2011, 08:23 AM
Post: #1
patching aircrack-ng help
i'm getting errors when trying to install the patches. any help?

Code:
root@forumhero:~/wifi# patch -Np0 -i aircrack-ng.c.patch
patching file aircrack-ng.c.new
Hunk #1 FAILED at 222.
Hunk #2 FAILED at 4335.
Hunk #3 FAILED at 4791.
Hunk #4 FAILED at 4818.
Hunk #5 FAILED at 5097.
Hunk #6 FAILED at 5250.
6 out of 6 hunks FAILED -- saving rejects to file aircrack-ng.c.new.rej
Find all posts by this user
09-05-2011, 10:07 AM
Post: #2
RE: patching aircrack-ng help
litte howto:

checkout correct revision from subversion
Quote:$ svn checkout -r 1959 http://trac.aircrack-ng.org/svn/trunk aircrack-ng

patch the files
Quote:$ cd aircrack-ng/src/
$ patch < path_to_patches/aircrack-ng.h.patch
$ patch < path_to_patches/aircrack-ng.c.patch

continue compiling as usual
Visit this user's website Find all posts by this user
09-06-2011, 07:01 AM
Post: #3
RE: patching aircrack-ng help
works like a charm, thank you
Find all posts by this user
09-09-2011, 09:36 AM
Post: #4
RE: patching aircrack-ng help
aircrack-ng has been updated to revision 1962 with our patch included Smile
Visit this user's website Find all posts by this user
09-09-2011, 04:47 PM
Post: #5
RE: patching aircrack-ng help
very nice! are you still on schedule to release wpa support for hashcat this weekend?
Find all posts by this user
09-09-2011, 05:01 PM
Post: #6
RE: patching aircrack-ng help
wpa support would be very nice Smile
Find all posts by this user
09-09-2011, 11:35 PM
Post: #7
RE: patching aircrack-ng help
(09-09-2011 04:47 PM)forumhero Wrote:  very nice! are you still on schedule to release wpa support for hashcat this weekend?

i try, but i am not sure. there is one bug left but this one is hiding very well from fix Smile
Visit this user's website Find all posts by this user
Thread Closed