clamav (1.4.3+dfsg-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.4.3+dfsg-2 > 1.4.3+dfsg-1
- Git: https://salsa.debian.org/clamav-team/clamav.git
-
- Branch: unstable
- Path: debian/changelog
- Repo size: 10043392
- Browser: https://salsa.debian.org/clamav-team/clamav
- Last scan: 2025-10-14 17:39:03+00
- Next scan: 2025-10-22 00:54:00+00
- Open issues: 2
- Merge requests: 2
- Debian changelog in Git:
clamav (1.4.3+dfsg-2) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Make sure to ignore the not installed files on all the architectures.
* Limit systemd build dependencies as linux-any, as systemd is available only
on Linux.
* Simplify handling of Linux-only files by using dh-exec, rather than creating
install and manpages files during build:
- add the dh-exec build dependency
- mark the Linux-only files in install and manpages files
- simplify debian/rules accordingly
* Wrap the whole override_dh_installsystemd to run on Linux, rather than only
the first command in it.
-- ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org> Mon, 18 Aug 2025 22:21:05 +0200
- This branch is 12 commits ahead of tag debian-1.4.3+dfsg-1
- Git log:
commit a8b3d6200cf59263f129815b34ef9fb0f9adf34f
Merge: c4bdece0 e168bb36
Author: Sebastian Siewior <bigeasy@debian.org>
Date: Sat Sep 6 11:16:02 2025 +0000
Merge branch 'update_logcheck_scripts' into 'unstable'
Update logcheck script files.
See merge request clamav-team/clamav!9
commit c4bdece0b0e8168fee5b94c9495478d4200e9cd5
Merge: 90f8421e 7f5ec031
Author: Sebastian Siewior <bigeasy@debian.org>
Date: Sat Sep 6 11:15:03 2025 +0000
Merge branch 'apparmor-race' into 'unstable'
Deploy freshclam's Apparmor profile before starting the daemon
See merge request clamav-team/clamav!2
commit 90f8421edb006c1d2d149c0119f3d03e94d53df3
Merge: 8a65b86f a579d798
Author: Sebastian Siewior <bigeasy@debian.org>
Date: Sat Sep 6 10:50:19 2025 +0000
Merge branch 'non-linux' into 'unstable'
Fixes for non-Linux architectures
See merge request clamav-team/clamav!8
commit 8a65b86f836b006fb8a5df6ac16e29831ea9a3e5
Merge: 8b300814 76810e22
Author: Sebastian Siewior <bigeasy@debian.org>
Date: Sat Sep 6 10:45:53 2025 +0000
Merge branch 'update-translation-ca' into 'unstable'
Update/add Catalan po-debconf translation
See merge request clamav-team/clamav!6
commit e168bb36a70c07eac6adec1d1e993235f1bfac7c
Author: Yasuhiro Kimura <yasu@utahime.org>
Date: Thu Aug 21 10:44:42 2025 +0900
Update logcheck script files.
Update all patterns so they support rsyslog high-precision timestamps.
Script files of logcheck-database package have already supported it.
commit a579d798f87497ea52889d33d2568a2035a3ee3c
Author: Pino Toscano <pino@debian.org>
Date: Mon Aug 18 22:36:54 2025 +0200
d: make the whole override_dh_installsystemd as Linux-specific
Signed-off-by: Pino Toscano <pino@debian.org>
commit 8284131071cd94543a9949419f58a2a5b331affc
Author: Pino Toscano <pino@debian.org>
Date: Mon Aug 18 22:35:42 2025 +0200
d: simplify handling of Linux-only files using dh-exec
Signed-off-by: Pino Toscano <pino@debian.org>
commit 78f33b61481c479d05eb2d707f8cfe93428d09e8
Author: Pino Toscano <pino@debian.org>
Date: Mon Aug 18 22:24:53 2025 +0200
d: limit systemd build dependencies to Linux
Signed-off-by: Pino Toscano <pino@debian.org>
commit e5e761c13bab72de27fe821199a44adfb0b6e530
Author: Pino Toscano <pino@debian.org>
Date: Mon Aug 18 22:23:04 2025 +0200
d: use wildcard for not-installed
Signed-off-by: Pino Toscano <pino@debian.org>
commit 68069251510daaeba5f57bf057a2b2ab4db37c54
Author: Pino Toscano <pino@debian.org>
Date: Mon Aug 18 22:21:14 2025 +0200
Start a new changelog entry for 1.4.3+dfsg-2
Signed-off-by: Pino Toscano <pino@debian.org>
commit 76810e22c7f88b89c518e4b00be23125cdfaf879
Author: Carles Pina i Estany <carles@pina.cat>
Date: Sun Feb 23 05:22:02 2025 +0000
Added po-debconf Catalan translation
commit 7f5ec03129b344be85d05eb74cfce6521babf35e
Author: Simon Deziel <simon@sdeziel.info>
Date: Fri Apr 23 18:38:10 2021 -0400
Deploy freshclam's Apparmor profile before starting the daemon
This prevents the first daemon run to happen unconfined. This
fixes LP: #1925182
Signed-off-by: Simon Deziel <simon@sdeziel.info>