pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-spake2 security/py-spake2: import py-spake...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a8d7f99464c
branches:  trunk
changeset: 454910:1a8d7f99464c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 23 21:07:29 2021 +0000

description:
security/py-spake2: import py-spake2-0.8

Packaged for wip by Matthias Ferdinand.

This library implements the SPAKE2 password-authenticated key exchange
("PAKE") algorithm. This allows two parties, who share a weak password,
to safely derive a strong shared secret (and therefore build an
encrypted+authenticated channel).

diffstat:

 security/py-spake2/DESCR    |   4 ++
 security/py-spake2/Makefile |  19 +++++++++++
 security/py-spake2/PLIST    |  72 +++++++++++++++++++++++++++++++++++++++++++++
 security/py-spake2/distinfo |   6 +++
 4 files changed, 101 insertions(+), 0 deletions(-)

diffs (117 lines):

diff -r dff48e53a4b2 -r 1a8d7f99464c security/py-spake2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-spake2/DESCR  Wed Jun 23 21:07:29 2021 +0000
@@ -0,0 +1,4 @@
+This library implements the SPAKE2 password-authenticated key exchange
+("PAKE") algorithm. This allows two parties, who share a weak password,
+to safely derive a strong shared secret (and therefore build an
+encrypted+authenticated channel).
diff -r dff48e53a4b2 -r 1a8d7f99464c security/py-spake2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-spake2/Makefile       Wed Jun 23 21:07:29 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/06/23 21:07:29 wiz Exp $
+
+DISTNAME=      spake2-0.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/spake2/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/warner/python-spake2
+COMMENT=       Pure-Python SPAKE2
+LICENSE=       mit
+
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
+DEPENDS+=      ${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
+
+.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dff48e53a4b2 -r 1a8d7f99464c security/py-spake2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-spake2/PLIST  Wed Jun 23 21:07:29 2021 +0000
@@ -0,0 +1,72 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/23 21:07:29 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/spake2/__init__.py
+${PYSITELIB}/spake2/__init__.pyc
+${PYSITELIB}/spake2/__init__.pyo
+${PYSITELIB}/spake2/_version.py
+${PYSITELIB}/spake2/_version.pyc
+${PYSITELIB}/spake2/_version.pyo
+${PYSITELIB}/spake2/ed25519_basic.py
+${PYSITELIB}/spake2/ed25519_basic.pyc
+${PYSITELIB}/spake2/ed25519_basic.pyo
+${PYSITELIB}/spake2/ed25519_group.py
+${PYSITELIB}/spake2/ed25519_group.pyc
+${PYSITELIB}/spake2/ed25519_group.pyo
+${PYSITELIB}/spake2/groups.py
+${PYSITELIB}/spake2/groups.pyc
+${PYSITELIB}/spake2/groups.pyo
+${PYSITELIB}/spake2/parameters/__init__.py
+${PYSITELIB}/spake2/parameters/__init__.pyc
+${PYSITELIB}/spake2/parameters/__init__.pyo
+${PYSITELIB}/spake2/parameters/all.py
+${PYSITELIB}/spake2/parameters/all.pyc
+${PYSITELIB}/spake2/parameters/all.pyo
+${PYSITELIB}/spake2/parameters/ed25519.py
+${PYSITELIB}/spake2/parameters/ed25519.pyc
+${PYSITELIB}/spake2/parameters/ed25519.pyo
+${PYSITELIB}/spake2/parameters/i1024.py
+${PYSITELIB}/spake2/parameters/i1024.pyc
+${PYSITELIB}/spake2/parameters/i1024.pyo
+${PYSITELIB}/spake2/parameters/i2048.py
+${PYSITELIB}/spake2/parameters/i2048.pyc
+${PYSITELIB}/spake2/parameters/i2048.pyo
+${PYSITELIB}/spake2/parameters/i3072.py
+${PYSITELIB}/spake2/parameters/i3072.pyc
+${PYSITELIB}/spake2/parameters/i3072.pyo
+${PYSITELIB}/spake2/params.py
+${PYSITELIB}/spake2/params.pyc
+${PYSITELIB}/spake2/params.pyo
+${PYSITELIB}/spake2/six.py
+${PYSITELIB}/spake2/six.pyc
+${PYSITELIB}/spake2/six.pyo
+${PYSITELIB}/spake2/spake2.py
+${PYSITELIB}/spake2/spake2.pyc
+${PYSITELIB}/spake2/spake2.pyo
+${PYSITELIB}/spake2/test/__init__.py
+${PYSITELIB}/spake2/test/__init__.pyc
+${PYSITELIB}/spake2/test/__init__.pyo
+${PYSITELIB}/spake2/test/common.py
+${PYSITELIB}/spake2/test/common.pyc
+${PYSITELIB}/spake2/test/common.pyo
+${PYSITELIB}/spake2/test/myhkdf.py
+${PYSITELIB}/spake2/test/myhkdf.pyc
+${PYSITELIB}/spake2/test/myhkdf.pyo
+${PYSITELIB}/spake2/test/test_compat.py
+${PYSITELIB}/spake2/test/test_compat.pyc
+${PYSITELIB}/spake2/test/test_compat.pyo
+${PYSITELIB}/spake2/test/test_group.py
+${PYSITELIB}/spake2/test/test_group.pyc
+${PYSITELIB}/spake2/test/test_group.pyo
+${PYSITELIB}/spake2/test/test_spake2.py
+${PYSITELIB}/spake2/test/test_spake2.pyc
+${PYSITELIB}/spake2/test/test_spake2.pyo
+${PYSITELIB}/spake2/test/test_utils.py
+${PYSITELIB}/spake2/test/test_utils.pyc
+${PYSITELIB}/spake2/test/test_utils.pyo
+${PYSITELIB}/spake2/util.py
+${PYSITELIB}/spake2/util.pyc
+${PYSITELIB}/spake2/util.pyo
diff -r dff48e53a4b2 -r 1a8d7f99464c security/py-spake2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-spake2/distinfo       Wed Jun 23 21:07:29 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/23 21:07:29 wiz Exp $
+
+SHA1 (spake2-0.8.tar.gz) = 8269dd1fbc97ef1bb3ecceefcf8495abf3c1f972
+RMD160 (spake2-0.8.tar.gz) = 556627a21bcaa79d01698c3d82f22b00d578cc9e
+SHA512 (spake2-0.8.tar.gz) = 406719ebb9731f7900a8a5c913dd63a81dd6d48da8b8d1f8ebc903fcfca01a8638032a1a757fe402a701a65ecca6be91a42b2271db251c06adfa8bf0daa35973
+Size (spake2-0.8.tar.gz) = 58088 bytes



Home | Main Index | Thread Index | Old Index