- Use newer twisted [1]
- Update WWW link PR: 221657 [1] Submitted by: sunpoet@
This commit is contained in:
parent
f60c987ffc
commit
82386c175c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448536
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= kippo
|
||||
PORTVERSION= 0.9
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= culot@FreeBSD.org
|
||||
|
@ -12,13 +13,14 @@ COMMENT= Medium interaction ssh honeypot
|
|||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= desaster
|
||||
|
||||
USES= python twisted:run,conch,web
|
||||
USES= python
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ Kippo is a medium interaction SSH honeypot designed to log brute force
|
|||
attacks and, most importantly, the entire shell interaction performed
|
||||
by the attacker.
|
||||
|
||||
WWW: http://code.google.com/p/kippo/
|
||||
WWW: https://github.com/desaster/kippo
|
||||
|
|
Loading…
Reference in a new issue