Hello.
The module cannot be built due libclamav API changes. From ClamAV 0.101.0 announce:
Libclamav API changes:
The following scanning functions now require a filename argument.
This will enable ClamAV to report more details warning and error information in the future, and will also allow for more sensible temp file names. The filename argument may be NULL if a filename is not available.
cl_scandesc
cl_scandesc_callback
cl_scanmap_callback
Scanning options have been converted from a single flag bit-field into a structure of multiple categorized flag bit-fields. This change enabled us to add new scanning options requested by the community. In addition, the name of each scan option has changed a little. As a result, the API changes will require libclamav users to modify how they initialize and pass scan options into calls such as cl_scandesc() .
Hello.
The module cannot be built due libclamav API changes. From ClamAV 0.101.0 announce: