pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security py-py-bcrypt: removed; successor py-bcrypt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75d789b38c07
branches:  trunk
changeset: 312198:75d789b38c07
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 28 11:47:52 2018 +0000

description:
py-py-bcrypt: removed; successor py-bcrypt

diffstat:

 security/Makefile              |   3 +--
 security/py-py-bcrypt/DESCR    |  14 --------------
 security/py-py-bcrypt/Makefile |  19 -------------------
 security/py-py-bcrypt/PLIST    |   9 ---------
 security/py-py-bcrypt/distinfo |   6 ------
 5 files changed, 1 insertions(+), 50 deletions(-)

diffs (81 lines):

diff -r 77e4c181a202 -r 75d789b38c07 security/Makefile
--- a/security/Makefile Tue Aug 28 11:32:33 2018 +0000
+++ b/security/Makefile Tue Aug 28 11:47:52 2018 +0000
@@ -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-passlib
 SUBDIR+=       py-pbkdf2
 SUBDIR+=       py-prewikka
-SUBDIR+=       py-py-bcrypt
 SUBDIR+=       py-pydeep
 SUBDIR+=       py-requests-kerberos
 SUBDIR+=       py-requests-ntlm
diff -r 77e4c181a202 -r 75d789b38c07 security/py-py-bcrypt/DESCR
--- a/security/py-py-bcrypt/DESCR       Tue Aug 28 11:32:33 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 77e4c181a202 -r 75d789b38c07 security/py-py-bcrypt/Makefile
--- a/security/py-py-bcrypt/Makefile    Tue Aug 28 11:32:33 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 77e4c181a202 -r 75d789b38c07 security/py-py-bcrypt/PLIST
--- a/security/py-py-bcrypt/PLIST       Tue Aug 28 11:32:33 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 77e4c181a202 -r 75d789b38c07 security/py-py-bcrypt/distinfo
--- a/security/py-py-bcrypt/distinfo    Tue Aug 28 11:32:33 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index