Date: Tue, 05 Mar 2013 03:45:09 -0800 (PST) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/176661: [PATCH] security/py-paramiko: update to 1.10.0 Message-ID: <5135dac5.88c7ec0a.5075.fffff2b6@mx.google.com> Resent-Message-ID: <201303051150.r25Bo0Vl082523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176661 >Category: ports >Synopsis: [PATCH] security/py-paramiko: update to 1.10.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 05 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: >Description: Update to 1.10.0 Changes: https://github.com/paramiko/paramiko/blob/master/NEWS Redport build: https://redports.org/buildarchive/20130305113500-40280/ >How-To-Repeat: >Fix: See attached patch --- py-paramiko.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 313448) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 313448) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.9.0.tar.gz) = cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5 -SIZE (paramiko-1.9.0.tar.gz) = 814841 +SHA256 (paramiko-1.10.0.tar.gz) = 51c579419403fd6694defa8b5e6d98bbabc310efec48836de859148a9c94c64c +SIZE (paramiko-1.10.0.tar.gz) = 822622 Index: pkg-plist =================================================================== --- pkg-plist (revision 313448) +++ pkg-plist (working copy) @@ -1,3 +1,4 @@ +%%PYTHON_SITELIBDIR%%/paramiko-1.10.0-py2.7.egg-info %%PYTHON_SITELIBDIR%%/paramiko/__init__.py %%PYTHON_SITELIBDIR%%/paramiko/__init__.pyc %%PYTHON_SITELIBDIR%%/paramiko/__init__.pyo --- py-paramiko.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?5135dac5.88c7ec0a.5075.fffff2b6>