Project

General

Profile

Actions

Bug #7649

closed
JI JI

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

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

Added by Jason Ish about 1 year ago. Updated about 1 year 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.

JI Updated by Jason Ish about 1 year ago Actions #1

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

JI Updated by Jason Ish about 1 year ago Actions #2

  • 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: PDF Atom