123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>
- <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>
- <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>
- </PISI>
|