svn commit: r498349 - in head/security: . cowrie
Yuri Victorovich
yuri at FreeBSD.org
Mon Apr 8 07:07:44 UTC 2019
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 at 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 <bsd.port.mk>
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/
More information about the svn-ports-all
mailing list