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>ncrack</Name>
  6. <Homepage>http://nmap.org/ncrack/</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>High-speed network authentication investigation tool</Summary>
  14. <Description>ncrack is a high-speed network auditing tool to invesitage for weak passwords.</Description>
  15. <Archive sha1sum="954ff0f5ed8850490c7b0e7f89dce3876791bf3b" type="targz">http://nmap.org/ncrack/dist/ncrack-0.4ALPHA.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gcc</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>ncrack</Name>
  24. <RuntimeDependencies>
  25. <Dependency>zlib</Dependency>
  26. <Dependency>libgcc</Dependency>
  27. <Dependency>openssl</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="data">/usr/share/ncrack</Path>
  33. <Path fileType="doc">/usr/share/doc/ncrack</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2016-03-02</Date>
  39. <Version>0.4</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-03-09</Date>
  46. <Version>0.4</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>Alihan Öztürk</Name>
  49. <Email>alihan@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2011-05-09</Date>
  53. <Version>0.4</Version>
  54. <Comment>First release</Comment>
  55. <Name>Pisi Linux Admins</Name>
  56. <Email>admins@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>