svn commit: r496817 - head/security/py-scp

Koichiro Iwao meta at FreeBSD.org
Mon Mar 25 11:48:37 UTC 2019


Author: meta
Date: Mon Mar 25 11:48:35 2019
New Revision: 496817
URL: https://svnweb.freebsd.org/changeset/ports/496817

Log:
  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 at akhmatov.ru> (maintainer)
  Relnotes:	https://github.com/jbardin/scp.py/blob/v0.13.2/CHANGELOG.md

Modified:
  head/security/py-scp/Makefile
  head/security/py-scp/distinfo

Modified: head/security/py-scp/Makefile
==============================================================================
--- head/security/py-scp/Makefile	Mon Mar 25 11:25:59 2019	(r496816)
+++ head/security/py-scp/Makefile	Mon Mar 25 11:48:35 2019	(r496817)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scp
-DISTVERSION=	0.13.1
+DISTVERSION=	0.13.2
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-scp/distinfo
==============================================================================
--- head/security/py-scp/distinfo	Mon Mar 25 11:25:59 2019	(r496816)
+++ head/security/py-scp/distinfo	Mon Mar 25 11:48:35 2019	(r496817)
@@ -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


More information about the svn-ports-all mailing list