Project

General

Profile

Actions

Feature #2341

closed

check versions of suricata and suricata-update

Added by Victor Julien over 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Also available in: Atom PDF