pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>crypthook</Name>
  6. <Homepage>https://github.com/chokepoint/CryptHook</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <PartOf>network.misc</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>TCP/UDP symmetric encryption tunnel wrapper.</Summary>
  15. <Description>CryptHook is a modular implementation for securing existing applications with symmetrical block cipher encryption. It works by hooking the base system calls for network communication send/sendto and recv/recvfrom. CryptHook will work with existing applications that rely on these system calls.</Description>
  16. <Archive sha1sum="9943f50e9273b2faca9b58a28910d0f7e2efd71c" type="targz">https://github.com/ibrahimkaraguzel/Sources/raw/master/crypthook-0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>openssl-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>crypthook</Name>
  23. <RuntimeDependencies>
  24. <Dependency>openssl</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="data">/usr/share/crypthook</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2016-04-22</Date>
  34. <Version>0.0</Version>
  35. <Comment>First Pisi Built</Comment>
  36. <Name>İbrahim KARAGÜZEL</Name>
  37. <Email>karaguzelibrahim@gmail.com</Email>
  38. </Update>
  39. </History>
  40. </PISI>