mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Updating to 0.10.5.
Approved by: edwin (mentor)
This commit is contained in:
parent
f8c78230f8
commit
885001dbf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180899
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= silktools
|
||||
PORTVERSION= 0.10.3
|
||||
PORTVERSION= 0.10.5
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= lx@redundancy.redundancy.org
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= Tools for large-scale network capture analysis
|
||||
|
||||
LIB_DEPENDS= lzo:${PORTSDIR}/archivers/lzo
|
||||
@ -28,11 +28,12 @@ MAN1= rwip2cc.1 rwpmapbuild.1 mapsid.1 num2dot.1 rwaddrcount.1 rwappend.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
|
||||
rwtuc.1 rwuniq.1 rwptoflow.1 rwpmatch.1 rwpdedupe.1 rwpcut.1 \
|
||||
rwp2yaf2silk.1
|
||||
|
||||
MAN3= libaddrtype.3 libccfilter.3 libpmapfilter.3
|
||||
|
||||
MAN5= sensorconf.5
|
||||
MAN5= sensor.conf.5
|
||||
|
||||
MAN8= rwflowpack.8 flowcap.8
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (silktools-0.10.3.tar.gz) = 6c00a89e4be16f9cea6cd1a376c8938e
|
||||
SHA256 (silktools-0.10.3.tar.gz) = 9a53c7acdb3cda500f47a5c26f0d2fae059bfa0253b38a12e4948c282ff016fd
|
||||
SIZE (silktools-0.10.3.tar.gz) = 1037403
|
||||
MD5 (silktools-0.10.5.tar.gz) = 572027aa913ee4c83a019098ceda4224
|
||||
SHA256 (silktools-0.10.5.tar.gz) = 4d0a6016314251b4d2900da277188d6fdf454b9d8bbeb034a608cc5af1670dd2
|
||||
SIZE (silktools-0.10.5.tar.gz) = 1071487
|
||||
|
@ -4,7 +4,6 @@ bin/mapsid
|
||||
bin/num2dot
|
||||
bin/readset
|
||||
bin/rwaddrcount
|
||||
bin/rwallformats
|
||||
bin/rwappend
|
||||
bin/rwbag
|
||||
bin/rwbagbuild
|
||||
@ -13,14 +12,24 @@ bin/rwbagtool
|
||||
bin/rwcat
|
||||
bin/rwcount
|
||||
bin/rwcut
|
||||
bin/rwip2cc
|
||||
bin/rwpmapbuild
|
||||
bin/rwallformats
|
||||
bin/rwresolve
|
||||
bin/rwsetbuild
|
||||
bin/rwsetcat
|
||||
bin/rwsetintersect
|
||||
bin/rwsetunion
|
||||
bin/rwtuc
|
||||
bin/rwp2yaf2silk
|
||||
bin/flowcap
|
||||
bin/rwflowcapd
|
||||
bin/rwfglob
|
||||
bin/rwfileinfo
|
||||
bin/rwfilter
|
||||
bin/rwflowpack
|
||||
bin/rwfpd
|
||||
bin/rwgroup
|
||||
bin/rwip2cc
|
||||
bin/rwpmapbuild
|
||||
bin/rwmatch
|
||||
bin/rwnetmask
|
||||
bin/rwpcut
|
||||
@ -30,28 +39,21 @@ bin/rwptoflow
|
||||
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
|
||||
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
|
||||
lib/libaddrtype.so
|
||||
lib/libpmapfilter.so
|
||||
lib/libipport.so
|
||||
lib/librwp2f_minbytes.so
|
||||
share/silk/rwfpd.conf.sample
|
||||
share/silk/flowcap.conf.sample
|
||||
@dirrmtry share/silk
|
||||
|
Loading…
Reference in New Issue
Block a user