From owner-svn-ports-all@freebsd.org Mon Apr 8 07:07:44 2019 Return-Path: Delivered-To: svn-ports-all@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 636381577090; Mon, 8 Apr 2019 07:07:44 +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 074768B1B6; Mon, 8 Apr 2019 07:07:44 +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 E72E91FFDC; Mon, 8 Apr 2019 07:07: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 x3877hWq095593; Mon, 8 Apr 2019 07:07:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3877g5X095589; Mon, 8 Apr 2019 07:07:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201904080707.x3877g5X095589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 8 Apr 2019 07:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498349 - in head/security: . cowrie X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: . cowrie X-SVN-Commit-Revision: 498349 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 074768B1B6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 07:07:44 -0000 Author: yuri Date: Mon Apr 8 07:07:42 2019 New Revision: 498349 URL: https://svnweb.freebsd.org/changeset/ports/498349 Log: New port: security/cowrie: Cowrie SSH/Telnet honeypot Added: head/security/cowrie/ head/security/cowrie/Makefile (contents, props changed) head/security/cowrie/distinfo (contents, props changed) head/security/cowrie/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Apr 8 07:05:33 2019 (r498348) +++ head/security/Makefile Mon Apr 8 07:07:42 2019 (r498349) @@ -99,6 +99,7 @@ PORTREVISION= 1 SUBDIR += courierpassd SUBDIR += courierpasswd SUBDIR += courieruserinfo + SUBDIR += cowrie SUBDIR += cp2fwb SUBDIR += cracklib SUBDIR += crackpkcs12 Added: head/security/cowrie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cowrie/Makefile Mon Apr 8 07:07:42 2019 (r498349) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= cowrie +DISTVERSION= 1.6.0 +CATEGORIES= security python + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Cowrie SSH/Telnet honeypot + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/docs/LICENSE.rst + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}incremental>0:devel/py-incremental@${PY_FLAVOR} +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt-common>=2017.7.1:sysutils/py-salt-common@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}GitPython>=1:devel/py-gitpython@${FLAVOR} +RUN_DEPENDS= bash:shells/bash \ + ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0.9.1:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}incremental>0:devel/py-incremental@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=17.1.0:devel/py-twisted@${PY_FLAVOR} + +USES= python shebangfix +SHEBANG_FILES= bin/cowrie +USE_GITHUB= yes +USE_PYTHON= distutils noflavors autoplist + +NO_ARCH= yes + +.include Added: head/security/cowrie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cowrie/distinfo Mon Apr 8 07:07:42 2019 (r498349) @@ -0,0 +1,3 @@ +TIMESTAMP = 1554706169 +SHA256 (cowrie-cowrie-1.6.0_GH0.tar.gz) = 5a3d170506c74d68a2803b4aed129917ff8c8a5f05b23fd0bb303defa636720f +SIZE (cowrie-cowrie-1.6.0_GH0.tar.gz) = 749172 Added: head/security/cowrie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cowrie/pkg-descr Mon Apr 8 07:07:42 2019 (r498349) @@ -0,0 +1,4 @@ +Cowrie is a medium interaction SSH and Telnet honeypot designed to log brute +force attacks and the shell interaction performed by the attacker. + +WWW: https://www.cowrie.org/