aboutsummaryrefslogtreecommitdiff
path: root/net/aircrack-ng/patches
Commit message (Collapse)AuthorAge
* aircrack-ng: fix wrong inclusion of libbsd if detectedChristian Marangi2023-10-30
| | | | | | | | | | | | | | | | | Currently aircrack-ng try to link with libbsd if it does detect the library in staging_dir. This is the case with buildbot where every package is selected and compiled. Fix this by adding a pending patch that permits to disable libbsd inclusion even if detected and set the related config flag. aircrack-ng use 2 function of libbsd and it's not worth to include the entire library for 2 simple function for string manipulation. Also add an additional patch that permits to use musl or glibc version of these string functions. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* aircrack-ng: backport patch and move package to pcre2Christian Marangi2023-10-01
| | | | | | | | | | | Backport patch merged upstream for PCRE2 support and move package to pcre2. Also add an additional patch pending to fix linking both pcre and pcre2 if autotools detect both library. (aircrack-ng prefer pcre2 in presence of both) Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* aircrack-ng: Update to 1.4Joseph Benden2018-11-16
| | | | Signed-off-by: Joseph Benden <joe@benden.us>
* aircrack-ng: adds openssl 1.1 compatibilityEneas U de Queiroz2018-05-24
Applied a patch that was merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>