From owner-svn-ports-head@freebsd.org Mon Oct 10 15:30:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11803C07C20; Mon, 10 Oct 2016 15:30:12 +0000 (UTC) (envelope-from culot@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 mx1.freebsd.org (Postfix) with ESMTPS id C505B74D; Mon, 10 Oct 2016 15:30:11 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AFUAHE035138; Mon, 10 Oct 2016 15:30:10 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AFUAd5035134; Mon, 10 Oct 2016 15:30:10 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201610101530.u9AFUAd5035134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 10 Oct 2016 15:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423669 - in head/net/kippo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 15:30:12 -0000 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 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