You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clamav-milter executable is not part of the RPM and DEB packages.
How to reproduce the problem
The output of either rpm -qpl clamav-1.4.0.linux.x86_64.rpm | grep milter or dpkg-deb -c clamav-1.4.0.linux.x86_64.deb | grep -i milter includes the man pages for clamav-milter, but the executable is missing:
however, if I compile clamav myself, the executable is available.
I am guessing that you are only forgetting to include the executable in the package, because my compilation does nothing special. This is how I compile clamav:
It would be nice to add clamav-milter. The official DEB and RPM packages have all the dependencies statically linked so that they do not conflict with system packages, or depend on other packages. For clamav-milter, we'd need to build libmilter.a which comes from Sendmail. Very doable, we just need to put in a little work.
Describe the bug
clamav-milter executable is not part of the RPM and DEB packages.
How to reproduce the problem
The output of either
rpm -qpl clamav-1.4.0.linux.x86_64.rpm | grep milter
ordpkg-deb -c clamav-1.4.0.linux.x86_64.deb | grep -i milter
includes the man pages for clamav-milter, but the executable is missing:however, if I compile clamav myself, the executable is available.
I am guessing that you are only forgetting to include the executable in the package, because my compilation does nothing special. This is how I compile clamav:
I am not sure how you create the packages, however, clamav-milter is mentioned in this file:
https://github.com/Cisco-Talos/clamav/blob/main/.github/workflows/clang-format.yml#L28
p.s.: this problem is present on all the latest versions: 1.4.x, 1.3.x, 1.0.x. I haven't tried the versions 0.x
The text was updated successfully, but these errors were encountered: