Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2023 09:33:13 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ff2284762c4 - main - security/p5-Crypt-Argon2: Update to 0.013
Message-ID:  <202302120933.31C9XDje010221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302120933.31C9XDje010221>