###############################################################################
name = snort
-version = 3.1.50.0
-release = 2.1
+version = 3.7.2.0
+release = 1
thisapp = snort3-%{version}
groups = Networking/Tools
cmake
flex-devel >= 2.6.0
hwloc-devel
- libdaq-devel >= 3.0.10
+ libdaq-devel >= 3.0.19
libdnet-devel
libpcap-devel
libtirpc-devel
libuuid-devel
luajit-devel
openssl-devel
- pcre-devel
+ pcre2-devel
xz-devel
zlib-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))
end
build