Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1,14 @@
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.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.2 2015/04/27 13:52:01 jperkin Exp $
DISTNAME= py-bcrypt-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security
MASTER_SITES= https://pypi.python.org/packages/source/p/py-bcrypt/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://code.google.com/p/py-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"

View File

@@ -0,0 +1,9 @@
@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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/04/19 00:47:58 rodent Exp $
SHA1 (py-bcrypt-0.4.tar.gz) = 5a8201b7b1a2e787dab50f1bf6a34b42c4e80ce3
RMD160 (py-bcrypt-0.4.tar.gz) = 555a1def749a57b9cd67446c4bff66681296504e
Size (py-bcrypt-0.4.tar.gz) = 27399 bytes