Upgrade standards to 4.7.2
Background
- Fix warning about outdated standards in package tracker
Description of changes
- Read standards documentation from 4.6.2 to 4.7.2 [1] and found no required changes.
- Move from
/bin/killto/usr/bin/kill. According to 4.7.1 [1], packages are not allowed any more to install things to/binetc. so I think we should take this to check the package to not use this paths any more and instead use the now common, modern paths below/usr/bin/.
Dependencies
- None
Documentation
- Not required
Tests
- Installed the new binary package (amd64) to a current unstable machine.
systemctl reload suricata.serviceandsystemctl stop suricata.serviceare working as expected, so the newkillcommand should be OK. - Logrotate itself not tested.
Links
Edited by Andreas Dolp