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
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
#WorkDir = "argon2"
def build():
#shelltools.export("OS_CFLAGS", get.CFLAGS())
#shelltools.export("OS_LDFLAGS", get.LDFLAGS())
#shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS())
shelltools.makedirs("phc-winner-argon2-20190702")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s LIBDIR=%s/usr/lib" % (get.installDIR(), get.installDIR()))
pisitools.dodoc("LICENSE", "README.md")
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>argon2</Name>
<Homepage>http://argon2.sf.net/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<License>custom:CC0</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>The password hash Argon2, winner of PHC </Summary>
<Description>Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.</Description>
<Archive sha1sum="4b1de90ec1ccfb6e91001e849f2cbe0222cc8b4c" type="targz">https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>argon2</Name>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2*</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>argon2-devel</Name>
<Summary>argon2 development headers</Summary>
<RuntimeDependencies>
<Dependency release="current">argon2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-21</Date>
<Version>20190702</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>argon2</Name>
<Summary xml:lang="tr">PHC'nin kazandırdığı Argon2 parolası</Summary>
<Description xml:lang="tr">Argon2, sabit bellek işlevlerinin tasarımındaki son durumu özetleyen ve kimlik bilgileri depolama, anahtar türetme veya diğer uygulamalar için parolaları toplamak için kullanılabilen bir parola karma işlevidir.</Description>
</Source>
</PISI>