pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>metasploit</Name>
  6. <Homepage>http://www.metasploit.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>An advanced platform for developing, testing, and using vulnerability exploit code</Summary>
  14. <Description>Metasploit provides useful information to people who perform penetration testing, IDS signature development, and exploit research. This project was created to provide information on exploit techniques and to create a useful resource for exploit developers and security professionals.</Description>
  15. <Archive sha1sum="ef1df2beb85b596719bcf0dd4bed7bd6aef0b32e" type="targz">https://github.com/ibrahimkaraguzel/Sources/raw/master/metasploit-framework-4.11.21.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>wget</Dependency>
  19. <Dependency>bison</Dependency>
  20. <Dependency>libtool</Dependency>
  21. <Dependency>autoconf</Dependency>
  22. <Dependency>rubygems</Dependency>
  23. <Dependency>apr-util</Dependency>
  24. <Dependency>apr-devel</Dependency>
  25. <Dependency>curl-devel</Dependency>
  26. <Dependency>ruby-devel</Dependency>
  27. <Dependency>zlib-devel</Dependency>
  28. <Dependency>jre7-openjdk</Dependency>
  29. <Dependency>ruby-bundler</Dependency>
  30. <Dependency>sqlite-devel</Dependency>
  31. <Dependency>libpcap-devel</Dependency>
  32. <Dependency>libxml2-devel</Dependency>
  33. <Dependency>libxslt-devel</Dependency>
  34. <Dependency>libyaml-devel</Dependency>
  35. <Dependency>ncurses-devel</Dependency>
  36. <Dependency>openssl-devel</Dependency>
  37. <Dependency>readline-devel</Dependency>
  38. <Dependency>postgresql-lib</Dependency>
  39. <Dependency>subversion-devel</Dependency>
  40. <Dependency>postgresql-server</Dependency>
  41. </BuildDependencies>
  42. </Source>
  43. <Package>
  44. <Name>metasploit</Name>
  45. <RuntimeDependencies>
  46. <Dependency>apr</Dependency>
  47. <Dependency>git</Dependency>
  48. <Dependency>curl</Dependency>
  49. <Dependency>nmap</Dependency>
  50. <Dependency>ruby</Dependency>
  51. <Dependency>zlib</Dependency>
  52. <Dependency>sqlite</Dependency>
  53. <Dependency>libgcc</Dependency>
  54. <Dependency>libpcap</Dependency>
  55. <Dependency>libxml2</Dependency>
  56. <Dependency>libxslt</Dependency>
  57. <Dependency>libyaml</Dependency>
  58. <Dependency>ncurses</Dependency>
  59. <Dependency>openssl</Dependency>
  60. <Dependency>pgadmin3</Dependency>
  61. <Dependency>readline</Dependency>
  62. <Dependency>subversion</Dependency>
  63. <Dependency>postgresql-lib</Dependency>
  64. <Dependency>postgresql-server</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="executable">/usr/bin</Path>
  68. <Path fileType="doc">/usr/share/doc/metasploit</Path>
  69. <Path fileType="data">/usr/share/metasploit</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="4">
  74. <Date>2016-04-27</Date>
  75. <Version>4.11.21</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>İbrahim KARAGÜZEL</Name>
  78. <Email>karaguzelibrahim@gmail.com</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2014-09-14</Date>
  82. <Version>4.10.0</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Aydın Demirel</Name>
  85. <Email>aydin.demirel@gmail.com</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2014-02-01</Date>
  89. <Version>4.8.2</Version>
  90. <Comment>Ver. bump</Comment>
  91. <Name>Kamil Atlı</Name>
  92. <Email>suvarice@gmail.com</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2012-09-01</Date>
  96. <Version>4.4</Version>
  97. <Comment>First release</Comment>
  98. <Name>Osman Erkan</Name>
  99. <Email>osman.erkan@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>