aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-07-27 04:05:57 +0800
committerpi <pi@FreeBSD.org>2015-07-27 04:05:57 +0800
commita94aaafb7a4354be8609f0c93ff33a8601eeadb2 (patch)
tree75eead6be794c8ddde75c2eded7b21af5b9cae2e /security
parent2c33360f40cc1333795e80ee9069ac14bf229e51 (diff)
downloadfreebsd-ports-gnome-a94aaafb7a4354be8609f0c93ff33a8601eeadb2.tar.gz
freebsd-ports-gnome-a94aaafb7a4354be8609f0c93ff33a8601eeadb2.tar.zst
freebsd-ports-gnome-a94aaafb7a4354be8609f0c93ff33a8601eeadb2.zip
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)
Diffstat (limited to 'security')
-rw-r--r--security/py-paramiko/Makefile2
-rw-r--r--security/py-paramiko/distinfo4
-rw-r--r--security/py-paramiko/files/patch-setup.py9
-rw-r--r--security/py-paramiko/pkg-descr2
4 files changed, 9 insertions, 8 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 3b366a4e84b1..25e9e479b724 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= paramiko
-PORTVERSION= 1.14.0
+PORTVERSION= 1.15.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo
index 043e52ad7a5e..80f5bc690d2b 100644
--- a/security/py-paramiko/distinfo
+++ b/security/py-paramiko/distinfo
@@ -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
diff --git a/security/py-paramiko/files/patch-setup.py b/security/py-paramiko/files/patch-setup.py
index 9437b3733f19..342da8999a25 100644
--- a/security/py-paramiko/files/patch-setup.py
+++ b/security/py-paramiko/files/patch-setup.py
@@ -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 = {}
diff --git a/security/py-paramiko/pkg-descr b/security/py-paramiko/pkg-descr
index 87bfd4190a32..5a1d9d6adf44 100644
--- a/security/py-paramiko/pkg-descr
+++ b/security/py-paramiko/pkg-descr
@@ -3,4 +3,4 @@ Emphasis is on using SSH2 as an alternative to SSL for making secure
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/