have state and source limiter state cleanup assert on the right lock.
state and source limiters and they pf state links they're wired up
with are protected by the pf lock, not the pf state lock. this is
asserted correctly when setting up source and state limiters, but
i copy and pasted the wrong assert for the cleanup code.
this should fix the spurious "splassert: pf_create_state: want 1 have 0"
messages i get on my firewalls.
import OpenVoxDB
OpenVoxDB is a fork of Open Source PuppetDB.
OpenVoxDB is the fast, scalable, and reliable data warehouse for OpenVox.
It caches data generated by OpenVox, and gives you advanced features at
awesome speed with a powerful API.
lots of valuable feedback and final OK kn@
import ruby-openvoxserver-ca
This gem provides the functionality behind the OpenVox Server CA
interactions. The actual CLI executable lives within the OpenVox Server
project.
feedback and OK kn@
add MODPY_BUILD_DIR, allowing running pybuild steps in a dir other than
WRKSRC, mostly useful when building/installing some python component that
doesn't build (or doesn't build properly) as part of the main build
Update Spleen kernel fonts to version 2.2.0, bringing the following
improvements:
- Fix less-than sign alignment in the 12x24 version
- Fix right curly bracket alignment in the 12x24 version
- Fix right parenthesis alignment in the 32x64 version
update to 2.3
this allows to build the blocks runtime against libdispatch, and with that,
it's possible to finally use GCD.
while there, add test target.
erlang.port.mk: support not published on hex.pm dependency
Notable example is following update of net/ejabberd which uses forgotten
to publish erlydtl from github.
OK: volker@