From owner-svn-ports-head@freebsd.org Sat Dec 15 21:45:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8029A1330978; Sat, 15 Dec 2018 21:45:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F11189DD3; Sat, 15 Dec 2018 21:45:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B0631D91A; Sat, 15 Dec 2018 21:45:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBFLjgwT081089; Sat, 15 Dec 2018 21:45:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBFLjgwn081086; Sat, 15 Dec 2018 21:45:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812152145.wBFLjgwn081086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 15 Dec 2018 21:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487549 - in head/security: . py-ospd X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: . py-ospd X-SVN-Commit-Revision: 487549 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F11189DD3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.83 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.881,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2018 21:45:43 -0000 Author: yuri Date: Sat Dec 15 21:45:42 2018 New Revision: 487549 URL: https://svnweb.freebsd.org/changeset/ports/487549 Log: New port: security/py-ospd: Base for scanner wrappers for OSP (Open Scanner Protocol) Added: head/security/py-ospd/ head/security/py-ospd/Makefile (contents, props changed) head/security/py-ospd/distinfo (contents, props changed) head/security/py-ospd/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Dec 15 21:43:49 2018 (r487548) +++ head/security/Makefile Sat Dec 15 21:45:42 2018 (r487549) @@ -989,6 +989,7 @@ SUBDIR += py-obfsproxy-tor SUBDIR += py-onetime SUBDIR += py-openssl + SUBDIR += py-ospd SUBDIR += py-paramiko SUBDIR += py-paramiko1 SUBDIR += py-passlib Added: head/security/py-ospd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/Makefile Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ospd +DISTVERSION= 1.3.2 +CATEGORIES= security net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Base for scanner wrappers for OSP (Open Scanner Protocol) + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/security/py-ospd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/distinfo Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544909454 +SHA256 (ospd-1.3.2.tar.gz) = b273a1bb6f59a2aa389cf86e11c0dd8febd2222d9ecde60be26795a0976eeb9e +SIZE (ospd-1.3.2.tar.gz) = 38243 Added: head/security/py-ospd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-ospd/pkg-descr Sat Dec 15 21:45:42 2018 (r487549) @@ -0,0 +1,7 @@ +OSPD is a community edition of OpenVAS, a framework of several services and +tools offering a comprehensive and powerful vulnerability scanning and +vulnerability management solution. + +Sevaral OSPD plugins are available to use with this base OSPD package. + +WWW: http://openvas.org/