aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-02-12 09:31:58 +0000
committerWen Heping <wen@FreeBSD.org>2023-02-12 09:31:58 +0000
commit7ff2284762c4ec2a0c5c2fb174c303563491d3c7 (patch)
treed6442353efe7e96339a0c2c3b6824e4143f9425f
parent2391f7fb9978fb8d1b3f873cb30bdcb358edf06d (diff)
downloadports-7ff2284762c4ec2a0c5c2fb174c303563491d3c7.tar.gz
ports-7ff2284762c4ec2a0c5c2fb174c303563491d3c7.zip
security/p5-Crypt-Argon2: Update to 0.013
Update pkg-descr PR: 269500 Reported by: svysh.fbsd@gmail.com(maintainer)
-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.