From owner-svn-ports-all@freebsd.org Sun Jul 26 20:05:59 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95DAA9AB542; Sun, 26 Jul 2015 20:05:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79BD0F11; Sun, 26 Jul 2015 20:05:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6QK5xLi042416; Sun, 26 Jul 2015 20:05:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6QK5w2G042407; Sun, 26 Jul 2015 20:05:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507262005.t6QK5w2G042407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 26 Jul 2015 20:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392946 - in head/security/py-paramiko: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 26 Jul 2015 20:05:59 -0000 Author: pi Date: Sun Jul 26 20:05:57 2015 New Revision: 392946 URL: https://svnweb.freebsd.org/changeset/ports/392946 Log: security/py-paramiko: 1.14.0 -> 1.15.2 - Website updated - For other changes see http://www.paramiko.org/changelog.html PR: 199896 Submitted by: Claudius Herder Approved by: sbz (maintainer timeout) Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo head/security/py-paramiko/files/patch-setup.py head/security/py-paramiko/pkg-descr Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Sun Jul 26 20:03:34 2015 (r392945) +++ head/security/py-paramiko/Makefile Sun Jul 26 20:05:57 2015 (r392946) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Sun Jul 26 20:03:34 2015 (r392945) +++ head/security/py-paramiko/distinfo Sun Jul 26 20:05:57 2015 (r392946) @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.14.0.tar.gz) = 6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9 -SIZE (paramiko-1.14.0.tar.gz) = 1103322 +SHA256 (paramiko-1.15.2.tar.gz) = 4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 +SIZE (paramiko-1.15.2.tar.gz) = 1220578 Modified: head/security/py-paramiko/files/patch-setup.py ============================================================================== --- head/security/py-paramiko/files/patch-setup.py Sun Jul 26 20:03:34 2015 (r392945) +++ head/security/py-paramiko/files/patch-setup.py Sun Jul 26 20:05:57 2015 (r392946) @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2014-05-20 15:06:31.000000000 +0200 -+++ ./setup.py 2014-05-20 15:07:11.000000000 +0200 -@@ -37,17 +37,8 @@ +--- setup.py.orig 2014-12-19 23:01:22 UTC ++++ setup.py +@@ -37,17 +37,9 @@ To install the `in-development version #ez_setup.use_setuptools() import sys @@ -9,12 +9,13 @@ - kw = { - 'install_requires': [ - 'pycrypto >= 2.1, != 2.4', -- 'ecdsa', +- 'ecdsa >= 0.11', - ], - } -except ImportError: - from distutils.core import setup - kw = {} ++ +from distutils.core import setup +kw = {} Modified: head/security/py-paramiko/pkg-descr ============================================================================== --- head/security/py-paramiko/pkg-descr Sun Jul 26 20:03:34 2015 (r392945) +++ head/security/py-paramiko/pkg-descr Sun Jul 26 20:05:57 2015 (r392946) @@ -3,4 +3,4 @@ Emphasis is on using SSH2 as an alternat connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. -WWW: http://www.lag.net/paramiko/ +WWW: http://www.paramiko.org/