security/py-bcrypt: update to 3.1.3

This commit is contained in:
Steve Wills 2017-07-21 04:38:03 +00:00
parent 51f8aefa3b
commit 97941d9613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446302
3 changed files with 9 additions and 17 deletions

View File

@ -2,26 +2,19 @@
# $FreeBSD$
PORTNAME= bcrypt
PORTVERSION= 0.4
PORTREVISION= 2
PORTVERSION= 3.1.3
CATEGORIES= security python
MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bcrypt module
COMMENT= Modern password hashing for your software and your servers
LICENSE= MIT BSD3CLAUSE BSD4CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi
USES= python
USE_PYTHON= distutils autoplist
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so

View File

@ -1,2 +1,3 @@
SHA256 (py-bcrypt-0.4.tar.gz) = 5fa13bce551468350d66c4883694850570f3da28d6866bb638ba44fe5eabda78
SIZE (py-bcrypt-0.4.tar.gz) = 27399
TIMESTAMP = 1500609980
SHA256 (bcrypt-3.1.3.tar.gz) = 6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488
SIZE (bcrypt-3.1.3.tar.gz) = 40806

View File

@ -1,5 +1,3 @@
py-bcrypt is a Python wrapper of OpenBSDs Blowfish password hashing code,
as described in A Future-Adaptable Password Scheme by Niels Provos and
David Mazieres.
Modern password hashing for your software and your servers
WWW: http://www.mindrot.org/projects/py-bcrypt/
WWW: https://github.com/pyca/bcrypt/