From owner-svn-ports-head@freebsd.org Thu Dec 13 23:08:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CB641337BE2; Thu, 13 Dec 2018 23:08:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3DF8769DC; Thu, 13 Dec 2018 23:08:40 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FBC3269B5; Thu, 13 Dec 2018 23:08:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBDN8e8j094628; Thu, 13 Dec 2018 23:08:40 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBDN8eNK094626; Thu, 13 Dec 2018 23:08:40 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201812132308.wBDN8eNK094626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 13 Dec 2018 23:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487394 - head/security/py-bcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/py-bcrypt X-SVN-Commit-Revision: 487394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B3DF8769DC X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.29 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.83)[-0.828,0]; NEURAL_HAM_SHORT(-0.46)[-0.458,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 13 Dec 2018 23:08:41 -0000 Author: dbaio Date: Thu Dec 13 23:08:40 2018 New Revision: 487394 URL: https://svnweb.freebsd.org/changeset/ports/487394 Log: security/py-bcrypt: Update to 3.1.5 Modified: head/security/py-bcrypt/Makefile head/security/py-bcrypt/distinfo Modified: head/security/py-bcrypt/Makefile ============================================================================== --- head/security/py-bcrypt/Makefile Thu Dec 13 22:27:09 2018 (r487393) +++ head/security/py-bcrypt/Makefile Thu Dec 13 23:08:40 2018 (r487394) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bcrypt -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.1.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,8 @@ COMMENT= Modern password hashing for your software and LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} USES= python Modified: head/security/py-bcrypt/distinfo ============================================================================== --- head/security/py-bcrypt/distinfo Thu Dec 13 22:27:09 2018 (r487393) +++ head/security/py-bcrypt/distinfo Thu Dec 13 23:08:40 2018 (r487394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507818303 -SHA256 (bcrypt-3.1.4.tar.gz) = 67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d -SIZE (bcrypt-3.1.4.tar.gz) = 42575 +TIMESTAMP = 1544741652 +SHA256 (bcrypt-3.1.5.tar.gz) = 136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f +SIZE (bcrypt-3.1.5.tar.gz) = 42160