aboutsummaryrefslogtreecommitdiff
path: root/net/clamav/files
Commit message (Collapse)AuthorAge
* clamav: allow configuration to use TCP socketW. Michael Petullo2021-01-09
| | | | | | | | | | | | | | | | | | | | Something having to do with passing a file descriptor over spamd's Unix socket causes the ClamAV milter to fail. The milter says "ERROR: Unknown reply from clamd," and running strace on spamd reveals "No file descriptor received. ERROR." Some work by others can be found on the Internet that suggests using a TCP socket for the communication between the milter and spamd fixes this. Lucian Cristian confirmed this on OpenWrt. I am not sure why the Unix socket does not work. I suspect it is something related to musl, but I have not yet found evidence of this. This merge request adds the option to configure spamd to use a TCP socket, and it uses this as the default. The merge request also adds an init script for clamav-milter. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* clamav: Shellcheck fixesRosen Penev2019-11-23
| | | | | | Fix SC2129 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamav: Update to version 0.101.4Josef Schlehofer2019-11-23
| | | | | | | | | | Change deprecated options to a new one: DetectBrokenExecutables to AlertBrokenExecutables ArchiveBlockEncrypted to AlertEncrypted Fixes: CVE-2019-12900 and CVE-2019-12625 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* clamav: Update init scriptsJeffery To2019-02-01
| | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* clamav: update to 0.99.2Lucian Cristian2017-03-06
| | | | | | | added option DatabaseDirectory update depends on musl-fts libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: add packageMarko Ratkaj2015-05-20
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>