Date: Tue, 22 Aug 2017 14:51:42 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448536 - head/net/kippo Message-ID: <201708221451.v7MEpgNR045943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Aug 22 14:51:42 2017 New Revision: 448536 URL: https://svnweb.freebsd.org/changeset/ports/448536 Log: - Use newer twisted [1] - Update WWW link PR: 221657 [1] Submitted by: sunpoet@ Modified: head/net/kippo/Makefile head/net/kippo/pkg-descr Modified: head/net/kippo/Makefile ============================================================================== --- head/net/kippo/Makefile Tue Aug 22 14:48:14 2017 (r448535) +++ head/net/kippo/Makefile Tue Aug 22 14:51:42 2017 (r448536) @@ -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 Modified: head/net/kippo/pkg-descr ============================================================================== --- head/net/kippo/pkg-descr Tue Aug 22 14:48:14 2017 (r448535) +++ head/net/kippo/pkg-descr Tue Aug 22 14:51:42 2017 (r448536) @@ -2,4 +2,4 @@ Kippo is a medium interaction SSH honeypot designed to 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221451.v7MEpgNR045943>