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 file
Patch File delta Description
reproducible.patch | (download)

configure.ac | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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 !
src/unix-manager.c | 2 1 + 1 - 0 !
suricata.yaml.in | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 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 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
no use gnu.patch | (download)

configure.ac | 1 1 + 0 - 0 !
src/suricata-common.h | 3 0 + 3 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 9 insertions(+)

 configure: introduce clang variable


with ebpf includes.patch | (download)

configure.ac | 4 4 + 0 - 0 !
ebpf/Makefile.am | 3 1 + 2 - 0 !
2 files changed, 5 insertions(+), 2 deletions(-)

 add --with-ebpf-includes parameter


import sockio h.patch | (download)

src/source-af-packet.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [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 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [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 !
1 file changed, 6 insertions(+), 5 deletions(-)

---