pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-argon2_cffi py-argon2_cffi: updated to 18.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fbd2fc77151
branches:  trunk
changeset: 325296:1fbd2fc77151
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 14 09:28:26 2018 +0000

description:
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.

diffstat:

 security/py-argon2_cffi/Makefile |   4 ++--
 security/py-argon2_cffi/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 624375df4a7b -r 1fbd2fc77151 security/py-argon2_cffi/Makefile
--- a/security/py-argon2_cffi/Makefile  Wed Nov 14 09:25:21 2018 +0000
+++ b/security/py-argon2_cffi/Makefile  Wed Nov 14 09:28:26 2018 +0000
@@ -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 -r 624375df4a7b -r 1fbd2fc77151 security/py-argon2_cffi/distinfo
--- a/security/py-argon2_cffi/distinfo  Wed Nov 14 09:25:21 2018 +0000
+++ b/security/py-argon2_cffi/distinfo  Wed Nov 14 09:28:26 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index