[Bro-Dev] [Auto] Merge Status

2013-09-21 Thread Merge Tracker

Open Merge Requests
===

IDComponentReporterAssigneeUpdated For Version
PrioritySummary
  ---  --  --  --  -  
--  --
BIT-1083 [1]  Bro  srunnels-   2013-09-20  -  
Low Update scripting documentation


Open Fastpath Commits
==

Commit   Component Author DateSummary
---    -  --  
---
f3a0dd7 [2]  capstats  Daniel Thayer  2013-09-20  Correct a few errors in 
the README
5d9af31 [3]  pysubnettree  Daniel Thayer  2013-09-20  Fix an error in README 
and improve the examples


Open GitHub Pull Requests
=

IssueComponentUserUpdated Title
---  ---  --  --  
--
#3 [4]   bro  smiledawgg [5]  2013-09-16  new function in util: 
get_hexdump(unsigned char*, int) [6]
#1 [7]   broccoli dcode [8]   2013-08-12  Updated specfile. Works under 
mock for EL6 [9]


[1]  BIT-1083
https://bro-tracker.atlassian.net/browse/BIT-1083
[2]  f3a0dd7 
https://github.com/bro/capstats/commit/f3a0dd7ce485ac4608f5707c430b8c6ff8954aac
[3]  5d9af31 
https://github.com/bro/pysubnettree/commit/5d9af318db7905d106c4d7ba658d5599eb582dc8
[4]  Pull Request #3 https://github.com/bro/bro/pull/3
[5]  smiledawgg  https://github.com/smiledawgg
[6]  Merge Pull Request #3 with  git pull https://github.com/smiledawgg/bro.git 
master
[7]  Pull Request #1 https://github.com/bro/broccoli/pull/1
[8]  dcode   https://github.com/dcode
[9]  Merge Pull Request #1 with  git pull https://github.com/dcode/broccoli.git 
master

___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


Re: [Bro-Dev] bro 2.1 vs clang

2013-09-21 Thread Robin Sommer

On Fri, Sep 20, 2013 at 22:11 -0700, you wrote:

 /home/ports/security/bro/work/bro-2.1/src/Expr.cc:2392:9: error:
 reference to 'is_assignable' is ambiguous

clang will be happy if you change it to this:

+   if ( ! ::is_assignable(op-Type()) )

I've actually fixed that in a branch, thanks for reminding me to merge
it in for 2.2. :-)

Robin

-- 
Robin Sommer * Phone +1 (510) 722-6541 * ro...@icir.org
ICSI/LBNL* Fax   +1 (510) 666-2956 * www.icir.org/robin
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev