ports/105591: Maintainer update: security/silktools 0.8.2 -> 0.10.3

David Thiel lx at redundancy.redundancy.org
Thu Nov 16 02:40:02 UTC 2006


>Number:         105591
>Category:       ports
>Synopsis:       Maintainer update: security/silktools 0.8.2 -> 0.10.3
>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 Nov 16 02:40:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #5: Fri Sep 29 12:42:43 PDT 2006 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Updating silktools to 0.10.3, which contains many updates, including a 
fix for a potential flow record corruption issue. Please see:

http://silktools.sourceforge.net/silk_releasenote.html

>How-To-Repeat:
>Fix:

diff -ruN silktools.old/Makefile silktools/Makefile
--- silktools.old/Makefile	Wed Nov 15 17:02:26 2006
+++ silktools/Makefile	Wed Nov 15 18:31:06 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	silktools
-PORTVERSION=	0.8.2
+PORTVERSION=	0.10.3
 CATEGORIES=	security net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,6 +17,26 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 MAKE_ARGS=	CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
-ALL_TARGET=	release
+USE_LDCONFIG=	yes
+
+MAN1=	rwip2cc.1 rwpmapbuild.1 mapsid.1 num2dot.1 rwaddrcount.1 rwappend.1 \
+	rwbag.1 rwbagbuild.1 rwbagcat.1 rwbagtool.1 rwcat.1 rwcount.1 \
+	rwcut.1 rwfileinfo.1 rwfilter.1 rwfglob.1 rwgroup.1 rwmatch.1 \
+	rwnetmask.1 rwrandomizeip.1 rwset.1 rwsetbuild.1 rwsetcat.1 rwsort.1 \
+	rwsetintersect.1 rwsetunion.1 rwstats.1 rwswapbytes.1 rwtotal.1 \
+	rwtuc.1 rwuniq.1 rwptoflow.1 rwpmatch.1 rwpdedupe.1 rwpcut.1
+
+MAN3=	libaddrtype.3 libccfilter.3 libpmapfilter.3
+
+MAN5=	sensorconf.5
+
+MAN8=	rwflowpack.8 flowcap.8
+
+LIB_DEPENDS=	lzo:${PORTSDIR}/archivers/lzo
+CONFIGURE_ARGS=	--with-lzo=${LOCALBASE}
+
+post-install:
+	@${MV} ${PREFIX}/share/silk/rwfpd.conf ${PREFIX}/share/silk/rwfpd.conf.sample
+	@${MV} ${PREFIX}/share/silk/flowcap.conf ${PREFIX}/share/silk/flowcap.conf.sample
 
 .include <bsd.port.mk>
diff -ruN silktools.old/distinfo silktools/distinfo
--- silktools.old/distinfo	Wed Nov 15 17:02:26 2006
+++ silktools/distinfo	Wed Nov 15 17:03:03 2006
@@ -1,3 +1,3 @@
-MD5 (silktools-0.8.2.tar.gz) = 2de3ff09eef509d7305c015256b27c94
-SHA256 (silktools-0.8.2.tar.gz) = 02dbbc2577740ad8383d493da1f98ea501d4457830761c50bcc0a4418d62509b
-SIZE (silktools-0.8.2.tar.gz) = 668647
+MD5 (silktools-0.10.3.tar.gz) = 6c00a89e4be16f9cea6cd1a376c8938e
+SHA256 (silktools-0.10.3.tar.gz) = 9a53c7acdb3cda500f47a5c26f0d2fae059bfa0253b38a12e4948c282ff016fd
+SIZE (silktools-0.10.3.tar.gz) = 1037403
diff -ruN silktools.old/files/patch-src_rw_rwpmatch_rwpdedupe.c silktools/files/patch-src_rw_rwpmatch_rwpdedupe.c
--- silktools.old/files/patch-src_rw_rwpmatch_rwpdedupe.c	Wed Nov 15 17:02:26 2006
+++ silktools/files/patch-src_rw_rwpmatch_rwpdedupe.c	Wed Dec 31 16:00:00 1969
@@ -1,38 +0,0 @@
---- src/rw/rwpmatch/rwpdedupe.c.orig	Sun Mar 19 23:57:23 2006
-+++ src/rw/rwpmatch/rwpdedupe.c	Sun Mar 19 23:57:45 2006
-@@ -782,13 +782,14 @@
-     input_t *buffers,
-     int index )
- {
-+    pcap_pkt_t *pkt;
-+    sk_link_err_t rv;
-+    sk_link_item_t *node;
-+
-     assert( buffers != NULL );
-     assert( index >= 0 );
-     assert( index < g_input_count );
-  
--    pcap_pkt_t *pkt;
--    sk_link_err_t rv;
--    sk_link_item_t *node;
-     rv = skLinkGetHead( &node, buffers[index].head );
-     if ( rv != SKLINK_OK ) {
-         return NULL;
-@@ -808,13 +809,14 @@
-     input_t *buffers,
-     int index )
- {
-+    pcap_pkt_t *pkt;
-+    sk_link_err_t rv;
-+    sk_link_item_t *node;
-+
-     assert( buffers != NULL );
-     assert( index >= 0 );
-     assert( index < g_input_count );
-     
--    pcap_pkt_t *pkt;
--    sk_link_err_t rv;
--    sk_link_item_t *node;
-     rv = skLinkGetTail( &node, buffers[index].head );
-     if ( rv != SKLINK_OK ) {
-         return NULL;
diff -ruN silktools.old/pkg-plist silktools/pkg-plist
--- silktools.old/pkg-plist	Wed Nov 15 17:02:26 2006
+++ silktools/pkg-plist	Wed Nov 15 18:30:37 2006
@@ -4,6 +4,7 @@
 bin/num2dot
 bin/readset
 bin/rwaddrcount
+bin/rwallformats
 bin/rwappend
 bin/rwbag
 bin/rwbagbuild
@@ -18,6 +19,8 @@
 bin/rwflowpack
 bin/rwfpd
 bin/rwgroup
+bin/rwip2cc
+bin/rwpmapbuild
 bin/rwmatch
 bin/rwnetmask
 bin/rwpcut
@@ -27,14 +30,28 @@
 bin/rwrandomizeip
 bin/rwrtd2split
 bin/rwset
+bin/rwsetcat
+bin/rwsetintersect
+bin/rwsetbuild
+bin/rwsetunion
 bin/rwset-union
 bin/rwsort
 bin/rwstats
 bin/rwswapbytes
 bin/rwtotal
+bin/rwtuc
 bin/rwuniq
 bin/setintersect
-lib/libccfilter_new.so
+bin/flowcap
+bin/rwflowcapd
+lib/libaddrtype.so
+lib/libccfilter.so
 lib/libipfilter.so
+lib/libipport.so
+lib/libpmapfilter.so
+lib/librwp2f_minbytes.so
 lib/librwslammer.so
 lib/librwsynackfin.so
+share/silk/rwfpd.conf.sample
+share/silk/flowcap.conf.sample
+ at dirrmtry share/silk
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list