* AST-2014-012: Fix error with mixed address family ACLs.
* AST-2014-014: Fix race condition where channels may get stuck in
ConfBridge under load.
* AST-2014-017 - app_confbridge: permission escalation/class authorization.
* AST-2014-018 - func_db: DB Dialplan function permission escalation via AMI.
...
2014-012 doesn't really affect OpenBSD; Asterisk generally only allows
a single bind address so can't really do multi AF on OpenBSD where
v4-mapped-in-v6 is disabled.
2014-017 is a priv escalation via AMI; ConfbridgeStartRecord didn't require
system privs, but allowed arbitrary system commands to be executed.