git: 7ff2284762c4 - main - security/p5-Crypt-Argon2: Update to 0.013
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Feb 2023 09:33:13 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ff2284762c4ec2a0c5c2fb174c303563491d3c7 commit 7ff2284762c4ec2a0c5c2fb174c303563491d3c7 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-02-12 09:31:58 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-02-12 09:31:58 +0000 security/p5-Crypt-Argon2: Update to 0.013 Update pkg-descr PR: 269500 Reported by: svysh.fbsd@gmail.com(maintainer) --- security/p5-Crypt-Argon2/Makefile | 2 +- security/p5-Crypt-Argon2/distinfo | 6 +++--- security/p5-Crypt-Argon2/pkg-descr | 6 +++++- 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.