Skip to content

Commit

Permalink
Freeradius WPE: Updated patch for v3.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-X- committed Aug 3, 2021
1 parent 3e68dee commit 0cc470f
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 137 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Version 1.7 (changes from aircrack-ng 1.6) - Released XX XXX 2021:
* Besside-ng: Support and detect all channels in 5GHz in Auto-Channel mode
* OSdep: Search additional IE for channel information
* Patches: Add missing patches that were on https://patches.aircrack-ng.org but not in repo
* Patches: Updated freeradius-wpe patch for v3.0.23
* Autotools: make dist now creates VERSION file
* Autotools: Added maintainer mode
* Autotools: Initial support for Link Time Optimization (LTO) builds
Expand Down
10 changes: 5 additions & 5 deletions patches/wpe/freeradius-wpe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ apt-get install libsqlite3-dev libhiredis-dev libykclient-dev libyubikey-dev def
Run the following commands:

```
wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-3.0.21.tar.bz2
tar -xjf freeradius-server-3.0.21.tar.bz2
cd freeradius-server-3.0.21/
wget https://raw.githubusercontent.com/aircrack-ng/aircrack-ng/master/patches/wpe/freeradius-wpe/freeradius-wpe.patch
patch -Np1 -i freeradius-wpe.patch
wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-3.0.23.tar.bz2
tar -xjf freeradius-server-3.0.23.tar.bz2
cd freeradius-server-3.0.23/
wget https://raw.githubusercontent.com/aircrack-ng/aircrack-ng/master/patches/wpe/freeradius-wpe/freeradius-server-3.0.23-wpe.diff
patch -Np1 -i freeradius-server-3.0.23-wpe.diff
./configure
make
make install
Expand Down
Loading

0 comments on commit 0cc470f

Please sign in to comment.