Files
2022-08-15 13:56:40 +03:00

60 lines
2.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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="library">/usr/lib</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/pkgconfig</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>