Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 15:30:05 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sbz@FreeBSD.org
Subject:   ports/190003: [PATCH] security/py-paramiko: update to 1.14.0
Message-ID:  <201405201330.s4KDU4s7057861@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405201340.s4KDe1NM077774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190003
>Category:       ports
>Synopsis:       [PATCH] security/py-paramiko: update to 1.14.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 13:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r266324: Sat May 17 21:07:33 CEST
>Description:
- Update to 1.14.0
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-paramiko/1.14.0/

Port maintainer (sbz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-paramiko-1.14.0.patch begins here ---
Index: files/patch-setup.py
===================================================================
--- files/patch-setup.py	(revision 354638)
+++ files/patch-setup.py	(working copy)
@@ -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-05-20 15:03:55.006153518 +0200
++++ setup.py	2014-05-20 15:05:48.118669326 +0200
+@@ -37,18 +37,8 @@
  #ez_setup.use_setuptools()
  
  import sys
@@ -15,8 +15,9 @@
 -except ImportError:
 -    from distutils.core import setup
 -    kw = {}
+-
 +from distutils.core import setup
 +kw = {}
- 
  if sys.platform == 'darwin':
      import setup_helper
+     setup_helper.install_custom_make_tarball()
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 354638)
+++ pkg-descr	(working copy)
@@ -3,4 +3,4 @@
 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.lag.net/paramiko
--- py-paramiko-1.14.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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