a328 FreshPorts -- security/silktools
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
silktools 2.5.0 security on this many watch lists=3 search for ports that depend on this port
Tools for large-scale network capture analysis
Maintained by: lx@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Mar 2006 23:13:08
Also Listed In: net
License: not specified in port


SiLK, the System for Internet-Level Knowledge, is a collection of
netflow tools developed by the CERT/NetSA (Network Situational
Awareness) Team to facilitate security analysis in large networks.

SiLK consists of a suite of tools which collect and examine netflow
data, allowing analysts to rapidly query large sets of data. 

WWW: http://tools.netsa.cert.org/silk/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. devel/gmake
  3. lang/perl5.14
Required To Run:
  1. lang/python27
Required Libraries:
  1. archivers/lzo2
  2. net/libfixbuf
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/silktools/ && make install clean
To add the package: pkg_add -r silktools


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://redundancy.redundancy.org/mirror/
  3. http://tools.netsa.cert.org/releases/

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 May 2013 19:43:10
Original commit files touched by this commit  2.5.0
lx search for other commits by this committer
Update silktools to 2.5.0.
06 Apr 2013 12:50:12
Original commit files touched by this commit  2.4.5
wg search for other commits by this committer
- Fix pkg-plist
- While I'm here trim Makefile header

Reported by:	pointyhat
Approved by:	portmgr (tabthorpe), jpaetzel (mentor)
19 Feb 2012 07:02:58
Original commit files touched by this commit  2.4.5
rm search for other commits by this committer
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
05 Jun 2011 18:40:42
Original commit files touched by this commit  2.4.5
lx search for other commits by this committer
Update to 2.4.5, change lzo dependency to lzo2.

PR:             ports/156954
Submitted by:   Matthias Andree <mandree@FreeBSD.org>
28 Sep 2010 18:11:54
Original commit files touched by this commit  2.3.1_1
lx search for other commits by this committer
Add missing header file.

Submitted by:   QAT
28 Sep 2010 18:07:18
Original commit files touched by this commit  2.3.1_1
osa search for other commits by this committer
Fix pkg-plist. (*)
Cleanup Makefile, keep pkg-plist entries are sorted.

Bump PORTREVISION.

Reported by:    QAT (*)
Pointy hat to:  lx (maintainer)
28 Sep 2010 17:08:41
Original commit files touched by this commit  2.3.1
lx search for other commits by this committer
Add missing man pages and pkg-plist entries.
28 Sep 2010 00:28:02
Original commit files touched by this commit  2.3.1
lx search for other commits by this committer
Update to 2.3.1.
01 Apr 2010 00:47:44
Original commit files touched by this commit  2.2.0
lx search for other commits by this committer
Add the actual python module directory.
01 Apr 2010 00:24:08
Original commit files touched by this commit  2.2.0
lx search for other commits by this committer
Make the python and libfixbuf dependencies mandatory -- they're pretty
ingrained in the product now.
23 Mar 2010 21:56:03
Original commit files touched by this commit  2.2.0
lx search for other commits by this committer
Update to 2.2.0.
30 Jun 2009 05:29:21
Original commit files touched by this commit  1.1.9
lx search for other commits by this committer
Fix build when not using IPFIX.
30 Jun 2009 05:19:33
Original commit files touched by this commit  1.1.9
lx search for other commits by this committer
Update to 1.1.9.

PR:             ports/136119
Submitted by:   dikshie
Reviewed by:    me (maintainer)
02 Jan 2009 00:57:34
Original commit files touched by this commit  1.1.3
lx search for other commits by this committer
Update to 1.1.3.
22 Oct 2008 21:52:21
Original commit files touched by this commit  1.1.2
lx search for other commits by this committer
Update to 1.1.2, a bugfix release.
10 Aug 2008 23:17:56
Original commit files touched by this commit  1.1.1
lx search for other commits by this committer
Update to 1.1.1, primarily a bugfix release.
27 Jul 2008 17:59:09
Original commit files touched by this commit  1.1.0
lx search for other commits by this committer
Comment plist properly if IPFIX is not used.

Submitted by:   QA Tindy
26 Jul 2008 20:56:33
Original commit files touched by this commit  1.1.0
lx search for other commits by this committer
Update to 1.1.0. Many changes since the last release!
See changelog: at http://tools.netsa.cert.org/silk/silk_releasenote.html
02 Feb 2008 00:40:19
Original commit files touched by this commit  0.11.9
lx search for other commits by this committer
Update to 0.11.9.
13 Nov 2007 00:40:27
Original commit files touched by this commit  0.11.7
pav search for other commits by this committer
- Attempt to fix plist on 7.0

Reported by:    pointyhat
Approved by:    portmgr (hat)
09 Oct 2007 18:48:35
Original commit files touched by this commit  0.11.7
lx search for other commits by this committer
Update to 0.11.7.
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.11.2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
23 Jun 2007 17:56:38
Original commit files touched by this commit  0.11.2
lx search for other commits by this committer
Use MANPREFIX instead of PREFIX.
23 Jun 2007 04:01:28
Original commit files touched by this commit  0.11.2
lx search for other commits by this committer
Upgrade to 0.11.2 and fix man pages installing to obnoxious locations.
14 Jun 2007 01:21:40
Original commit files touched by this commit  0.11.1
lx search for other commits by this committer
Fix a case where port build detected (a broken) liblzo install but
configure did not, silently disabling flowcap packing tools. configure
should now fail properly in this case, and plist expects the flowcap
tools.

Submitted by:   kris
12 Jun 2007 05:52:57
Original commit files touched by this commit  0.11.1
lx search for other commits by this committer
Updating to 0.11.1, and changing to new master site. Changelog can
be found at:

http://tools.netsa.cert.org/silk/silk_releasenote.html
22 Apr 2007 01:14:26
Original commit files touched by this commit  0.10.5
lx search for other commits by this committer
Remove BROKEN on 4.x (due to EOL).

PR:             ports/111827
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Reviewed by:    lx
Approved by:    edwin (mentor)
28 Dec 2006 08:44:49
Original commit files touched by this commit  0.10.5
lx search for other commits by this committer
Updating to 0.10.5.

Approved by:    edwin (mentor)
17 Nov 2006 08:42:13
Original commit files touched by this commit  0.10.3
miwi search for other commits by this committer
- Update to 0.10.3

PR:             ports/105591
Submitted by:   David Thiel <lx@redundancy.redundancy.org> (maintainer)
19 Mar 2006 23:11:14
Original commit files touched by this commit  0.8.2
jylefort search for other commits by this committer
Add silktools.

SiLK, the System for Internet-Level Knowledge, is a collection of
netflow tools developed by the CERT/NetSA (Network Situational
Awareness) Team to facilitate security analysis in large networks.

SiLK consists of a suite of tools which collect and examine netflow
data, allowing analysts to rapidly query large sets of data.

WWW: http://silktools.sourceforge.net

PR:             ports/94623
Submitted by:   David Thiel <lx@redundancy.redundancy.org>

Number of commits found: 30

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight84
new month172

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0