Merge pull request #10763 from Rmys/master

ufw new package
This commit is contained in:
Rmys
2022-10-29 13:14:47 +03:00
committed by GitHub
7 changed files with 129 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# 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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("ChangeLog", "COPYING", "README*")
+54
View File
@@ -0,0 +1,54 @@
<?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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ufw</Name>
<Summary xml:lang="tr">Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
<Description xml:lang="tr">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Description>
</Source>
</PISI>
+49
View File
@@ -14588,6 +14588,54 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<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>
<PartOf>network.misc</PartOf>
<Summary xml:lang="en">Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
<Summary xml:lang="tr">Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
<Description xml:lang="en">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Description>
<Description xml:lang="tr">Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Description>
<Archive type="targz" sha1sum="b68dd1189cda89083418ca618176dd858b6cb3a2" name="ufw-0.36.1.tar.gz">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>
<SourceURI>network/misc/ufw/pspec.xml</SourceURI>
</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>
</SpecFile>
<SpecFile>
<Source>
<Name>libasyncns</Name>
@@ -261093,6 +261141,7 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="tr">Uygulama Menüsü GTK+ Modülü</Description>
<Archive type="tarbz2" sha1sum="505fcbf53439f69edd24dd13fea50a2611d9c3ab" name="vala-panel-appmenu-0.7.6.tar.bz2">https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/archive/0.7.6/vala-panel-appmenu-0.7.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
+1 -1
View File
@@ -1 +1 @@
5f6fcaa27f0c14b0e2480b992c75a8356d730a02
9f3c3166d79532a09fa32b5423a659b59251d9f2
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b1ff2671614ec655cd537ad5bbc480c6f246e162
3c684e364e69ef0d79fc02d6803be5fe43e5df78