diff --git a/util/antivirus/cvdupdate/actions.py b/util/antivirus/cvdupdate/actions.py new file mode 100644 index 0000000000..b2ccc86d69 --- /dev/null +++ b/util/antivirus/cvdupdate/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer = '3') + +def install(): + pythonmodules.install(pyVer = '3') diff --git a/util/antivirus/cvdupdate/pspec.xml b/util/antivirus/cvdupdate/pspec.xml new file mode 100644 index 0000000000..f26046f124 --- /dev/null +++ b/util/antivirus/cvdupdate/pspec.xml @@ -0,0 +1,58 @@ + + + + + cvdupdate + https://github.com/Cisco-Talos/cvdupdate + + fury + uglyside@yandex.ru + + Apache-2.0 + app + util.antivirus + ClamAV Private Database Mirror Updater Tool. + This tool downloads the latest ClamAV databases along with the latest database patch files. + + https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.1.tar.gz + + + python3-devel + python3-setuptools + python3-importlib_metadata + + + + + + + + cvdupdate + + python3-click + python3-certifi + python3-colorama + python3-requests + python3-dnspython + python3-coloredlogs + python3-rangehttpserver + python3-charset-normalizer + + + + /usr/bin + /usr/lib/python3.9 + /usr/share/doc + + + + + + 2022-11-15 + 1.1.1 + First build. + fury + uglyside@yandex.ru + + +