Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 16:41:03 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r392946 - in head/security/py-paramiko: . files
Message-ID:  <55B5D27F.6050405@FreeBSD.org>
In-Reply-To: <201507262005.t6QK5w2G042407@repo.freebsd.org>
References:  <201507262005.t6QK5w2G042407@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27/07/2015 6:05 AM, Kurt Jaeger wrote:
> 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 <claudius.herder@ambtec.de>
>   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 = {}

This patch (not your change) doesn't look like it's needed at all, since
pycrypto port is 2.6.x and both pre/port-patch version conditions for
esdsa are not overly (==, <=) restrictive.

> 
> 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/
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55B5D27F.6050405>