Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile: checks libhtp lzma support #4163

Closed
wants to merge 1 commit into from

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
none

Describe changes:

  • Checks that libhtp has lzma decompression support

In the case of a non bundled version, we run a program creating a decompressor with HTP_COMPRESSION_LZMA (this checks if the version is recent enough) and then checks if it is not in passthrough mode (in case the recent version was compiled on a machine without liblzma)
In the case of bundled version, we just check that the version is recent enough to have HTP_COMPRESSION_LZMA in headers (liblzma check is already done).

@catenacyber catenacyber requested a review from a team as a code owner September 3, 2019 20:03
@victorjulien
Copy link
Member

CI fails on this, can you check why?

@catenacyber catenacyber deleted the compile-htp-lzma-v1 branch October 1, 2019 12:43
victorjulien added a commit to victorjulien/suricata that referenced this pull request Aug 18, 2022
benignbala pushed a commit to benignbala/suricata that referenced this pull request Nov 12, 2022
jasonish added a commit to jasonish/suricata that referenced this pull request Jul 6, 2023
jasonish added a commit to jasonish/suricata that referenced this pull request Jul 6, 2023
New minimum Rust version: 1.63.0.
Current latest known good version: 1.70.0.

Add test specifically for MSRV as we didn't have one.

Ticket: OISF#4163
jasonish added a commit to jasonish/suricata that referenced this pull request Jul 6, 2023
New minimum Rust version: 1.63.0.
Current latest known good version: 1.70.0.

Add test specifically for MSRV as we didn't have one.

Ticket: OISF#4163
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Jul 7, 2023
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request Jul 7, 2023
New minimum Rust version: 1.63.0.
Current latest known good version: 1.70.0.

Add test specifically for MSRV as we didn't have one.

Ticket: OISF#4163
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants