55 lines
2.0 KiB
XML
55 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>ufw</Name>
|
||
<Homepage>https://launchpad.net/ufw</Homepage>
|
||
<Packager>
|
||
<Name>Pisi Linux Admins</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPLv3</License>
|
||
<IsA>library</IsA>
|
||
<Summary>Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
|
||
<Description>Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Description>
|
||
<Archive sha1sum="b68dd1189cda89083418ca618176dd858b6cb3a2" type="targz">https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>iptables-devel</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
</BuildDependencies>
|
||
<!--
|
||
<Patches>
|
||
<Patch>ufw.patch</Patch>
|
||
<Patch level="1">ufw.patch</Patch>
|
||
</Patches>
|
||
-->
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>ufw</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>iptables</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="config">/etc</Path>
|
||
<Path fileType="library">/lib</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="executable">/usr/sbin</Path>
|
||
<Path fileType="data">/usr/share/ufw</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2022-10-29</Date>
|
||
<Version>0.36.1</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Pisi Linux Admins</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|