Date: Fri, 21 Jul 2017 04:38:03 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446302 - head/security/py-bcrypt Message-ID: <201707210438.v6L4c3mu015392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jul 21 04:38:03 2017 New Revision: 446302 URL: https://svnweb.freebsd.org/changeset/ports/446302 Log: security/py-bcrypt: update to 3.1.3 Modified: head/security/py-bcrypt/Makefile head/security/py-bcrypt/distinfo head/security/py-bcrypt/pkg-descr Modified: head/security/py-bcrypt/Makefile ============================================================================== --- head/security/py-bcrypt/Makefile Fri Jul 21 03:39:30 2017 (r446301) +++ head/security/py-bcrypt/Makefile Fri Jul 21 04:38:03 2017 (r446302) @@ -2,25 +2,18 @@ # $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 Modified: head/security/py-bcrypt/distinfo ============================================================================== --- head/security/py-bcrypt/distinfo Fri Jul 21 03:39:30 2017 (r446301) +++ head/security/py-bcrypt/distinfo Fri Jul 21 04:38:03 2017 (r446302) @@ -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 Modified: head/security/py-bcrypt/pkg-descr ============================================================================== --- head/security/py-bcrypt/pkg-descr Fri Jul 21 03:39:30 2017 (r446301) +++ head/security/py-bcrypt/pkg-descr Fri Jul 21 04:38:03 2017 (r446302) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707210438.v6L4c3mu015392>