summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-14 09:28:26 +0000
committeradam <adam@pkgsrc.org>2018-11-14 09:28:26 +0000
commitc8782318582bc292536b7b8ab45e137c463c6ac5 (patch)
tree35f04f152e851053b453ef26f78ccc0abab5db52
parentdc58c21bedaeeb3ec6c1ef9b285e7ce668f57ce1 (diff)
downloadpkgsrc-c8782318582bc292536b7b8ab45e137c463c6ac5.tar.gz
py-argon2_cffi: updated to 18.3.0
18.3.0: Changes: - argon2.PasswordHasher's hash type is configurable now. 18.2.0: Changes: - The hash type for argon2.PasswordHasher is Argon2\ **id** now. This decision has been made based on the recommendations in the latest Argon2 RFC draft <https://tools.ietf.org/html/draft-irtf-cfrg-argon2-03#section-4>_. - To make the change of hash type backward compatible, argon2.PasswordHasher.verify() now determines the type of the hash and verifies it accordingly. - Some of the hash parameters have been made stricter to be closer to said recommendations. The current goal for a hash verification times is around 50ms. - To allow for bespoke decisions about upgrading Argon2 parameters, it's now possible to extract them from a hash via the argon2.extract_parameters() function. - Additionally argon2.PasswordHasher now has a check_needs_rehash() method that allows to verify whether a hash has been created with the instance's parameters or whether it should be rehashed.
-rw-r--r--security/py-argon2_cffi/Makefile4
-rw-r--r--security/py-argon2_cffi/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-argon2_cffi/Makefile b/security/py-argon2_cffi/Makefile
index f7486913ad1..7d196c381a0 100644
--- a/security/py-argon2_cffi/Makefile
+++ b/security/py-argon2_cffi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/01/10 09:39:10 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/14 09:28:26 adam Exp $
-DISTNAME= argon2_cffi-18.1.0
+DISTNAME= argon2_cffi-18.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argon2_cffi/}
diff --git a/security/py-argon2_cffi/distinfo b/security/py-argon2_cffi/distinfo
index 354d75acb8c..518883292c8 100644
--- a/security/py-argon2_cffi/distinfo
+++ b/security/py-argon2_cffi/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/01/10 09:39:10 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/11/14 09:28:26 adam Exp $
-SHA1 (argon2_cffi-18.1.0.tar.gz) = cbec59d764adec068ac3ebf0e9621b22789122af
-RMD160 (argon2_cffi-18.1.0.tar.gz) = 964652fdf3524d19bc4967c162ee5ff501282d98
-SHA512 (argon2_cffi-18.1.0.tar.gz) = 0725f855bef9e87d64ddb18087b55deb5a667856817cd7b84d507657c6e0f01a1f8e4e621ea3dec46bf3442f9262467561e081d8e35fb390f339a041d5a89790
-Size (argon2_cffi-18.1.0.tar.gz) = 1802732 bytes
+SHA1 (argon2_cffi-18.3.0.tar.gz) = 4e1f447e98bfc2f5def756bc3e8252758f66b2ac
+RMD160 (argon2_cffi-18.3.0.tar.gz) = bcc59ca5a3496d567e2fbae4bf67bf6ded596baf
+SHA512 (argon2_cffi-18.3.0.tar.gz) = 482a97ca17a23e4c1f93a0642e5aab1f2556d10f8a24d74afd051e6b58533c4767465abbfe8f1d39c150c5dbb191ad138d08e70633721753c7d317dbaf1cb375
+Size (argon2_cffi-18.3.0.tar.gz) = 1806363 bytes