From owner-svn-ports-head@freebsd.org Sun Apr 21 06:35:43 2019 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 55C061583D4F; Sun, 21 Apr 2019 06:35:43 +0000 (UTC) (envelope-from koobs@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 EB0958D9D1; Sun, 21 Apr 2019 06:35:42 +0000 (UTC) (envelope-from koobs@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 BEFFB219C3; Sun, 21 Apr 2019 06:35:42 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3L6Zg6b014309; Sun, 21 Apr 2019 06:35:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3L6ZgK3014307; Sun, 21 Apr 2019 06:35:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201904210635.x3L6ZgK3014307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 21 Apr 2019 06:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499526 - head/security/py-ecdsa X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/security/py-ecdsa X-SVN-Commit-Revision: 499526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EB0958D9D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,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: Sun, 21 Apr 2019 06:35:43 -0000 Author: koobs Date: Sun Apr 21 06:35:41 2019 New Revision: 499526 URL: https://svnweb.freebsd.org/changeset/ports/499526 Log: security/py-ecdsa: Update to 0.13.2 - Include more information than COMMENT in pkg-descr - Pet portlint (NO_ARCH in USE(S) section) Changelog: https://github.com/warner/python-ecdsa/blob/python-ecdsa-0.13.2/NEWS PR: 237402 Approved by: (maintainer, drop maintainership) Modified: head/security/py-ecdsa/Makefile head/security/py-ecdsa/distinfo head/security/py-ecdsa/pkg-descr Modified: head/security/py-ecdsa/Makefile ============================================================================== --- head/security/py-ecdsa/Makefile Sun Apr 21 06:09:01 2019 (r499525) +++ head/security/py-ecdsa/Makefile Sun Apr 21 06:35:41 2019 (r499526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ecdsa -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/security/py-ecdsa/distinfo ============================================================================== --- head/security/py-ecdsa/distinfo Sun Apr 21 06:09:01 2019 (r499525) +++ head/security/py-ecdsa/distinfo Sun Apr 21 06:35:41 2019 (r499526) @@ -1,2 +1,3 @@ -SHA256 (ecdsa-0.11.tar.gz) = 8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c -SIZE (ecdsa-0.11.tar.gz) = 45689 +TIMESTAMP = 1555739427 +SHA256 (ecdsa-0.13.2.tar.gz) = 5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884 +SIZE (ecdsa-0.13.2.tar.gz) = 61595 Modified: head/security/py-ecdsa/pkg-descr ============================================================================== --- head/security/py-ecdsa/pkg-descr Sun Apr 21 06:09:01 2019 (r499525) +++ head/security/py-ecdsa/pkg-descr Sun Apr 21 06:35:41 2019 (r499526) @@ -1,3 +1,18 @@ -ECDSA cryptographic signature library (pure python). +This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve +Digital Signature Algorithm), implemented purely in Python, released under +the MIT license. With this library, you can quickly create keypairs (signing +key and verifying key), sign messages, and verify the signatures. The keys +and signatures are very short, making them easy to handle and incorporate +into other protocols. + +Features + +This library provides key generation, signing, and verifying, for five +popular NIST "Suite B" GF(p) curves, with key lengths of 192, 224, 256, 384, +and 521 bits. The "short names" for these curves, as known by the OpenSSL +tool (`openssl ecparam --list_curves`), are: prime192v1, secp224r1, +prime256v1, secp384r1, and secp521r1. It also includes the 256-bit curve used +by Bitcoin, whose short name is secp256k1. No other curves are included, but +it would not be too hard to add more. WWW: https://github.com/warner/python-ecdsa