]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/htp: follow suricata versioning
authorJason Ish <jason.ish@oisf.net>
Mon, 30 Jun 2025 14:56:55 +0000 (08:56 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Jul 2025 06:41:41 +0000 (08:41 +0200)
commitf68b06798fc551d0b9b97cd9c931183ba6134729
tree3bd47bd2e1098c130667b9c26e571c52b61e36a0
parent66e7437befe5bff9b7a1d6246b01c8ff76252901
rust/htp: follow suricata versioning

Have htp follow Suricata versioning so we don't have to worry about
version updates as it changes.

For example, between 8.0.0-beta1 and 8.0.0-rc1 there were changes to
the htp, however the version stayed at 2.0.0 making it impossible to
publish these changes to crates.io.
configure.ac
rust/Cargo.lock.in
rust/Cargo.toml.in
rust/Makefile.am
rust/htp/.gitignore [deleted file]
rust/htp/Cargo.toml.in [moved from rust/htp/Cargo.toml with 96% similarity]
rust/htp/Makefile.am [new file with mode: 0644]