suricata (1:8.0.3-2~exp1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1:8.0.3-2 > 1:8.0.3-2~exp1
- Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3231744
- Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata
- Last scan: 2026-02-11 07:16:01+00
- Next scan: 2026-02-18 17:38:00+00
- CI pipeline status: success
- Debian changelog in Git:
suricata (1:8.0.3-2) UNRELEASED; urgency=medium
[ Andreas Dolp ]
* d/suricata.README.Debian: Fix paths to current locations.
* Closes: #1126405: Do not fail logrotate because of missing pid-file when
suricata is not running.
* d/suricata.logrotate: use 'create' instead of 'copytruncate'
[ Sascha Steinbiss ]
* Set myself as Maintainer.
-- Andreas Dolp <dev@andreas-dolp.de> Tue, 27 Jan 2026 06:43:03 +0100
- This branch is 5 commits ahead of tag debian/1%8.0.3-1
- Git log:
commit 9eeabb8eb07c464a997e142fff392b850e3103b2
Author: Sascha Steinbiss <satta@debian.org>
Date: Fri Jan 30 10:56:59 2026 +0100
update changelog
commit e28fa56eda4e8c623ccc2a45d8f598ab8afc8065
Author: Sascha Steinbiss <satta@debian.org>
Date: Fri Jan 30 10:52:40 2026 +0100
set myself as Maintainer
commit 5af317c1b6e95da1973bc4e81b8357013c97971f
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Tue Jan 27 07:18:51 2026 +0100
d/suricata.logrotate: use 'create' instead of 'copytruncate'
This reverts da1c3c6d which was applied as a bugfix for #842049.
This is fixed upstream since suricata 3.2 [1] [2].
We should get back to 'create' instead of 'copytruncate' to stick
close to the upstream recommendations and because there could be some
'very small time slice between copying the file and truncating it, so
some logging data might be lost' when using 'copytruncate' [3].
[1] https://redmine.openinfosecfoundation.org/issues/1938
[2] https://github.com/inliniac/suricata/pull/2401
[3] https://manpages.debian.org/unstable/logrotate/logrotate.8.en.html#copytruncate
commit 312da107b9cd09948ad1635bd5362611d4f08d78
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Tue Jan 27 07:09:07 2026 +0100
Do not fail logrotate because of missing pid-file when suricata is not running
Closes: #1126405
commit e642990866b0d0ebfd4a13b7f338480acacbc2d7
Author: Andreas Dolp <dev@andreas-dolp.de>
Date: Tue Jan 27 06:45:37 2026 +0100
d/suricata.README.Debian: Fix paths to current locations