clamav (1.4.5+dfsg-3)
[PTS] [DDPO]
COMMITS: VCS has seen 18 commits since the debian-1.4.4+dfsg-2 tag
- Git: https://salsa.debian.org/clamav-team/clamav.git
-
- Branch: unstable
- Path: debian/changelog
- Repo size: 4009984
- Browser: https://salsa.debian.org/clamav-team/clamav
- Last scan: 2026-08-04 14:44:06+00
- Error: https://salsa.debian.org/api/v4/projects/clamav-team%2Fclamav API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-11 16:19:00+00
- Debian changelog in Git:
clamav (1.4.5+dfsg-3) unstable; urgency=medium
* Allow the testsuite in parallel
* Don't set TMP to build directory.
-- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sat, 11 Jul 2026 15:42:12 +0200
- This branch is 18 commits ahead of tag debian-1.4.4+dfsg-2
- Git log:
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: 10af380 915c00e
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: d93139d b9f7b79
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