cvdupdate-1.1.2

This commit is contained in:
uglyside
2025-04-19 18:58:24 +03:00
parent 89016cd2a8
commit 6c668afcf9
14 changed files with 288 additions and 262 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer = '3')
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
pythonmodules.install(pyVer = '3')
+61 -59
View File
@@ -1,65 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cvdupdate</Name>
<Homepage>https://github.com/Cisco-Talos/cvdupdate</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>app</IsA>
<PartOf>util.antivirus</PartOf>
<Summary>ClamAV Private Database Mirror Updater Tool.</Summary>
<Description>This tool downloads the latest ClamAV databases along with the latest database patch files.</Description>
<Archive sha1sum="a5728247bc77a2967cade2c1af307cdc12723035" type="targz">
https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Source>
<Name>cvdupdate</Name>
<Homepage>https://github.com/Cisco-Talos/cvdupdate</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>app</IsA>
<PartOf>util.antivirus</PartOf>
<Summary>ClamAV Private Database Mirror Updater Tool.</Summary>
<Description>This tool downloads the latest ClamAV databases along with the latest database patch files.</Description>
<Archive sha1sum="5d00a661a585798b33a20afa562b58130c713f61" type="targz">https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>cvdupdate</Name>
<RuntimeDependencies>
<Dependency>python3-click</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-colorama</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-dnspython</Dependency>
<Dependency>python3-coloredlogs</Dependency>
<Dependency>python3-rangehttpserver</Dependency>
<Dependency>python3-charset-normalizer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cvdupdate</Name>
<RuntimeDependencies>
<Dependency>python3-click</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-colorama</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-dnspython</Dependency>
<Dependency>python3-coloredlogs</Dependency>
<Dependency>python3-rangehttpserver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-11-04</Date>
<Version>1.1.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>1.1.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<History>
<Update release="3">
<Date>2025-04-16</Date>
<Version>1.1.2</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2023-11-04</Date>
<Version>1.1.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>1.1.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>