From owner-svn-ports-head@freebsd.org Fri Jul 21 04:38:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4282FD7F3E8; Fri, 21 Jul 2017 04:38:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 048633CA0; Fri, 21 Jul 2017 04:38:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6L4c4T5015395; Fri, 21 Jul 2017 04:38:04 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6L4c3mu015392; Fri, 21 Jul 2017 04:38:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707210438.v6L4c3mu015392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 21 Jul 2017 04:38:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446302 - head/security/py-bcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/py-bcrypt X-SVN-Commit-Revision: 446302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 04:38:05 -0000 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/