Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 01:49:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521580 - head/security/py-ospd
Message-ID:  <201912310149.xBV1ncQN033579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec 31 01:49:38 2019
New Revision: 521580
URL: https://svnweb.freebsd.org/changeset/ports/521580

Log:
  security/py-ospd: Update 1.3.2 -> 2.0.0
  
  Reported by:	portscout

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

Modified: head/security/py-ospd/Makefile
==============================================================================
--- head/security/py-ospd/Makefile	Tue Dec 31 01:44:27 2019	(r521579)
+++ head/security/py-ospd/Makefile	Tue Dec 31 01:49:38 2019	(r521580)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ospd
-DISTVERSION=	1.3.2
+DISTVERSION=	2.0.0
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,9 @@ COMMENT=	Base for scanner wrappers for OSP (Open Scann
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/security/py-ospd/distinfo
==============================================================================
--- head/security/py-ospd/distinfo	Tue Dec 31 01:44:27 2019	(r521579)
+++ head/security/py-ospd/distinfo	Tue Dec 31 01:49:38 2019	(r521580)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544909454
-SHA256 (ospd-1.3.2.tar.gz) = b273a1bb6f59a2aa389cf86e11c0dd8febd2222d9ecde60be26795a0976eeb9e
-SIZE (ospd-1.3.2.tar.gz) = 38243
+TIMESTAMP = 1577756698
+SHA256 (ospd-2.0.0.tar.gz) = 1d678bc54b8639d838cd567233e465f0f8d030558160599ecf94539c6fa144d0
+SIZE (ospd-2.0.0.tar.gz) = 60145



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