pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ufw</Name>
  6. <Homepage>https://launchpad.net/ufw</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Uncomplicated and easy to use CLI tool for managing a netfilter firewall</Summary>
  14. <Description>Bir netfilter güvenlik duvarını yönetmek için karmaşık olmayan ve kullanımı kolay CLI aracı</Description>
  15. <Archive sha1sum="95b11c5cfe614934d67175f727cab9c4116b8767" type="targz">https://launchpad.net/ufw/0.36/0.36.2/+download/ufw-0.36.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>iptables-devel</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>python3-setuptools</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>ufw.patch</Patch>
  24. <Patch level="1">ufw.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>ufw</Name>
  30. <RuntimeDependencies>
  31. <Dependency>iptables</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc</Path>
  35. <Path fileType="library">/lib</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="executable">/usr/sbin</Path>
  38. <Path fileType="data">/usr/share/ufw</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2023-11-04</Date>
  46. <Version>0.36.2</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2022-10-29</Date>
  53. <Version>0.36.1</Version>
  54. <Comment>First release</Comment>
  55. <Name>Pisi Linux Admins</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>