| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- drop pcre build dependency used for hscollider which the package does not ship
- Update to 5.4.11:
* Fix clang 15,16 compilation errors on all platforms, refactor
CMake build system by @markos in #181
* Fix version getting out of sync #175 by @markos in #185
* Ubuntu 20.04 gcc does not define HWCAP2_SVE2 #180 by @markos in #186
* make pkgconfig a requirement by @markos in #188
* Correct set_source_files_properties usage by @mlmitch in #189
* Move VERM16 enums to the end of the list by @markos in #191
* Merge with master by @markos in #192
* prepare for 5.4.11 release by @markos in #196
* release 5.4.11 by @markos in #197
* Fix missing hs_version.h header (closes #198) by @gliwka in #199
* fix missing installation of static libs by @markos in #200
* Fix installation problems by @markos in #201
- Update to 5.4.10.1:
* Bugfix/disable fat macos arm
* Fix compilation with libcxx 16
* Fix use-of-uninitialized-value due to getData128()
* Use std::vector instead of boost::container::small_vector under MSan
* Feature/enable fat runtime arm
* adding ifndef around HS_PUBLIC_API definition so that
vectorscan can be statically linked into another shared
library without exporting symbols
* Feature/backport hyperscan 2023 q3
- Run unit-hyperscan in %check