Commit Graph

6 Commits

Author SHA1 Message Date
Michael Tremer 84587bfeed *: Change how we define build architectures
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-08-29 15:57:13 +00:00
Michael Tremer 92492e8dc8 hyperscan: Fix resetting LTO flags
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-03-04 13:41:45 +00:00
Michael Tremer 4516a904ee hyperscan: Update to 5.4.0
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-12-02 08:17:13 +00:00
Michael Tremer 3c07a5b135 hyperscan: Drop cmake parameters that are passed anyways
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-04-09 02:32:45 +01:00
Michael Tremer 899a8a2fb7 hyperscan: Build only on x86
This package does not compile on ARM

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-04-06 15:51:34 +01:00
Michael Tremer 916536c22d hyperscan: New package
Hyperscan is a high-performance multiple regex matching library. It
follows the regular expression syntax of the commonly-used libpcre
library, but is a standalone library with its own C API.

Hyperscan uses hybrid automata techniques to allow simultaneous
matching of large numbers (up to tens of thousands) of regular
expressions and for the matching of regular expressions across
streams of data.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2019-04-06 12:55:30 +01:00