vectorscan 5.4.7-1ubuntu1 source package in Ubuntu

Changelog

vectorscan (5.4.7-1ubuntu1) kinetic; urgency=medium

  * debian/patches/missing-c++-include.patch: add missing C++ include.
    Thanks to Steve Langasek <email address hidden>.
  * rebuild to fix segfault in kbtin on ppc64el.

 -- Steve Langasek <email address hidden>  Sat, 10 Sep 2022 00:13:15 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any-amd64 arm64 ppc64el
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vectorscan_5.4.7.orig.tar.gz 1.8 MiB 1b79fb413f1831d4bd8d2b07e6664cc24341609a6b8439368b58de29e5659830
vectorscan_5.4.7-1ubuntu1.debian.tar.xz 4.8 KiB b9331c70f064719cf954d16ff6bcb7de5e9857c6c246546fac564d247ada92d2
vectorscan_5.4.7-1ubuntu1.dsc 2.2 KiB 70b9ff15c55eb3894a70972f5aef2448cc9a48b229d4dfccd4687b80c449eb83

View changes file

Binary packages built by this source

libvectorscan-dev: Portable fork of Intel's Hyperscan library (development files)

 Vectorscan is a portable fork of Intel's Hyperscan project. It is a drop-in
 replacement that promises to be API/ABI compatible with the original project,
 while allowing it to run on other architectures such as AArch64 and Power9.
 .
 This package contains development libraries, header files and documentation for
 the regular expression matching library libhyperscan. You can either use the
 supplied shared or static library.
 .
 Vectorscan only runs on CPUs with a SIMD unit. On x86 CPUs, the minimum
 requirement is SSE4.2, AArch64 ISA already implies Advanced SIMD/NEON and
 ppc64le (Power8/Power9) already implies VSX enabled by default.

libvectorscan5: Portable fork of Intel's Hyperscan library

 Vectorscan is a portable fork of Intel's Hyperscan project. It is a drop-in
 replacement that promises to be API/ABI compatible with the original project,
 while allowing it to run on other architectures such as AArch64 and Power9.
 .
 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. Hyperscan is typically used in a DPI library stack.
 .
 Vectorscan only runs on CPUs with a SIMD unit. On x86 CPUs, the minimum
 requirement is SSE4.2, AArch64 ISA already implies Advanced SIMD/NEON and
 ppc64le (Power8/Power9) already implies VSX enabled by default.

libvectorscan5-dbgsym: debug symbols for libvectorscan5