From owner-svn-ports-all@freebsd.org Sun Dec 9 01:47:39 2018 Return-Path: Delivered-To: svn-ports-all@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 CD80D13311DC; Sun, 9 Dec 2018 01:47:39 +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.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 744877228E; Sun, 9 Dec 2018 01:47:39 +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 525542578; Sun, 9 Dec 2018 01:47:39 +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 wB91ldj0010733; Sun, 9 Dec 2018 01:47:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB91lcEO010732; Sun, 9 Dec 2018 01:47:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812090147.wB91lcEO010732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Dec 2018 01:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487009 - head/security/py-asyncssh X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/py-asyncssh X-SVN-Commit-Revision: 487009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 744877228E X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.99)[-0.990,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2018 01:47:40 -0000 Author: swills Date: Sun Dec 9 01:47:38 2018 New Revision: 487009 URL: https://svnweb.freebsd.org/changeset/ports/487009 Log: security/py-asyncssh: Update to 1.14.0 While here, add test target PR: 230151 Submitted by: Nathan Approved by: maintainer timeout (bartosz@ixsystems.com, >2 months) MFH: 2018Q4 Security: 0e8f496a-b498-11e8-bdcf-74d435e60b7c Modified: head/security/py-asyncssh/Makefile (contents, props changed) head/security/py-asyncssh/distinfo (contents, props changed) Modified: head/security/py-asyncssh/Makefile ============================================================================== --- head/security/py-asyncssh/Makefile Sun Dec 9 01:47:06 2018 (r487008) +++ head/security/py-asyncssh/Makefile Sun Dec 9 01:47:38 2018 (r487009) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= asyncssh -PORTVERSION= 1.12.0 +PORTVERSION= 1.14.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bartosz@ixsystems.com +MAINTAINER= bartosz@ixsystems.com COMMENT= Python asnycio SSH protocol library LICENSE= EPL @@ -18,5 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/ USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/security/py-asyncssh/distinfo ============================================================================== --- head/security/py-asyncssh/distinfo Sun Dec 9 01:47:06 2018 (r487008) +++ head/security/py-asyncssh/distinfo Sun Dec 9 01:47:38 2018 (r487009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519265865 -SHA256 (asyncssh-1.12.0.tar.gz) = 183fb9fccf38f42f6d587c3068be8bcb04a83e51a036b0074a7370e7289d05d3 -SIZE (asyncssh-1.12.0.tar.gz) = 289549 +TIMESTAMP = 1536543976 +SHA256 (asyncssh-1.14.0.tar.gz) = a80025ffa5f4f9a4d1aa6883f2b187fe536fa19e7d012027f57228608e2a3138 +SIZE (asyncssh-1.14.0.tar.gz) = 307133