ports/113919: [MAINTAINER UPDATE]: Update net/honeyd
Wesley Shields
wxs at atarininja.org
Thu Jun 21 17:20:04 UTC 2007
>Number: 113919
>Category: ports
>Synopsis: [MAINTAINER UPDATE]: Update net/honeyd
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 21 17:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Wesley Shields
>Release: FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root at syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64
>Description:
net/honeyd has a new version. The attached patch updates the port and
removes the check for 4.x while I'm at it. This also drops the dnsres
dependency since the port doesn't need it anymore.
>How-To-Repeat:
N/A
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile 6 Apr 2007 18:28:44 -0000 1.28
+++ Makefile 21 Jun 2007 17:14:39 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= honeyd
-PORTVERSION= 1.5b
-PORTREVISION= 2
+PORTVERSION= 1.5c
CATEGORIES= net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \
http://niels.xtdnet.nl/honeyd/
@@ -16,8 +15,7 @@
COMMENT= Simulate virtual network hosts (honeypots)
LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \
- dnet.1:${PORTSDIR}/net/libdnet \
- dnsres.0:${PORTSDIR}/devel/libdnsres
+ dnet.1:${PORTSDIR}/net/libdnet
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
USE_LDCONFIG= yes
@@ -25,7 +23,7 @@
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
--with-libevent=${LOCALBASE} \
- --with-libdnsres=${LOCALBASE}
+ --mandir=${PREFIX}/man
.if defined(WITH_PYTHON)
USE_PYTHON= 2.4
@@ -39,10 +37,6 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= edit.6:${PORTSDIR}/devel/libedit
-.endif
-
.if !defined(WITH_PYTHON)
pre-everything::
@${ECHO_MSG} "===>"
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo 22 Nov 2006 20:30:25 -0000 1.15
+++ distinfo 21 Jun 2007 17:14:39 -0000
@@ -1,3 +1,3 @@
-MD5 (honeyd-1.5b.tar.gz) = fe571133c9b65c5e1dca57515122ab62
-SHA256 (honeyd-1.5b.tar.gz) = 2f00ebdac4c47b157b076e255bd757a6ef7b7f043cc499493d1c0f9e458527a5
-SIZE (honeyd-1.5b.tar.gz) = 881787
+MD5 (honeyd-1.5c.tar.gz) = 9887b44333e380a2205f64fa245cb727
+SHA256 (honeyd-1.5c.tar.gz) = 3186d542085b7b4b67d168ee0eb872c2c46dd3e98846a775c9f196e94c80916d
+SIZE (honeyd-1.5c.tar.gz) = 915465
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/honeyd/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist 29 Apr 2006 12:33:12 -0000 1.7
+++ pkg-plist 21 Jun 2007 17:14:39 -0000
@@ -1,6 +1,7 @@
bin/honeyd
bin/honeydctl
bin/honeydstats
+bin/hsniff
include/honeyd/debug.h
include/honeyd/hooks.h
include/honeyd/plugins.h
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list