diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /core/argon2 | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'core/argon2')
| -rw-r--r-- | core/argon2/.footprint | 9 | ||||
| -rw-r--r-- | core/argon2/.signature | 6 | ||||
| -rw-r--r-- | core/argon2/MAKEPKG | 28 |
3 files changed, 43 insertions, 0 deletions
diff --git a/core/argon2/.footprint b/core/argon2/.footprint new file mode 100644 index 0000000..433fa8e --- /dev/null +++ b/core/argon2/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/argon2 +drwxr-xr-x root/root include/ +-rw-r--r-- root/root include/argon2.h +drwxr-xr-x root/root lib/ +-rw-r--r-- root/root lib/libargon2.so.1 +lrwxrwxrwx root/root lib/libargon2.so -> libargon2.so.1 +drwxr-xr-x root/root lib/pkgconfig/ +-rw-r--r-- root/root lib/pkgconfig/libargon2.pc diff --git a/core/argon2/.signature b/core/argon2/.signature new file mode 100644 index 0000000..eac0077 --- /dev/null +++ b/core/argon2/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mDTfM+fJ7evDHwzWxTEt1nHD8w67//j9ASKViGtfxDvk7d3BfE5Gm0FDOVnP8u/OY3JZRfgOSLwFrYqJ5Ep29A4= + +SHA256 (MAKEPKG) = 7cec090c662f5ce55bcb05d6e6958e3a24659d1f221211ea6c52055b8098277c +SHA256 (.footprint) = 7c4eb6eeb96163842ef58cfee1da2a9208076320b6818a9c6a2dcbc00ca8717f +SHA256 (phc-winner-argon2-20190702.tar.gz) = daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c +SHA256 (argon2#20190702-1.pkg.tar.gz) = abdb88a23d5e599635a1808dfece272a5094170c1883712bdb491a323e49088b diff --git a/core/argon2/MAKEPKG b/core/argon2/MAKEPKG new file mode 100644 index 0000000..247bbe5 --- /dev/null +++ b/core/argon2/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: C library for Argon2 password hashing (LUKS2 PBKDF) +# url: https://github.com/P-H-C/phc-winner-argon2 + +name=argon2 +version=20190702 +release=1 +depends=() +makedeps=() +source=(https://github.com/P-H-C/phc-winner-argon2/archive/$version/phc-winner-argon2-$version.tar.gz) + +sha256sums=( + "daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c" +) + +build() { + cd phc-winner-argon2-$version + make CC=clang OPTTARGET='' PREFIX=/ LIBRARY_REL=lib + make CC=clang OPTTARGET='' PREFIX=$PKG LIBRARY_REL=lib install + rm -f $PKG/lib/libargon2.a +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
