Project

General

Profile

Actions

Bug #7649

closed

lib: suricata version in sys crate needs to be updated on build

Added by Jason Ish 3 months ago. Updated 20 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Currently SC_PACKAGE_VERSION is only updated when bindgen is run. However, as part of the release process we update the version in configure.ac, then rebuild. 2 options to fix this exist:
- require bindgen to be re-run
- or, have the sys crate use a file generated by configure.ac (may not be compatible with crates.io)

Option 2 is probably the easiest, and always generates a correct value, so look into that first.

Actions #1

Updated by Jason Ish 29 days ago

  • Target version changed from 8.0.0-rc1 to 8.0.0

Pushing back to 8.0.0 now. This can also be solved with release process tooling, which we're also looking at.

Actions #2

Updated by Jason Ish 20 days ago

  • Status changed from Assigned to Closed

Done with releasing tooling. Add a release checklist item to verify that this is done, just like we verify its done in configure.ac.

Actions

Also available in: Atom PDF