Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Disable-two-failing-tests.patch | Disable two failing tests | =?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org> | yes | upstream | 2018-06-15 | |
Disable-aircrack-failing-test.patch | Skip failing test testHandshakeAircrack It fails with new aircrack-ng >= 1.5.* |
Sophie Brun <sophie@offensive-security.com> | yes | debian upstream | 2022-11-03 | |
fix-for-new-which.patch | Update the process.py for new behavior of which Since debianutils version 5.0-1 which is deprecatedi, stderr is no longer empty if the command is not found. Adapt the test for this new behavior. |
Sophie Brun <sophie@offensive-security.com> | no | 2021-12-20 | ||
Fix-regular-expression.patch | Fix regular expression ==================================== ERRORS ==================================== _______________________ ERROR collecting test_Airmon.py ________________________ /usr/lib/python3/dist-packages/_pytest/python.py:618: in _importtestmodule mod = import_path(self.path, mode=importmode, root=self.config.rootpath) /usr/lib/python3/dist-packages/_pytest/pathlib.py:533: in import_path importlib.import_module(module_name) /usr/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) <frozen importlib._bootstrap>:1206: in _gcd_import ??? <frozen importlib._bootstrap>:1178: in _find_and_load ??? <frozen importlib._bootstrap>:1149: in _find_and_load_unlocked ??? <frozen importlib._bootstrap>:690: in _load_unlocked ??? /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:168: in exec_module exec(co, module.__dict__) tests/test_Airmon.py:5: in <module> from wifite.tools.airmon import Airmon wifite/tools/airmon.py:12: in <module> from ..config import Configuration E File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/wifite/config.py", line 283 E chn_arg_re = re.compile("^\d+((,\d+)|(-\d+,\d+))*(-\d+)?$") E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E SyntaxError: invalid escape sequence '\d' |
Sophie Brun <sophie@offensive-security.com> | no | 2023-06-02 | ||
Remove-superflous-setuptools-from-install_requires.patch | Remove superflous setuptools from install_requires | Sophie Brun <sophie@offensive-security.com> | no | debian | 2024-10-10 | |
fix_Python_SyntaxWarning.diff | Fix syntax python warnings | Daniel Echeverri <epsilon@debian.org> | not-needed | 2025-01-11 |