Actions
Feature #2341
closed
VJ
VG
check versions of suricata and suricata-update
Feature #2341:
check versions of suricata and suricata-update
Effort:
Difficulty:
Label:
Description
The version info for both suricata and suricata-update could probably made part of the index.
E.g. something like:
versions: suricata: - 4.0: 4.0.3 - 3.2: 3.2.5 - 3.1: EOL update: - 1.0: 1.0.0
When 3.2 will be EOL later this month:
versions: suricata: - recommended: 4.0.3 - 4.0: 4.0.3 - 3.2: EOL - 3.1: EOL update: - 1.0: 1.0.0
suricata-update should probably get a 'check-versions' command:
# suricata-update check-versions Info: index out of date, fetching ... Warning: Suricata version 3.2.5 is End of life. Please upgrade to 4.0.3.
or
# suricata-update check-versions Warning: Suricata version 4.0.1 is outdated. Please upgrade to 4.0.3.
ideally
# suricata-update check-versions Info: Suricata version 4.0.3 is up to date.
Actions