This is the latest upstream version. It replaces PCRE with PCRE2 and we
explicitely depend on vectorscan for aarch64 and x86_64.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
###############################################################################
name = snort
###############################################################################
name = snort
-version = 3.1.50.0
-release = 2.1
+version = 3.7.2.0
+release = 1
thisapp = snort3-%{version}
groups = Networking/Tools
thisapp = snort3-%{version}
groups = Networking/Tools
cmake
flex-devel >= 2.6.0
hwloc-devel
cmake
flex-devel >= 2.6.0
hwloc-devel
libdnet-devel
libpcap-devel
libtirpc-devel
libdnet-devel
libpcap-devel
libtirpc-devel
libuuid-devel
luajit-devel
openssl-devel
libuuid-devel
luajit-devel
openssl-devel
- # Hyperscan only exists on x86_64
- (hyperscan-devel if arch(x86_64))
+ # Hyperscan only exists on aarch64 and x86_64
+ # XXX The page seems to find the library, but still
+ # does not seem link against it. I couldn't find the
+ # problem and it is not urgent, but it eventually
+ # will need looking after. -ms
+ (vectorscan-devel if arch(aarch64))
+ (vectorscan-devel if arch(x86_64))