Added rundeps and turned off libsplit.
Running a proper WPA2 password cracking needed iw and lspci commands which are provided by iw and lspci packages. Also running aircrack-ng --help only also need its libaircrack-crypto-x86-avx.so library. So I needed to install to aicrack-ng-devel too to run aircrack-ng
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R342:f18108c85a50: Added rundeps and turned off libsplit
Ran airmon-ng, airodump-ng, aireplay-ng and aircrack-ng on my home wifi and tried a dictionary attack in the wifi.
Diff Detail
- Repository
- R342 aircrack-ng
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 18 | The letter n comes before the letter p. | |
| 21–22 | patterns list will no longer be needed given libsplit. | |
| 23 | A replaces here shouldn't be used, we don't need the main package to replace devel. What should be done is a deprecation be added to our distribution.xml.in + distribution.xml.in in https://github.com/getsolus/solus-sc in the repo_data folder (used merged_repos.sh in it, while in repo_data, to generation the .xml file). | |
| package.yml | ||
|---|---|---|
| 23 | If package is not split into devel then the package now provides the library provided by devel previously. So file conflict occurred in my machine. So I wrote replaces, since we won't need the devel package. | |
| package.yml | ||
|---|---|---|
| 23 | Right except it's going to be nuked from the repo, so it doesn't apply here. | |
Removed replaces key and created a pull request https://github.com/getsolus/solus-sc/pull/30