Package: suricata / 1:7.0.10-1
Metadata
Package | Version | Patches format |
---|---|---|
suricata | 1:7.0.10-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
reproducible.patch | (download) |
configure.ac |
3 2 + 1 - 0 ! |
patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path. |
debian default cfg.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
debian default configuration This patch sets Debian defaults for suricata configuration. . Currently, it sets a proper path for suricata unix socket. |
cross.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
--- |
no use gnu.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
don't use __use_gnu __USE_GNU is a glibc-internal symbol. AC_USE_SYSTEM_EXTENSIONS is the proper autoconf way to enable extensions. |
fix repeated builds.patch | (download) |
rust/Makefile.am |
2 1 + 1 - 0 ! |
do not clean vendor directory on distclean dh_auto_clean calls make distclean, which in the case of Suricata also removes the vendor directory. This breaks repeated builds. |
configure clang variable.patch | (download) |
configure.ac |
9 9 + 0 - 0 ! |
configure: introduce clang variable |
with ebpf includes.patch | (download) |
configure.ac |
4 4 + 0 - 0 ! |
add --with-ebpf-includes parameter |
import sockio h.patch | (download) |
src/source-af-packet.c |
4 4 + 0 - 0 ! |
[patch] af-packet: fix build on recent linux kernels |
avoid to include if_tunnel h.patch | (download) |
ebpf/xdp_lb.c |
7 6 + 1 - 0 ! |
[patch] ebpf: avoid to include if_tunnel.h This is causing a dependency issue as file from another architecture have to be installed. |
llc.patch | (download) |
configure.ac |
11 6 + 5 - 0 ! |
--- |