Skip site navigation (1)Skip section navigation (2)
Date:      30 Apr 2006 23:32:24 +0900
From:      Ryo Okamoto <ryo@aquahill.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Ryo Okamoto <ryo@aquahill.net>
Subject:   ports/96551: Update port: net/nepenthes
Message-ID:  <20060430143224.72335.qmail@aquahill.net>
Resent-Message-ID: <200604301440.k3UEeFh0033551@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96551
>Category:       ports
>Synopsis:       Update port: net/nepenthes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 30 14:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     ryo
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nepenthes-port-0.1.7/
#	nepenthes-port-0.1.7/files
#	nepenthes-port-0.1.7/files/patch-Makefile.in
#	nepenthes-port-0.1.7/files/patch-conf-nepenthes.conf.dist
#	nepenthes-port-0.1.7/pkg-descr
#	nepenthes-port-0.1.7/distinfo
#	nepenthes-port-0.1.7/Makefile
#	nepenthes-port-0.1.7/pkg-plist
#
echo c - nepenthes-port-0.1.7/
mkdir -p nepenthes-port-0.1.7/ > /dev/null 2>&1
echo c - nepenthes-port-0.1.7/files
mkdir -p nepenthes-port-0.1.7/files > /dev/null 2>&1
echo x - nepenthes-port-0.1.7/files/patch-Makefile.in
sed 's/^X//' >nepenthes-port-0.1.7/files/patch-Makefile.in << 'END-of-nepenthes-port-0.1.7/files/patch-Makefile.in'
X--- Makefile.in.orig	Sun Apr 30 22:50:20 2006
X+++ Makefile.in	Sun Apr 30 22:50:38 2006
X@@ -198,8 +198,8 @@
X SUBDIRS = nepenthes-core modules 
X #tools
X EXTRA_DIST = configure.ac CHANGES doc/README.VFS doc/logo-shaded.svg doc/nepenthes.8 conf/nepenthes.conf.dist
X-docdir = $(prefix)/share/doc
X-doc_DATA = doc/README.VFS doc/logo-shaded.svg
X+docdir = $(prefix)/share/nepenthes
X+doc_DATA = README doc/README.VFS doc/logo-shaded.svg
X 
X #sysconf_DATA = conf/nepenthes.conf.dist
X AM_CXXFLAGS = ''
END-of-nepenthes-port-0.1.7/files/patch-Makefile.in
echo x - nepenthes-port-0.1.7/files/patch-conf-nepenthes.conf.dist
sed 's/^X//' >nepenthes-port-0.1.7/files/patch-conf-nepenthes.conf.dist << 'END-of-nepenthes-port-0.1.7/files/patch-conf-nepenthes.conf.dist'
X--- conf/nepenthes.conf.dist.orig	Sat Dec  3 17:23:03 2005
X+++ conf/nepenthes.conf.dist	Sat Dec  3 17:23:56 2005
X@@ -87,8 +87,8 @@
X 
X     logmanager
X     {
X-	ring_logging_file		"var/log/nepenthes.%d.log";
X-	file_logging_file		"var/log/nepenthes.log";
X+	ring_logging_file		"var/log/nepenthes/nepenthes.%d.log";
X+	file_logging_file		"var/log/nepenthes/nepenthes.log";
X     };
X 
X     modulemanager
X@@ -100,7 +100,7 @@
X     {
X         strictfiletype              "1";
X         // where does submit-file write to? set this to the same dir
X-        filesdir                    "var/binaries/"; 
X+        filesdir                    "var/nepenthes/binaries/"; 
X     };
X 
X     downloadmanager
X@@ -116,7 +116,7 @@
X     
X     utilities
X     {
X-	hexdump_path                "var/hexdumps/";
X+	hexdump_path                "var/nepenthes/hexdumps/";
X     };
X     
X     geolocationmanager
END-of-nepenthes-port-0.1.7/files/patch-conf-nepenthes.conf.dist
echo x - nepenthes-port-0.1.7/pkg-descr
sed 's/^X//' >nepenthes-port-0.1.7/pkg-descr << 'END-of-nepenthes-port-0.1.7/pkg-descr'
XNepenthes can determine the malware activity on a network
Xby deploying a nepenthes sensor (i.e. honey pot). The programm
Xemulates different well known vulnerabilities waiting for
Xmalicious connections trying to exploit them.
X
XWWW: http://nepenthes.sourceforge.net/
END-of-nepenthes-port-0.1.7/pkg-descr
echo x - nepenthes-port-0.1.7/distinfo
sed 's/^X//' >nepenthes-port-0.1.7/distinfo << 'END-of-nepenthes-port-0.1.7/distinfo'
XMD5 (nepenthes-0.1.7.tar.gz) = 799c671b3aaef58087f635064b6acd61
XSHA256 (nepenthes-0.1.7.tar.gz) = 1347db3895ac6129b8271fb7effb061f107085fd8ab428eeab6d0fcc54edad85
XSIZE (nepenthes-0.1.7.tar.gz) = 840661
END-of-nepenthes-port-0.1.7/distinfo
echo x - nepenthes-port-0.1.7/Makefile
sed 's/^X//' >nepenthes-port-0.1.7/Makefile << 'END-of-nepenthes-port-0.1.7/Makefile'
X# Ports collection makefile for:	nepenthes
X# Date created:				1 Dec 2005
X# Whom:					ryo
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nepenthes
XPORTVERSION=	0.1.7
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	nepenthes
X
XMAINTAINER=	ryo@aquahill.net
XCOMMENT=	Determine the malware activity on a network
X
XLIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl \
X		magic.1:${PORTSDIR}/sysutils/file \
X		pcre.0:${PORTSDIR}/devel/pcre \
X		adns.1:${PORTSDIR}/dns/adns
X
XUSE_PERL5=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN8=		nepenthes.8
XDOCS=		README README.VFS logo-shaded.svg
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500000
XBROKEN=		"Does not compile"
X.endif
X
X.if ${ARCH} != "i386"
XBROKEN=		"Does not compile on !i386"
X.endif
X
X.include <bsd.port.post.mk>
END-of-nepenthes-port-0.1.7/Makefile
echo x - nepenthes-port-0.1.7/pkg-plist
sed 's/^X//' >nepenthes-port-0.1.7/pkg-plist << 'END-of-nepenthes-port-0.1.7/pkg-plist'
Xbin/nepenthes
Xetc/nepenthes/download-csend.conf
Xetc/nepenthes/download-curl.conf
Xetc/nepenthes/download-ftp.conf
Xetc/nepenthes/download-link.conf
Xetc/nepenthes/download-nepenthes.conf
Xetc/nepenthes/download-tftp.conf
Xetc/nepenthes/geolocation-ip2location.conf
Xetc/nepenthes/log-download.conf
Xetc/nepenthes/log-irc.conf
Xetc/nepenthes/log-prelude.conf
Xetc/nepenthes/log-surfnet.conf
Xetc/nepenthes/module-portwatch.conf
Xetc/nepenthes/nepenthes.conf
Xetc/nepenthes/nepenthes.conf.dist
Xetc/nepenthes/shellcode-generic.conf
Xetc/nepenthes/submit-file.conf
Xetc/nepenthes/submit-gotek.conf
Xetc/nepenthes/submit-nepenthes.conf
Xetc/nepenthes/submit-norman.conf
Xetc/nepenthes/submit-xmlrpc.conf
Xetc/nepenthes/vuln-asn1.conf
Xetc/nepenthes/vuln-bagle.conf
Xetc/nepenthes/vuln-dameware.conf
Xetc/nepenthes/vuln-dcom.conf
Xetc/nepenthes/vuln-ftpd.conf
Xetc/nepenthes/vuln-iis.conf
Xetc/nepenthes/vuln-kuang2.conf
Xetc/nepenthes/vuln-lsass.conf
Xetc/nepenthes/vuln-msdtc.conf
Xetc/nepenthes/vuln-msmq.conf
Xetc/nepenthes/vuln-mssql.conf
Xetc/nepenthes/vuln-mydoom.conf
Xetc/nepenthes/vuln-netbiosname.conf
Xetc/nepenthes/vuln-netdde.conf
Xetc/nepenthes/vuln-optix.conf
Xetc/nepenthes/vuln-pnp.conf
Xetc/nepenthes/vuln-sasserftpd.conf
Xetc/nepenthes/vuln-ssh.conf
Xetc/nepenthes/vuln-sub7.conf
Xetc/nepenthes/vuln-upnp.conf
Xetc/nepenthes/vuln-veritas.conf
Xetc/nepenthes/vuln-wins.conf
Xetc/nepenthes/x-2.conf
Xlib/nepenthes/dnsresolveadns.a
Xlib/nepenthes/dnsresolveadns.la
Xlib/nepenthes/dnsresolveadns.so
Xlib/nepenthes/downloadcreceive.a
Xlib/nepenthes/downloadcreceive.la
Xlib/nepenthes/downloadcreceive.so
Xlib/nepenthes/downloadcsend.a
Xlib/nepenthes/downloadcsend.la
Xlib/nepenthes/downloadcsend.so
Xlib/nepenthes/downloadcurl.a
Xlib/nepenthes/downloadcurl.la
Xlib/nepenthes/downloadcurl.so
Xlib/nepenthes/downloadftp.a
Xlib/nepenthes/downloadftp.la
Xlib/nepenthes/downloadftp.so
Xlib/nepenthes/downloadhttp.a
Xlib/nepenthes/downloadhttp.la
Xlib/nepenthes/downloadhttp.so
Xlib/nepenthes/downloadlink.a
Xlib/nepenthes/downloadlink.la
Xlib/nepenthes/downloadlink.so
Xlib/nepenthes/downloadnepenthes.a
Xlib/nepenthes/downloadnepenthes.la
Xlib/nepenthes/downloadnepenthes.so
Xlib/nepenthes/downloadrcp.a
Xlib/nepenthes/downloadrcp.la
Xlib/nepenthes/downloadrcp.so
Xlib/nepenthes/downloadtftp.a
Xlib/nepenthes/downloadtftp.la
Xlib/nepenthes/downloadtftp.so
Xlib/nepenthes/geolocationgeoip.a
Xlib/nepenthes/geolocationgeoip.la
Xlib/nepenthes/geolocationgeoip.so
Xlib/nepenthes/geolocationhostip.a
Xlib/nepenthes/geolocationhostip.la
Xlib/nepenthes/geolocationhostip.so
Xlib/nepenthes/geolocationip2location.a
Xlib/nepenthes/geolocationip2location.la
Xlib/nepenthes/geolocationip2location.so
Xlib/nepenthes/logdownload.a
Xlib/nepenthes/logdownload.la
Xlib/nepenthes/logdownload.so
Xlib/nepenthes/logirc.a
Xlib/nepenthes/logirc.la
Xlib/nepenthes/logirc.so
Xlib/nepenthes/logprelude.a
Xlib/nepenthes/logprelude.la
Xlib/nepenthes/logprelude.so
Xlib/nepenthes/logsurfnet.a
Xlib/nepenthes/logsurfnet.la
Xlib/nepenthes/logsurfnet.so
Xlib/nepenthes/moduleportwatch.a
Xlib/nepenthes/moduleportwatch.la
Xlib/nepenthes/moduleportwatch.so
Xlib/nepenthes/shellcodegeneric.a
Xlib/nepenthes/shellcodegeneric.la
Xlib/nepenthes/shellcodegeneric.so
Xlib/nepenthes/shellcodesignatures.a
Xlib/nepenthes/shellcodesignatures.la
Xlib/nepenthes/shellcodesignatures.so
Xlib/nepenthes/shellemuwinnt.a
Xlib/nepenthes/shellemuwinnt.la
Xlib/nepenthes/shellemuwinnt.so
Xlib/nepenthes/submitfile.a
Xlib/nepenthes/submitfile.la
Xlib/nepenthes/submitfile.so
Xlib/nepenthes/submitgotek.a
Xlib/nepenthes/submitgotek.la
Xlib/nepenthes/submitgotek.so
Xlib/nepenthes/submitnepenthes.a
Xlib/nepenthes/submitnepenthes.la
Xlib/nepenthes/submitnepenthes.so
Xlib/nepenthes/submitnorman.a
Xlib/nepenthes/submitnorman.la
Xlib/nepenthes/submitnorman.so
Xlib/nepenthes/submitxmlrpc.a
Xlib/nepenthes/submitxmlrpc.la
Xlib/nepenthes/submitxmlrpc.so
Xlib/nepenthes/uploadhttp.a
Xlib/nepenthes/uploadhttp.la
Xlib/nepenthes/uploadhttp.so
Xlib/nepenthes/vulnasn1.a
Xlib/nepenthes/vulnasn1.la
Xlib/nepenthes/vulnasn1.so
Xlib/nepenthes/vulnbagle.a
Xlib/nepenthes/vulnbagle.la
Xlib/nepenthes/vulnbagle.so
Xlib/nepenthes/vulndameware.a
Xlib/nepenthes/vulndameware.la
Xlib/nepenthes/vulndameware.so
Xlib/nepenthes/vulndcom.a
Xlib/nepenthes/vulndcom.la
Xlib/nepenthes/vulndcom.so
Xlib/nepenthes/vulnftpd.a
Xlib/nepenthes/vulnftpd.la
Xlib/nepenthes/vulnftpd.so
Xlib/nepenthes/vulniis.a
Xlib/nepenthes/vulniis.la
Xlib/nepenthes/vulniis.so
Xlib/nepenthes/vulnkuang2.a
Xlib/nepenthes/vulnkuang2.la
Xlib/nepenthes/vulnkuang2.so
Xlib/nepenthes/vulnlsass.a
Xlib/nepenthes/vulnlsass.la
Xlib/nepenthes/vulnlsass.so
Xlib/nepenthes/vulnmsdtc.a
Xlib/nepenthes/vulnmsdtc.la
Xlib/nepenthes/vulnmsdtc.so
Xlib/nepenthes/vulnmsmq.a
Xlib/nepenthes/vulnmsmq.la
Xlib/nepenthes/vulnmsmq.so
Xlib/nepenthes/vulnmssql.a
Xlib/nepenthes/vulnmssql.la
Xlib/nepenthes/vulnmssql.so
Xlib/nepenthes/vulnmydoom.a
Xlib/nepenthes/vulnmydoom.la
Xlib/nepenthes/vulnmydoom.so
Xlib/nepenthes/vulnnetbiosname.a
Xlib/nepenthes/vulnnetbiosname.la
Xlib/nepenthes/vulnnetbiosname.so
Xlib/nepenthes/vulnnetdde.a
Xlib/nepenthes/vulnnetdde.la
Xlib/nepenthes/vulnnetdde.so
Xlib/nepenthes/vulnoptix.a
Xlib/nepenthes/vulnoptix.la
Xlib/nepenthes/vulnoptix.so
Xlib/nepenthes/vulnpnp.a
Xlib/nepenthes/vulnpnp.la
Xlib/nepenthes/vulnpnp.so
Xlib/nepenthes/vulnsasserftpd.a
Xlib/nepenthes/vulnsasserftpd.la
Xlib/nepenthes/vulnsasserftpd.so
Xlib/nepenthes/vulnssh.a
Xlib/nepenthes/vulnssh.la
Xlib/nepenthes/vulnssh.so
Xlib/nepenthes/vulnsub7.a
Xlib/nepenthes/vulnsub7.la
Xlib/nepenthes/vulnsub7.so
Xlib/nepenthes/vulnupnp.a
Xlib/nepenthes/vulnupnp.la
Xlib/nepenthes/vulnupnp.so
Xlib/nepenthes/vulnveritas.a
Xlib/nepenthes/vulnveritas.la
Xlib/nepenthes/vulnveritas.so
Xlib/nepenthes/vulnwins.a
Xlib/nepenthes/vulnwins.la
Xlib/nepenthes/vulnwins.so
Xlib/nepenthes/x1.a
Xlib/nepenthes/x1.la
Xlib/nepenthes/x1.so
Xlib/nepenthes/x2.a
Xlib/nepenthes/x2.la
Xlib/nepenthes/x2.so
Xlib/nepenthes/x3.a
Xlib/nepenthes/x3.la
Xlib/nepenthes/x3.so
Xlib/nepenthes/x4.a
Xlib/nepenthes/x4.la
Xlib/nepenthes/x4.so
Xlib/nepenthes/x5.a
Xlib/nepenthes/x5.la
Xlib/nepenthes/x5.so
Xlib/nepenthes/x6.a
Xlib/nepenthes/x6.la
Xlib/nepenthes/x6.so
Xlib/nepenthes/x8.a
Xlib/nepenthes/x8.la
Xlib/nepenthes/x8.so
X%%DATADIR%%/README
X%%DATADIR%%/README.VFS
X%%DATADIR%%/logo-shaded.svg
X@dirrm etc/nepenthes
X@dirrm lib/nepenthes
X@dirrm %%DATADIR%%
END-of-nepenthes-port-0.1.7/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060430143224.72335.qmail>