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

Port details
barnyard2 1.12 security on this many watch lists=3 search for ports that depend on this port
Interpreter for Snort unified2 binary output files
Maintained by: pauls@utdallas.edu search for ports maintained by this maintainer
Port Added: 09 Sep 2009 01:43:05
License: GPLv2


Barnyard is a critical tool for the parsing of Snort's unified binary files,
processing and on-forwarding to a variety of output plugins. Unfortunately
it has not seen an updated in over 4 years and is not going to be maintained
by the original developers. With the new version of the unified format
(ie. unified2) arriving we need something to bridge this gap.

The SXL team love barnyard. So much so that we want it to stay and have been
tinkering around with the code to give it a breath of new life. Here is what
we have achieved to far for this reinvigorated code base:

    * Parsing of the new unified2 log files.
    * Maintaining majority of the command syntax of barnyard.
    * Addressed all associated bug reports and feature requests arising since
		barnyard-0.2.0.
    * Completely rewritten code based on the GPLv2 Snort making it entirely
		GPLv2.

This is an effort to fuse the awesome work of Snort and the original concept
of barnyard giving it a fresh update along the way. We've come a long way so
far and have a very stable build that we've integrated into our NSMnow
framework.  If you have any feature requests, bugs or gripes then send them
our way.

WWW: http://www.securixlive.com/barnyard2/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. security/barnyard2-sguil

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

Required To Build:
  1. devel/automake
  2. devel/autoconf
  3. devel/libtool

This port is required by:

for Run

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


Configuration Options
===> The following configuration options are available for barnyard2-1.12:
     64BIT=off: Enable 64bit compilation (experimental)
     ARUBA=off: Enable aruba support
     BRO=off: Enable bro support (libbroccoli)
     GRE=off: Enable gre support
     IPV6=on: IPv6 protocol support
     MPLS=off: MPLS support
     MYSQL=off: MySQL database support
     MYSQL_SSL=off: Enable mysql ssl support (experimental)
     ODBC=off: ODBC backend
     PRELUDE=off: Enable prelude support
     PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cloud.github.com/downloads/firnsy/barnyard2/
  3. http://nodeload.github.com/firnsy/barnyard2/legacy.tar.gz/v2-1.12?dummy=/
  4. https://nodeload.github.com/firnsy/barnyard2/legacy.tar.gz/v2-1.12?dummy=/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 May 2013 17:38:02
Original commit files touched by this commit  1.12
lme search for other commits by this committer
Fix rc script.

PR:		ports/178488
Submitted by:	maintainer
15 Feb 2013 19:25:13
Original commit files touched by this commit  1.12
jgh search for other commits by this committer
- update to 1.12
- where here drop default GH_PROJECT variable assignment

PR:		176176
Submitted by:	maintainer, pauls@utdallas.edu
14 Feb 2013 23:03:04
Original commit files touched by this commit  1.11
jgh search for other commits by this committer
- update PGSQL option, as only version 9.2 has the correct libraries to build
- rename option MYSQL-SSL -> MYSQL_SSL
- fix incorrectly defined option of OPTIONS_DEFAULT within MYSQL_SSL
- use ${CP} in favor of cp

PR:		176124
Submitted by:	maintainer, pauls@utdallas.edu
11 Feb 2013 14:30:34
Original commit files touched by this commit  1.11
skreuzer search for other commits by this committer
Update GH_TAGNAME to make the distfile fetchable
again

PR:		ports/175836
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
03 Dec 2012 21:07:36
Original commit files touched by this commit  1.11
rm search for other commits by this committer
- revert PORTDOCS change from r308105 - it made this port not DOCS-safe

Reported by:	sunpoet
Feature safe:	yes
02 Dec 2012 12:56:59
Original commit files touched by this commit  1.11
rm search for other commits by this committer
- update to 1.11
- add new port options

PR:		174024
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Feature safe:	yes
12 Oct 2012 11:10:30
Original commit files touched by this commit  1.10
jhale search for other commits by this committer
- Update to 1.10
- Convert to new options framework
- Allow for any available version of TCL to be used
- Add LICENSE
- Remove indefinite article from COMMENT, update
- Mark MAKE_JOBS_SAFE
- Trim Makefile header

PR:		ports/172456
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:	makc (mentor)
Feature safe:	yes
05 Aug 2012 23:19:40
Original commit files touched by this commit  1.9_2
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.9_2
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
06 Jan 2012 21:53:32
Original commit files touched by this commit  1.9_2
scheidell search for other commits by this committer
- Selectivly adds mysql/and/or postgresql to rc script 'REQUIRES:'

PR:             ports/163825
Submitted by:   scheidell
Approved by:    pauls@utdallas.edu (maintainer), gabor (mentor, implicit)
12 Oct 2011 00:48:13
Original commit files touched by this commit  1.9_2
gabor search for other commits by this committer
- Fix support of status and restart for multi-config rc script

PR:             ports/161168
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Approved by:    Paul Schmehl <pauls@utdallas.edu> (maintainer)
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.9_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Aug 2011 13:02:39
Original commit files touched by this commit  1.9_2
zi search for other commits by this committer
Add support for running multiple instances
Adjust whitespace in Makefile

PR:             ports/159892
Submitted by:   Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:    tabthorpe (mentor)
15 May 2011 17:09:38
Original commit files touched by this commit  1.9_2
ohauer search for other commits by this committer
- add patch to barnyard2 to allow build with postgresql and tcl
  (reported and fixed upstream)
- display option TCL only for Master port, it makes no sense if
  the slave can de-select a required option
- remove broken barnyard-sguil (master port was removed 2011-04-04)
- add new port barnyard2-sguil [1]
- add entry to MOVED

PR:             ports/156188 [1]
Submitted by:   me
Approved by:    maintainer timeout
14 May 2011 19:09:58
Original commit files touched by this commit  1.9_2
ohauer search for other commits by this committer
- add OPTION tcl (default off) to allow sguil* ports build against barnyard2

PR:             ports/156341
Submitted by:   Brandon <m37a11 _at_ gmail.com>
Approved by:    maintainer timeout
04 Apr 2011 21:28:15
Original commit files touched by this commit  1.9_2
ohauer search for other commits by this committer
 - make snort and suricata optional
 - bump portrevision

PR:             ports/156172
Submitted by:   Nikolay Denev <ndenev _at_ gmail.com>
Approved by:    Paul Schmehl <pauls _at_ utdallas.edu> (maintainer)
19 Mar 2011 13:15:34
Original commit files touched by this commit  1.9_1
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
31 Jan 2011 01:17:36
Original commit files touched by this commit  1.9
ohauer search for other commits by this committer
- update barnyard2 to version 2.1.9

Changes:
 2010-12-27 - Barnyard 2.1.9
   [*] Additions
      * spo_database. Support of encrypted connections to postgresql is now
        available. See README.database for the appropriate options.

      * spo_sguil. Fixed issue with duplication of alerts.

   [*] Improvements

      * spooler. Fixed issue with borking when reading unrecognised records.
        There is now sufficient information to skip and move on.

      * spooler. Fixed early termination of non-readable files, causing the
        dreaded SEGFAULT.

      * classifications. Tweaked output for classification identification if the
        appropriate node can't be found.

PR:             ports/154400
Submitted by:   Paul Schmehl <pauls _at_ utdallas.edu> (maintainer)
Feature safe:   yes
05 Jul 2010 20:20:35
Original commit files touched by this commit  1.8
sahil search for other commits by this committer
- Update to 1.8
- Do not overwrite pre-existing conf file
- Replace '/etc' with '${LOCALBASE}/etc' in sample conf

PR:             ports/148240
Submitted by:   Paul Schmehl <pauls@utdallas.edu> (maintainer)
Approved by:    wxs@ (mentor)
Feature safe:   yes
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.7
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
17 Jan 2010 19:55:01
Original commit files touched by this commit  1.7
sylvio search for other commits by this committer
- Fix of a previously pointyhat.

Approved by:    itetcu (mentor)
17 Jan 2010 13:55:14
Original commit files touched by this commit  1.7
sylvio search for other commits by this committer
- Update to 1.7

PR:             ports/140393
Submitted by:   maintainer (Paul Schmehl <pauls@utdallas.edu>)
Approved by:    itetcu (mentor)
04 Nov 2009 07:42:59
Original commit files touched by this commit  1.6
miwi search for other commits by this committer
- Update to pkg-message

PR:             139880
Submitted by:   maintainer
09 Sep 2009 01:42:44
Original commit files touched by this commit  1.6
amdmi3 search for other commits by this committer
Barnyard is a critical tool for the parsing of Snort's unified binary files,
processing and on-forwarding to a variety of output plugins. Unfortunately
it has not seen an updated in over 4 years and is not going to be maintained
by the original developers. With the new version of the unified format
(ie. unified2) arriving we need something to bridge this gap.

The SXL team love barnyard. So much so that we want it to stay and have been
tinkering around with the code to give it a breath of new life. Here is what
we have achieved to far for this reinvigorated code base:

    * Parsing of the new unified2 log files.
    * Maintaining majority of the command syntax of barnyard.
    * Addressed all associated bug reports and feature requests arising since
                barnyard-0.2.0.
    * Completely rewritten code based on the GPLv2 Snort making it entirely
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 24

284d
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 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 24516
Broken 217
Deprecated 472
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days22
new fortnight74
new month205

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