pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>proxychains-ng</Name>
  6. <Homepage>https://github.com/rofl0r/proxychains-ng</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies</Summary>
  14. <Description>proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project.</Description>
  15. <Archive sha1sum="234f883437241dcaf9a66f77d0d0f6d561b20472" type="tarxz">https://github.com/rofl0r/proxychains-ng/releases/download/v4.16/proxychains-ng-4.16.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. <!-- <Dependency>man-pages</Dependency> -->
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>proxychains-ng</Name>
  23. <RuntimeDependencies>
  24. <Dependency>glibc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="config">/etc/proxychains.conf</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="1">
  35. <Date>2022-06-22</Date>
  36. <Version>4.16</Version>
  37. <Comment>First release</Comment>
  38. <Name>Kamil Atlı</Name>
  39. <Email>suvari@pisilinux.org</Email>
  40. </Update>
  41. </History>
  42. </PISI>