diff options
author | adam <adam@pkgsrc.org> | 2018-08-28 11:47:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-28 11:47:52 +0000 |
commit | 3fb157ec7cc03f49350fbd61e652c4fdb7ee458c (patch) | |
tree | bf132c1972e8ce404d09628f130bd82bb973ca82 /security | |
parent | 43ec401008ff9c4bf711ff95e863e8854c7b1e65 (diff) | |
download | pkgsrc-3fb157ec7cc03f49350fbd61e652c4fdb7ee458c.tar.gz |
py-py-bcrypt: removed; successor py-bcrypt
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | security/py-py-bcrypt/DESCR | 14 | ||||
-rw-r--r-- | security/py-py-bcrypt/Makefile | 19 | ||||
-rw-r--r-- | security/py-py-bcrypt/PLIST | 9 | ||||
-rw-r--r-- | security/py-py-bcrypt/distinfo | 6 |
5 files changed, 1 insertions, 50 deletions
diff --git a/security/Makefile b/security/Makefile index 209ebc93df6..7ba9de19cc2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.685 2018/07/24 09:17:08 triaxx Exp $ +# $NetBSD: Makefile,v 1.686 2018/08/28 11:47:52 adam Exp $ # COMMENT= Security tools @@ -442,7 +442,6 @@ SUBDIR+= py-paramiko SUBDIR+= py-passlib SUBDIR+= py-pbkdf2 SUBDIR+= py-prewikka -SUBDIR+= py-py-bcrypt SUBDIR+= py-pydeep SUBDIR+= py-requests-kerberos SUBDIR+= py-requests-ntlm diff --git a/security/py-py-bcrypt/DESCR b/security/py-py-bcrypt/DESCR deleted file mode 100644 index 041fc44b867..00000000000 --- a/security/py-py-bcrypt/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -py-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code, as -described in "A Future-Adaptable Password Scheme" by Niels Provos and David -Mazieres. - -This system hashes passwords using a version of Bruce Schneier's Blowfish block -cipher with modifications designed to raise the cost of off-line password -cracking and frustrate fast hardware implementation. The computation cost of the -algorithm is parametised, so it can be increased as computers get faster. The -intent is to make a compromise of a password database less likely to result in -an attacker gaining knowledge of the plaintext passwords (e.g. using John the -Ripper). - -As of py-bcrypt-0.4, this module can also be used as a Key Derivation Function -(KDF) to turn a password and salt into a cryptographic key. diff --git a/security/py-py-bcrypt/Makefile b/security/py-py-bcrypt/Makefile deleted file mode 100644 index 58ea23b79dc..00000000000 --- a/security/py-py-bcrypt/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2017/09/16 19:27:07 wiz Exp $ - -DISTNAME= py-bcrypt-0.4 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= python security -MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-bcrypt/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/bcrypt/ -COMMENT= Provides bcrypt password hashing and key derivation in python -LICENSE= isc AND modified-bsd AND original-bsd - -CONFLICTS+= ${PYPKGPREFIX}-bcrypt-[0-9]*:../../security/py-bcrypt - -CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -CFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/py-py-bcrypt/PLIST b/security/py-py-bcrypt/PLIST deleted file mode 100644 index dd75999c4b4..00000000000 --- a/security/py-py-bcrypt/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/04/19 00:47:58 rodent Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/bcrypt/__init__.py -${PYSITELIB}/bcrypt/__init__.pyc -${PYSITELIB}/bcrypt/__init__.pyo -${PYSITELIB}/bcrypt/_bcrypt.so diff --git a/security/py-py-bcrypt/distinfo b/security/py-py-bcrypt/distinfo deleted file mode 100644 index e55464eb01b..00000000000 --- a/security/py-py-bcrypt/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:18:05 agc Exp $ - -SHA1 (py-bcrypt-0.4.tar.gz) = 5a8201b7b1a2e787dab50f1bf6a34b42c4e80ce3 -RMD160 (py-bcrypt-0.4.tar.gz) = 555a1def749a57b9cd67446c4bff66681296504e -SHA512 (py-bcrypt-0.4.tar.gz) = 0e43212c9928dc842f93b18a19805d7e0a12dad1032ee6949efba4afee95922bb4046d052c817c09c09fcdc6bcc3b92512fad8d6571bb8983a4ae94e287bb49e -Size (py-bcrypt-0.4.tar.gz) = 27399 bytes |