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

Koichiro Iwao meta at FreeBSD.org
Tue Mar 12 13:06:58 UTC 2019


Author: meta
Date: Tue Mar 12 13:06:56 2019
New Revision: 495451
URL: https://svnweb.freebsd.org/changeset/ports/495451

Log:
  security/py-scp: Update to 0.13.1
  
  Guard against some malformed messages from the server
  
  PR:		236485
  Submitted by:	Sergey Akhmatov <sergey at akhmatov.ru> (maintainer)
  Relnotes:	https://github.com/jbardin/scp.py/blob/v0.13.1/CHANGELOG.md

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

Modified: head/security/py-scp/Makefile
==============================================================================
--- head/security/py-scp/Makefile	Tue Mar 12 12:34:23 2019	(r495450)
+++ head/security/py-scp/Makefile	Tue Mar 12 13:06:56 2019	(r495451)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scp
-DISTVERSION=	0.13.0
+DISTVERSION=	0.13.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/security/py-scp/distinfo
==============================================================================
--- head/security/py-scp/distinfo	Tue Mar 12 12:34:23 2019	(r495450)
+++ head/security/py-scp/distinfo	Tue Mar 12 13:06:56 2019	(r495451)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542704435
-SHA256 (scp-0.13.0.tar.gz) = cfcc275c249ae59480f88fa55c4bd7795ce8b48d3a9b8fd635d82958084b4124
-SIZE (scp-0.13.0.tar.gz) = 11323
+TIMESTAMP = 1552385048
+SHA256 (scp-0.13.1.tar.gz) = 4320ad188d3b8216352fb6c3647e0080ca14ced217735afc053256f86cd65159
+SIZE (scp-0.13.1.tar.gz) = 11430


More information about the svn-ports-head mailing list