pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-argon2_cffi



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 14 09:28:26 UTC 2018

Modified Files:
        pkgsrc/security/py-argon2_cffi: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-argon2_cffi/Makefile \
    pkgsrc/security/py-argon2_cffi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-argon2_cffi/Makefile
diff -u pkgsrc/security/py-argon2_cffi/Makefile:1.2 pkgsrc/security/py-argon2_cffi/Makefile:1.3
--- pkgsrc/security/py-argon2_cffi/Makefile:1.2 Wed Jan 10 09:39:10 2018
+++ pkgsrc/security/py-argon2_cffi/Makefile     Wed Nov 14 09:28:26 2018
@@ -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/}
Index: pkgsrc/security/py-argon2_cffi/distinfo
diff -u pkgsrc/security/py-argon2_cffi/distinfo:1.2 pkgsrc/security/py-argon2_cffi/distinfo:1.3
--- pkgsrc/security/py-argon2_cffi/distinfo:1.2 Wed Jan 10 09:39:10 2018
+++ pkgsrc/security/py-argon2_cffi/distinfo     Wed Nov 14 09:28:26 2018
@@ -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