From owner-svn-ports-head@freebsd.org Mon Aug 3 16:08:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7612D37EC5E; Mon, 3 Aug 2020 16:08:25 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BL2qY2XC6z42LY; Mon, 3 Aug 2020 16:08:25 +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 398C0171A9; Mon, 3 Aug 2020 16:08:25 +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 073G8PHB077065; Mon, 3 Aug 2020 16:08:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 073G8Owr077062; Mon, 3 Aug 2020 16:08:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008031608.073G8Owr077062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Aug 2020 16:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544079 - head/security/py-pyelliptic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/py-pyelliptic X-SVN-Commit-Revision: 544079 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.33 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: Mon, 03 Aug 2020 16:08:25 -0000 Author: yuri Date: Mon Aug 3 16:08:24 2020 New Revision: 544079 URL: https://svnweb.freebsd.org/changeset/ports/544079 Log: security/py-pyelliptic: Update 1.5.8 -> 2.0.1 The previous GH project yann2192/pyelliptic has been deprecated. The GH project radfish/py-pyelliptic contains a newer tag and updates sources based on changes in the BitMessage sourcebase. Modified: head/security/py-pyelliptic/Makefile head/security/py-pyelliptic/distinfo head/security/py-pyelliptic/pkg-descr Modified: head/security/py-pyelliptic/Makefile ============================================================================== --- head/security/py-pyelliptic/Makefile Mon Aug 3 15:57:02 2020 (r544078) +++ head/security/py-pyelliptic/Makefile Mon Aug 3 16:08:24 2020 (r544079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyelliptic -PORTVERSION= 1.5.8 +PORTVERSION= 2.0.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= yann2192 - USES= python +USE_GITHUB= yes +GH_ACCOUNT= radfish USE_PYTHON= autoplist distutils + NO_ARCH= yes .include Modified: head/security/py-pyelliptic/distinfo ============================================================================== --- head/security/py-pyelliptic/distinfo Mon Aug 3 15:57:02 2020 (r544078) +++ head/security/py-pyelliptic/distinfo Mon Aug 3 16:08:24 2020 (r544079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493518128 -SHA256 (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = ec23fb3a39a9ad9402354c2ac6c66990e737435365eb313070dd9a76e6849153 -SIZE (yann2192-pyelliptic-1.5.8_GH0.tar.gz) = 6136 +TIMESTAMP = 1596470469 +SHA256 (radfish-pyelliptic-2.0.1_GH0.tar.gz) = 840ad6f5e79c633e1de79fb08be78bf76fe07a7f260905eea31efb5ddf00180d +SIZE (radfish-pyelliptic-2.0.1_GH0.tar.gz) = 35670 Modified: head/security/py-pyelliptic/pkg-descr ============================================================================== --- head/security/py-pyelliptic/pkg-descr Mon Aug 3 15:57:02 2020 (r544078) +++ head/security/py-pyelliptic/pkg-descr Mon Aug 3 16:08:24 2020 (r544079) @@ -1,4 +1,4 @@ Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish, ... -WWW: https://github.com/yann2192/pyelliptic +https://github.com/radfish/pyelliptic