Skip to content

Commit

Permalink
reaver-wps-fork-t6x: introduce a new flag, issue #138 and t6x/reaver-…
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Dec 21, 2016
1 parent 229f6d7 commit b8be56f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 48 deletions.
11 changes: 11 additions & 0 deletions net-wireless/reaver-wps-fork-t6x/files/0006-announce-fcs.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/wpsmon.c.orig 2016-12-21 07:56:51.000000000 +0800
+++ src/wpsmon.c 2016-12-21 08:01:59.583731228 +0800
@@ -624,7 +624,7 @@
fprintf(stderr, "\t-o, --out-file=<file> Write data to file\n");
fprintf(stderr, "\t-n, --probes=<num> Maximum number of probes to send to each AP in scan mode [%d]\n", DEFAULT_MAX_NUM_PROBES);
fprintf(stderr, "\t-D, --daemonize Daemonize wash\n");
- fprintf(stderr, "\t-C, --announce-fcs Ignore frame checksum errors\n"); //mod by flatr0ze
+ fprintf(stderr, "\t-F, --announce-fcs Do not ignore frame checksum errors\n"); //mod by flatr0ze
fprintf(stderr, "\t-5, --5ghz Use 5GHz 802.11 channels\n");
fprintf(stderr, "\t-s, --scan Use scan mode\n");
fprintf(stderr, "\t-u, --survey Use survey mode [default]\n");

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ RDEPEND="${DEPEND}"
ECONF_SOURCE="${S}/src"

#these patches need to be verified and pushed to upstream
#src_prepare() {
src_prepare() {
# epatch "${FILESDIR}"/000[1-4]*.patch
#http://code.google.com/p/reaver-wps/issues/detail?id=420
# epatch "${FILESDIR}"/0005-soreau-show-status-r2.patch
#}
#https://github.com/pentoo/pentoo-overlay/issues/139
epatch "${FILESDIR}"/0006-announce-fcs.patch
}

src_install() {
cd src
Expand Down

0 comments on commit b8be56f

Please sign in to comment.