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
@@ -4,15 +4,12 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
for dirs in ["examples"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
python3modules.install()
pisitools.dodoc("LICENSE.txt")
@@ -12,11 +12,13 @@
<License>BSD-3</License>
<IsA>library</IsA>
<Summary>Python3 composable command line interface toolkit</Summary>
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
<Archive sha1sum="26213ffa4032eea7d860316b14d4325ea7e4cc4e" type="targz">https://github.com/pallets/click/archive/refs/tags/8.1.3.tar.gz</Archive>
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.</Description>
<Archive sha1sum="e572a08305110db09578d788357f2aa5f99af7fa" type="targz">https://files.pythonhosted.org/packages/source/c/click/click-8.1.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
</BuildDependencies>
</Source>
@@ -33,6 +35,13 @@
</Package>
<History>
<Update release="8">
<Date>2025-04-16</Date>
<Version>8.1.8</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-10-17</Date>
<Version>8.1.3</Version>
@@ -3,13 +3,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()
pisitools.dodoc("LICENSE*")
pisitools.dodoc("LICENSE.txt")
@@ -13,12 +13,15 @@
<IsA>library</IsA>
<Summary>Cross-platform colored terminal text.</Summary>
<Description>Python API for cross-platform colored terminal text.</Description>
<Archive type="targz" sha1sum="de74bba6bdebef25664a298b6f07ec86b40377c9">https://github.com/tartley/colorama/archive/0.4.4.tar.gz</Archive>
<Archive type="targz" sha1sum="9c372475952ad7ea297d25d9a14d225ab31f56d7">https://files.pythonhosted.org/packages/source/c/colorama/colorama-0.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-hatchling</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-colorama</Name>
<Summary>Cross-platform colored terminal text.</Summary>
@@ -30,8 +33,15 @@
<Path fileType="doc">/usr/share/doc/python3-colorama</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2025-04-16</Date>
<Version>0.4.6</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2023-10-17</Date>
<Version>0.4.4</Version>
@@ -5,9 +5,12 @@
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
pythonmodules.install(pyVer = '3')
pisitools.dodoc("LICENSE.txt")
@@ -1,57 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-coloredlogs</Name>
<Homepage>https://coloredlogs.readthedocs.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Colored terminal output for Pythons logging module.</Summary>
<Description>The coloredlogs package enables colored terminal output for Pythons logging module.</Description>
<Archive sha1sum="f318edc930c87e15df54d6a1bb43b22246667d09" type="targz">
https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-15.0.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>python3-coloredlogs</Name>
<Homepage>https://coloredlogs.readthedocs.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Colored terminal output for Pythons logging module.</Summary>
<Description>The coloredlogs package enables colored terminal output for Pythons logging module.</Description>
<Archive sha1sum="f318edc930c87e15df54d6a1bb43b22246667d09" type="targz">https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-15.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-coloredlogs</Name>
<RuntimeDependencies>
<Dependency>python3-colorama</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>python3-coloredlogs</Name>
<RuntimeDependencies>
<Dependency>python3-humanfriendly</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-10-17</Date>
<Version>15.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>15.0.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>15.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2023-10-17</Date>
<Version>15.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>15.0.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -1,16 +1,13 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
python3modules.install()
@@ -1,41 +1,34 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-dnspython</Name>
<Homepage>https://pypi.org/project/dnspython/</Homepage>
<Homepage>https://www.dnspython.org/about/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app</IsA>
<Summary>A DNS toolkit for Python</Summary>
<Description>A DNS toolkit for Python</Description>
<Archive sha1sum="14bfee6e0d3192d8922a3c4dd585b1989ee1b1fd" type="zip">https://files.pythonhosted.org/packages/13/27/5277de856f605f3429d752a39af3588e29d10181a3aa2e2ee471d817485a/dnspython-2.1.0.zip</Archive>
<Summary>A DNS toolkit for Python.</Summary>
<Description>It can be used for queries, zone transfers, dynamic updates, nameserver testing, and many other things.</Description>
<Archive sha1sum="f8d925755974425676b66cf11bdb3b529a1a5121" type="targz">https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-ecdsa</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-pycryptodome</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-hatchling</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-dnspython.patch</Patch>
<Patch level="1">python3-dnspython.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
-->
</Source>
<Package>
<Name>python3-dnspython</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-ecdsa</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-pycryptodome</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -44,6 +37,13 @@
</Package>
<History>
<Update release="4">
<Date>2025-04-16</Date>
<Version>2.7.0</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2023-10-17</Date>
<Version>2.1.0</Version>
@@ -5,9 +5,12 @@
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
pythonmodules.install(pyVer = '3')
pisitools.dodoc("LICENSE.txt")
@@ -1,57 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-humanfriendly</Name>
<Homepage>https://humanfriendly.readthedocs.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Human friendly input/output in Python.</Summary>
<Description>The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly.</Description>
<Archive sha1sum="7aad370e5590cf5d90eaa0f6e69ed753945f7c37" type="targz">
https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.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>python3-humanfriendly</Name>
<Homepage>https://humanfriendly.readthedocs.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Human friendly input/output in Python.</Summary>
<Description>The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly.</Description>
<Archive sha1sum="7aad370e5590cf5d90eaa0f6e69ed753945f7c37" type="targz">https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-humanfriendly</Name>
<RuntimeDependencies>
<Dependency>python3</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>python3-humanfriendly</Name>
<RuntimeDependencies>
<Dependency>python3</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-10-17</Date>
<Version>10.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>10.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<History>
<Update release="2">
<Date>2023-10-17</Date>
<Version>10.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>10.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -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')
@@ -1,56 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-rangehttpserver</Name>
<Homepage>https://github.com/danvk/RangeHTTPServer</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>SimpleHTTPServer with support for Range requests.</Summary>
<Description>SimpleHTTPServer with support for Range requests.</Description>
<Archive sha1sum="858b53f646ebcb563fbfe2a2c7339391b8572096" type="targz">
https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.2.0.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>python3-rangehttpserver</Name>
<Homepage>https://github.com/danvk/RangeHTTPServer</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>SimpleHTTPServer with support for Range requests.</Summary>
<Description>SimpleHTTPServer with support for Range requests.</Description>
<Archive sha1sum="d7512a9a0225ecc1b6d92c179de4bb1a18cb2308" type="targz">https://files.pythonhosted.org/packages/source/r/rangehttpserver/rangehttpserver-1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-rangehttpserver</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>python3-rangehttpserver</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-10-17</Date>
<Version>1.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>1.2.0</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.4.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2023-10-17</Date>
<Version>1.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-11-15</Date>
<Version>1.2.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+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>