From owner-svn-ports-head@freebsd.org Thu Feb 8 07:22:00 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 61669F099D4; Thu, 8 Feb 2018 07:22:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1796E77B4B; Thu, 8 Feb 2018 07:22:00 +0000 (UTC) (envelope-from yuri@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 1286212DFD; Thu, 8 Feb 2018 07:22:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w187LxRB034538; Thu, 8 Feb 2018 07:21:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w187Lx87034536; Thu, 8 Feb 2018 07:21:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802080721.w187Lx87034536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 8 Feb 2018 07:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461200 - head/security/py-scrypt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/py-scrypt X-SVN-Commit-Revision: 461200 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.25 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, 08 Feb 2018 07:22:00 -0000 Author: yuri Date: Thu Feb 8 07:21:59 2018 New Revision: 461200 URL: https://svnweb.freebsd.org/changeset/ports/461200 Log: security/py-scrypt: Update to 0.8.3 Change log: https://bitbucket.org/mhallin/py-scrypt/src Additional changes: * Updated MAINTAINER e-mail Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14249 Modified: head/security/py-scrypt/Makefile head/security/py-scrypt/distinfo Modified: head/security/py-scrypt/Makefile ============================================================================== --- head/security/py-scrypt/Makefile Thu Feb 8 07:07:43 2018 (r461199) +++ head/security/py-scrypt/Makefile Thu Feb 8 07:21:59 2018 (r461200) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 0.8.0 +DISTVERSION= 0.8.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Bindings for the scrypt key derivation function library LICENSE= BSD2CLAUSE USES= python ssl USE_PYTHON= autoplist distutils -CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_scrypt.so Modified: head/security/py-scrypt/distinfo ============================================================================== --- head/security/py-scrypt/distinfo Thu Feb 8 07:07:43 2018 (r461199) +++ head/security/py-scrypt/distinfo Thu Feb 8 07:21:59 2018 (r461200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474573767 -SHA256 (scrypt-0.8.0.tar.gz) = d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020 -SIZE (scrypt-0.8.0.tar.gz) = 39042 +TIMESTAMP = 1518024740 +SHA256 (scrypt-0.8.3.tar.gz) = 24c68246049a955dd8f56d4aba70a66a6b752af228be12e6ae54b77df5a9dec0 +SIZE (scrypt-0.8.3.tar.gz) = 45827