summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Crypt-Argon2/Makefile2
-rw-r--r--security/p5-Crypt-Argon2/distinfo6
-rw-r--r--security/p5-Crypt-Argon2/pkg-descr6
3 files changed, 9 insertions, 5 deletions
diff --git a/security/p5-Crypt-Argon2/Makefile b/security/p5-Crypt-Argon2/Makefile
index fd58c9e683e5..052c898557d8 100644
--- a/security/p5-Crypt-Argon2/Makefile
+++ b/security/p5-Crypt-Argon2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Crypt-Argon2
-DISTVERSION= 0.012
+DISTVERSION= 0.013
CATEGORIES= security
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/security/p5-Crypt-Argon2/distinfo b/security/p5-Crypt-Argon2/distinfo
index f004a851bf7e..07aedd98e939 100644
--- a/security/p5-Crypt-Argon2/distinfo
+++ b/security/p5-Crypt-Argon2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649329820
-SHA256 (Crypt-Argon2-0.012.tar.gz) = 8bbd20c4dc7df4da5ebd6676d31f23c64545805d450965b1f6bf6cde37381be3
-SIZE (Crypt-Argon2-0.012.tar.gz) = 35233
+TIMESTAMP = 1676194108
+SHA256 (Crypt-Argon2-0.013.tar.gz) = b2a0d769b9442963a1e77a2ff156fa5323ee76dc66b4c8f0ae6d86bbe583116f
+SIZE (Crypt-Argon2-0.013.tar.gz) = 35324
diff --git a/security/p5-Crypt-Argon2/pkg-descr b/security/p5-Crypt-Argon2/pkg-descr
index 5ab52a5154bd..05a8b0d53f27 100644
--- a/security/p5-Crypt-Argon2/pkg-descr
+++ b/security/p5-Crypt-Argon2/pkg-descr
@@ -1 +1,5 @@
-Perl interface to the Argon2 key derivation functions
+Perl interface to Argon2 key derivation functions.
+Suitable to convert any password into a cryptographic key. Can be used for
+secure storage of passwords, or to derive encryption key from a password. It
+offers variable time and memory costs as well as output size.
+To find appropriate parameters, utility argon2-calibrate is provided.