Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Add curl to list of optional dependencies
  Update test and baseline for a recent doc test fix
This commit is contained in:
Robin Sommer 2013-10-25 15:48:15 -07:00
commit fbdbe6d35b
5 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,12 @@
2.2-beta-161 | 2013-10-25 15:48:15 -0700
* Add curl to list of optional dependencies. It's used by the
active-http.bro script. (Daniel Thayer)
* Update test and baseline for a recent doc test fix. (Daniel
Thayer)
2.2-beta-158 | 2013-10-25 15:05:08 -0700
* Updating README with download/git information. (Robin Sommer)

View file

@ -1 +1 @@
2.2-beta-158
2.2-beta-161

View file

@ -98,6 +98,7 @@ build time:
* LibGeoIP (for geo-locating IP addresses)
* sendmail (enables Bro and BroControl to send mail)
* gawk (enables all features of bro-cut)
* curl (used by a Bro script that implements active HTTP)
* gperftools (tcmalloc is used to improve memory and CPU usage)
* ipsumdump (for trace-summary; http://www.cs.ucla.edu/~kohler/ipsumdump)
* Ruby executable, library, and headers (for Broccoli Ruby bindings)

View file

@ -1,9 +1,8 @@
# @TEST-EXEC: cat %INPUT >output && btest-diff output
connection_record_02.bro
connection_record_01.bro
@load base/protocols/conn
@load base/protocols/dns
event connection_state_remove(c: connection)
{

View file

@ -1,9 +1,8 @@
# @TEST-EXEC: cat %INPUT >output && btest-diff output
connection_record_02.bro
connection_record_01.bro
@load base/protocols/conn
@load base/protocols/dns
event connection_state_remove(c: connection)
{