Page MenuHomeSolus

Added rundeps and turned off libsplit
ClosedPublic

Authored by maverick1 on Oct 1 2019, 3:01 PM.
Tags
None
Referenced Files
F11052286: D7293.id17496.diff
Thu, Aug 10, 9:14 PM
F11052285: D7293.id.diff
Thu, Aug 10, 9:14 PM
F11052284: D7293.id17818.diff
Thu, Aug 10, 9:14 PM
F11052283: D7293.id18083.diff
Thu, Aug 10, 9:14 PM
F11052282: D7293.id17864.diff
Thu, Aug 10, 9:14 PM
F11040857: D7293.diff
Thu, Aug 10, 3:29 AM
F11037034: D7293.diff
Wed, Aug 9, 7:59 PM
F10963061: D7293.diff
Wed, Jul 19, 1:32 AM
Subscribers

Details

Summary

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

Test Plan

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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
17

The letter n comes before the letter p.

24

patterns list will no longer be needed given libsplit.

27

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).

This revision now requires changes to proceed.Oct 17 2019, 10:32 AM
package.yml
27

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.

Kept n before p and removed paterns

JoshStrobl added inline comments.
package.yml
27

Right except it's going to be nuked from the repo, so it doesn't apply here.

This revision now requires changes to proceed.Oct 18 2019, 10:14 AM

LGTM, landing now that the deprecation PR has landed.

This revision is now accepted and ready to land.Nov 1 2019, 10:17 AM
This revision was automatically updated to reflect the committed changes.