Date: Mon, 10 Oct 2016 15:30:10 +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: r423669 - in head/net/kippo: . files Message-ID: <201610101530.u9AFUAd5035134@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Oct 10 15:30:10 2016 New Revision: 423669 URL: https://svnweb.freebsd.org/changeset/ports/423669 Log: net/kippo: 0.8 -> 0.9 PR: 213306 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/net/kippo/Makefile head/net/kippo/distinfo head/net/kippo/files/pkg-message.in head/net/kippo/pkg-plist Modified: head/net/kippo/Makefile ============================================================================== --- head/net/kippo/Makefile Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/Makefile Mon Oct 10 15:30:10 2016 (r423669) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= kippo -PORTVERSION= 0.8 +PORTVERSION= 0.9 +DISTVERSIONPREFIX= v CATEGORIES= net -MASTER_SITES= GOOGLE_CODE MAINTAINER= culot@FreeBSD.org COMMENT= Medium interaction ssh honeypot LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${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 NO_BUILD= yes @@ -30,8 +31,8 @@ SUB_LIST+= PYTHON=${PYTHON_CMD} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in kippo.cfg kippo.tac fs.pickle - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} +.for f in kippo.cfg.dist kippo.tac fs.pickle + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor .for d in data doc honeyfs kippo txtcmds utils @${MKDIR} ${STAGEDIR}${DATADIR}/${d} Modified: head/net/kippo/distinfo ============================================================================== --- head/net/kippo/distinfo Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/distinfo Mon Oct 10 15:30:10 2016 (r423669) @@ -1,2 +1,3 @@ -SHA256 (kippo-0.8.tar.gz) = 6d1877e8795cb246704c6790aceecfa478478cf79d68f48968588066c6aca265 -SIZE (kippo-0.8.tar.gz) = 581278 +TIMESTAMP = 1475929151 +SHA256 (desaster-kippo-v0.9_GH0.tar.gz) = 49870eff01a6a8856b3b2f89fea20bca1e28fb73df212d73fcc4cec072504f17 +SIZE (desaster-kippo-v0.9_GH0.tar.gz) = 582620 Modified: head/net/kippo/files/pkg-message.in ============================================================================== --- head/net/kippo/files/pkg-message.in Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/files/pkg-message.in Mon Oct 10 15:30:10 2016 (r423669) @@ -9,6 +9,9 @@ Before starting kippo you need to perfor $EDITOR %%DATADIR%%/kippo.cfg + An example configuration file can be found here: + %%DATADIR%%/kippo.cfg.dist + Please keep in mind when editing the configuration file that kippo can't be run as root and is started by the 'kippo' unprivileged user instead. This implies that the following folders hierarchy Modified: head/net/kippo/pkg-plist ============================================================================== --- head/net/kippo/pkg-plist Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/pkg-plist Mon Oct 10 15:30:10 2016 (r423669) @@ -1,5 +1,5 @@ %%DATADIR%%/fs.pickle -%%DATADIR%%/kippo.cfg +%%DATADIR%%/kippo.cfg.dist %%DATADIR%%/kippo.tac %%DATADIR%%/data/userdb.txt %%DATADIR%%/doc/COPYRIGHT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101530.u9AFUAd5035134>