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>arptools</Name>
  6. <Homepage>https://blog.burghardt.pl/2007/12/arp-tools/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>ARP utilities</Summary>
  14. <Description>arptools is a collection of libnet and libpcap based ARP utilities.</Description>
  15. <Archive sha1sum="92f93fb928f9294f3e48897ee6d5c12b186913d9" type="targz">http://www.burghardt.pl/files/arptools-1.0.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libnet-devel</Dependency>
  18. <Dependency>libpcap-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">bufferoverflow.patch</Patch>
  22. <Patch level="1">arpflood-bufferoverflow.diff</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>arptools</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libnet</Dependency>
  29. <Dependency>libpcap</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/sbin</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="2">
  38. <Date>2016-02-24</Date>
  39. <Version>1.0.2</Version>
  40. <Comment>Rebuilt with docker</Comment>
  41. <Name>İbrahim KARAGÜZEL</Name>
  42. <Email>karaguzelibrahim@gmail.com</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2014-01-18</Date>
  46. <Version>1.0.2</Version>
  47. <Comment>Rebuild for 1.0</Comment>
  48. <Name>Stefan Gronewold(groni)</Name>
  49. <Email>groni@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2010-10-13</Date>
  53. <Version>1.0.2</Version>
  54. <Comment>First release</Comment>
  55. <Name>Gökcen Eraslan</Name>
  56. <Email>admins@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>