There are 7 open security issues in forky.
There are 8 open security issues in bullseye.
There are 8 open security issues in bookworm.
You can find information about how to handle this issue in the security team's documentation.
commit 97a37bb25ec2e1df84da99aa2771297a45e61a84
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sun Jul 12 11:52:16 2026 +0200
d/ci: Disable blhc
This fails due
| 2132:NONVERBOSE BUILD: Compiling clamav_rust v0.0.1 (/build/package/package/libclamav_rust)
| 2139:NONVERBOSE BUILD: Compiling onenote_parser v0.3.1 (https://github.com/Cisco-Talos/onenote.rs.git?branch=CLAM-2329-new-from-slice#8b450447)
disable for now
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit b47e256a24110d1bdecd57e738bb747288c93cb2
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 11 15:42:23 2026 +0200
Prepare 1.4.5+dfsg-3
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 18b8bc836a47ec0e8faeaa8d080bce5155ad6770
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 11 15:42:02 2026 +0200
d: Update changelog
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit f84b5c9c203c1ec82654c0c14344e822f3c80c7c
Merge: 10af380e 915c00ef
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 11 15:27:38 2026 +0200
merge patched-unstable into unstable
commit 915c00ef809a0c55f3ffe085a247ed0bcb334586
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 11 15:25:03 2026 +0200
unit_tests: Don't set TMP
Setting TMP to CMAKE_CURRENT_BINARY_DIR can result in a long path such
as "/build/reproducible-path/clamav-1.4.5+dfsg/obj-arm-linux-gnueabihf/unit_tests"
together with the temporary filename the testsuite can abort with
"OSError: AF_UNIX path too long" during "TC.mock_mirror.start()" because
the resulting unix socket name gets too long.
Without setting, it ends up under /tmp/ which is brief enough.
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 10af380ec069bdd0f92015cc6a95b2f723b998ad
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 4 10:30:21 2026 +0200
d: Enable salsa-ci
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 79a196b66337ecb413d1e5595ac9d0de859729c2
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 4 10:24:02 2026 +0200
Prepare 1.4.5+dfsg-2
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit a0b8f86d033da8d0d9d25f609f8be752a40db9f7
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sat Jul 4 10:03:07 2026 +0200
Run testsuite with -j1
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit cc2a43502a9f3893840cee69e61a7540c150522b
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:16:28 2026 +0200
Prepare 1.4.5+dfsg-1
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 08860a50faa3ea39bf2c2ad39db00060378680da
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:16:02 2026 +0200
d: Use -DCMAKE_BUILD_TYPE=RelWithDebInfo by default
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 478677ef97348d53030b6578020c326a6dc54818
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:09:12 2026 +0200
d: Update symbols
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 96a9d3acd9687062bcebdf28dd4b772edfdcc1bb
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:08:22 2026 +0200
Import 1.4.5
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 6c5fd1eec73657839aa9f800396d33b2f06d1131
Merge: d93139d8 b9f7b792
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:03:43 2026 +0200
merge patched-unstable into unstable
commit b9f7b792afd396bdbefc9d8f20fdc36faa7e2f9b
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Thu Jun 4 20:39:11 2026 +0200
libclamav/crypto: Use openssl parsing in cl_ASN1_GetTimeT()
The ASN1_TIME type has been made opaque in OpenSSL 4.0
Replace the manual parsing of the string with ASN1_TIME_to_tm() which is
available since openssl 1.1.1.
[ The last user has been removed in commit fa15aa98c7d5e ("bb11594 -
allow for compilation against openssl 1.1.0") so we might remove it
but it looks exported ]
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 2c5b0d4e7f6d16b0e8073c88933028d20cedf12d
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Sun Apr 12 17:35:41 2026 +0200
clamav-milter: Add systemd service file
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
commit 8f75fd4e75d49311b9f96a33b8c559d2ce493a26
Author: Scott Kitterman <scott@kitterman.com>
Date: Mon Mar 10 19:20:18 2014 -0400
Change paths in sample conf file to match Debian
Patch-Name: Change-paths-in-sample-conf-file-to-match-Debian.patch
commit d93139d8712d9303b0e5b364cee3f837ff5815a2
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:03:07 2026 +0200
record new upstream branch created by importing clamav_1.4.5+dfsg.orig.tar.xz
commit ccffda7984e0a54ec2376b659917a24a6d25bd27
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date: Fri Jul 3 23:03:05 2026 +0200
Import clamav_1.4.5+dfsg.orig.tar.xz
Among the 4 debian patches available in version 1.4.5+dfsg-3 of the package, we noticed the following issues:
There are 8 open security issues in trixie.
You can find information about how to handle these issues in the security team's documentation.
Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.
Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.