diff options
author | meta <meta@FreeBSD.org> | 2019-03-25 19:48:35 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2019-03-25 19:48:35 +0800 |
commit | ef9d3a04d015d66b4897d9d8fa75c3c384a07788 (patch) | |
tree | 226c582511c2e64c13b2eebcae633688457bc8a3 /security | |
parent | b6527d935f6c89af9587bd002670bfe35e5b5d31 (diff) | |
download | freebsd-ports-gnome-ef9d3a04d015d66b4897d9d8fa75c3c384a07788.tar.gz freebsd-ports-gnome-ef9d3a04d015d66b4897d9d8fa75c3c384a07788.tar.zst freebsd-ports-gnome-ef9d3a04d015d66b4897d9d8fa75c3c384a07788.zip |
security/py-scp: Update to 0.13.2
Fix AssertionError in recursive get() when _rename is set and server sends
a POPD at the end (_depth > 0).
PR: 236778
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
Relnotes: https://github.com/jbardin/scp.py/blob/v0.13.2/CHANGELOG.md
Diffstat (limited to 'security')
-rw-r--r-- | security/py-scp/Makefile | 2 | ||||
-rw-r--r-- | security/py-scp/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-scp/Makefile b/security/py-scp/Makefile index 073e9f73e11c..a0e4283fd914 100644 --- a/security/py-scp/Makefile +++ b/security/py-scp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scp -DISTVERSION= 0.13.1 +DISTVERSION= 0.13.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-scp/distinfo b/security/py-scp/distinfo index 867c0000460f..830e90890fed 100644 --- a/security/py-scp/distinfo +++ b/security/py-scp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552385048 -SHA256 (scp-0.13.1.tar.gz) = 4320ad188d3b8216352fb6c3647e0080ca14ced217735afc053256f86cd65159 -SIZE (scp-0.13.1.tar.gz) = 11430 +TIMESTAMP = 1553510891 +SHA256 (scp-0.13.2.tar.gz) = ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3 +SIZE (scp-0.13.2.tar.gz) = 11517 |