new packages: proxychains-ng, argon2

This commit is contained in:
suvari
2022-06-21 16:38:20 +03:00
parent 99a51b7c00
commit 65de225ce5
19 changed files with 333824 additions and 333475 deletions
+43
View File
@@ -0,0 +1,43 @@
<?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="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-21</Date>
<Version>4.16</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>