123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>proxychains-ng</Name>
- <Homepage>https://github.com/rofl0r/proxychains-ng</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>app:console</IsA>
- <Summary>A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies</Summary>
- <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>
- <Archive sha1sum="234f883437241dcaf9a66f77d0d0f6d561b20472" type="tarxz">https://github.com/rofl0r/proxychains-ng/releases/download/v4.16/proxychains-ng-4.16.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>glibc-devel</Dependency>
- <!-- <Dependency>man-pages</Dependency> -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>proxychains-ng</Name>
- <RuntimeDependencies>
- <Dependency>glibc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="config">/etc/proxychains.conf</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-06-22</Date>
- <Version>4.16</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|