- remove patches for regress tests and the TLSv1.0 only issue, merged
upstream
- libuuid use can now be prevented with CONFIGURE_ARGS
- add a CONFIGURE_ENV hack to avoid depending on python3 at build time
(spotted by dcoppa@)
The Web ARChive code doesn't use uuid functions from libc (yet).
ok dcoppa@
interface for HTTP specific Net::IMP plugins
The Net::IMP::HTTP modules make it easier to write HTTP specific
IMP plugins. We distinguish between HTTP connection specific plugins
and HTTP request specific plugins.
OK nigel@
CVE-2014-8500), assertion DoS (recursive only, only with prefetch enabled,
CVE-2014-3214), assertion DoS (EDNS option processing, CVE-2014-3859) and
fixes to GeoIP (CVE-2014-8680 and another unclassified).
https://kb.isc.org/article/AA-01223/81/BIND-9.10.1-P1-Release-Notes.html
Add a local patch to increase the default query limit, during testing it
appears that the standard defaults can be easily falsely triggered during
priming at startup.
liboping was inspired by ping, libping and fping: It differs from these
existing solutions in that it can "ping" multiple hosts in parallel
using IPv4 or IPv6 transparently. Other design principles were an object
oriented interface, simplicity and extensibility.
On top of liboping two command line applications have been built.
"oping" is a drop-in replacement for ping(1) with very similar output.
"noping" is an ncurses-based application which displays statistics while
pinging and highlights aberrant round-trip times.
ok/tweaks sthen@
but leave the formatting to pkg_create(1) if needed. In the special
cases where they do need to call mandoc (for example, like in this
case, to include a formatted manual into a binary program) they
should pass the -Tascii option to avoid depending on the user's
locale, since mandoc -Tlocale will soon be the default.
In this case, it isn't strictly needed because the upstream Makefile
uses "env LC_ALL=C" when calling groff/mandoc. But let's avoid the
fragility of depending on that, and let's avoid setting a bad example.
No package change, no bump.
ok naddy@ (MAINTAINER)
This standalone script allows you to migrate the basic Icinga 1.x object
configuration into native Icinga 2 configuration objects. This project
will be merged into the upstream CLI once there is a stable release.
Meanwhile it acts as standalone helper tool for migrating to Icinga 2.
You are highly advised to read the Icinga 2 Migration documentation
and understand the new dynamic configuration syntax. Check the manual
migration hints in the documentation (http://docs.icinga.org/icinga2/latest/).
While here enable compression module since we enforce dependency on
luazlib. We dont enable libevent use by default since it seems broken
(reported as https://code.google.com/p/lxmppd/issues/detail?id=452)
ok MAINTAINER jasper@