aboutsummaryrefslogtreecommitdiff
path: root/net/clamav
Commit message (Collapse)AuthorAge
* 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.101.1Rosen Penev2019-01-19
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamav: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamav: Change depends from uclibcxx to CXX_DEPENDSRosen Penev2018-12-21
| | | | | | | The build system allows changing uclibc++ to libstdcpp globally. This avoids an unnecessary depends in the case of libstdcpp usage. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamav: update to 0.101.0Lucian Cristian2018-12-11
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: fixup disabling xmlEneas U de Queiroz2018-12-07
| | | | | | --disable-xml is not doing its job, but--with-xml=no works. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* clamav: Update to 0.100.2Rosen Penev2018-10-23
| | | | | Fixes CVE-2018-15378. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamav: enable clamav-milterLucian Cristian2018-08-29
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: update to 0.100.1Lucian Cristian2018-07-15
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: update to 0.100.0Lucian Cristian2018-04-22
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: update clamav to 0.99.4Lucian Cristian2018-03-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: update to 0.99.3Lucian Cristian2018-02-04
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: fix invalid zlib version errorMarko Ratkaj2017-10-18
| | | | | | | | | | | | | | | | ClamAV's configure script uses grep to check for bugy zlib version 1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes and build fails. This patch will disable this unneeded check and make sure we are looking for zlib on the right location. clamdtop was beeing built without it's ncurses dependency. Build system would link it to the host's ncurses making the program fail at run time. This patch will disable building of optional clamdtop, otherwise we need to add ncurses as a dependency and fix the search path. Increase PKG_RELEASE to reflect changes. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* clamav: Fix OpenSSL dependencyLucian Cristian2017-07-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: use PCRE2Lucian Cristian2017-03-10
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: depend on musl-fts only when USE_MUSLLucian Cristian2017-03-06
| | | | | | add me as a maintainer Signed-off-by: Lucian Cristian <lucian.cristian@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: bump to 0.98.7Marko Ratkaj2015-05-26
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* clamav: add packageMarko Ratkaj2015-05-20
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>