Files
2025-04-19 18:58:24 +03:00

68 lines
2.5 KiB
XML

<?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="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>
</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="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>