There are 24 open security issues in trixie.
There are 35 open security issues in bullseye.
There are 50 open security issues in bookworm.
There are 23 open security issues in buster.
commit 9a64fd57a25bbd7a2dbbac58b319eded09123027
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Sat Sep 5 16:19:41 2026 +0200
d/control: Add dependency on 'procps' for binary package
This is required because the 'kill' command is used in
systemd reload and logrotate.
commit 8e1a74e32901184b91052a1c3e38d2dc9dfd9581
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Thu Sep 3 23:47:25 2026 +0200
Fix FTBFS after successful builds
- Apply 'dh_auto_clean' in 'override_dh_auto_clean'. This is missing
since 69ad4340 but is required to even execute the 'make distclean'
target.
- Do not clean orig-tarball folders 'vendor' and 'dist' in distclean-local
target. The previous patch already prevents deletion of the 'vendor'
dir, but the 'dist' dir must also be preserved.
Upstream considers both dirs as build byproducts and cleans it, but
they are shipped in the orig-tarball and are thus release content for
the Debian package and must not be cleaned.
- Closes: #1049171
commit f07e0985187a5442a443d54792a0dc51e6e543f1
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Tue Aug 18 16:01:39 2026 +0200
d/tests/control: Add missing test dependencies on iproute2 and awk for 'systemd-service-test.sh'
Closes: #1144840
The missing dependencies lead to an error in ci.debian.net on backend 'incus-lxc':
```
ip route show
.../src/debian/tests/systemd-service-test.sh: 9: ip: not found
```
This is caused by the package iproute2 missing and the package is not
marked 'Essential: yes', so it should be added as a test dependency.
The same applies for awk.
https://ci.debian.net/packages/s/suricata/testing/amd64/74060718/#L8816
Among the 8 debian patches available in version 1:8.0.6-1 of the package, we noticed the following issues: