From owner-svn-ports-head@freebsd.org Wed Dec 26 21:37:53 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 1C17D135D8DF; Wed, 26 Dec 2018 21:37:53 +0000 (UTC) (envelope-from swills@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 B533D6D807; Wed, 26 Dec 2018 21:37:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A27801639; Wed, 26 Dec 2018 21:37:52 +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 wBQLbqnP089934; Wed, 26 Dec 2018 21:37:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQLbq3e089932; Wed, 26 Dec 2018 21:37:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812262137.wBQLbq3e089932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 26 Dec 2018 21:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488457 - head/security/py-pycryptodome X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/py-pycryptodome X-SVN-Commit-Revision: 488457 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B533D6D807 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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: Wed, 26 Dec 2018 21:37:53 -0000 Author: swills Date: Wed Dec 26 21:37:51 2018 New Revision: 488457 URL: https://svnweb.freebsd.org/changeset/ports/488457 Log: security/py-pycryptodome: update to 3.7.2 PR: 234149 Submitted by: John W. O'Brien (maintainer) Modified: head/security/py-pycryptodome/Makefile (contents, props changed) head/security/py-pycryptodome/distinfo (contents, props changed) Modified: head/security/py-pycryptodome/Makefile ============================================================================== --- head/security/py-pycryptodome/Makefile Wed Dec 26 21:34:31 2018 (r488456) +++ head/security/py-pycryptodome/Makefile Wed Dec 26 21:37:51 2018 (r488457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycryptodome -DISTVERSION= 3.6.6 +DISTVERSION= 3.7.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ COMMENT= Cryptographic library for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycrypto - USES= python USE_PYTHON= autoplist distutils + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pycrypto NAMESPACE?= Crypto Modified: head/security/py-pycryptodome/distinfo ============================================================================== --- head/security/py-pycryptodome/distinfo Wed Dec 26 21:34:31 2018 (r488456) +++ head/security/py-pycryptodome/distinfo Wed Dec 26 21:37:51 2018 (r488457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534590378 -SHA256 (pycryptodome-3.6.6.tar.gz) = b3cb4af317d9b84f6df50f0cfa6840ba69556af637a83fd971537823e13d601a -SIZE (pycryptodome-3.6.6.tar.gz) = 7137656 +TIMESTAMP = 1545179938 +SHA256 (pycryptodome-3.7.2.tar.gz) = f5fc7e3b2d29552f0383063408ce2bd295e9d3c7ef13377599aa300a3d2baef7 +SIZE (pycryptodome-3.7.2.tar.gz) = 7192874