It's unclear it's been properly tested and Brad isn't answering.
Thanks to by naddy@ that confirmed that our arm people (patrick@, kettenis@)
told him that OpenBSD/armv7 enforces strict alignment for now and this chunk in
configure sounds wrong: HAVE_FAST_UNALIGNED.
/usr/obj/ports/packer-1.2.4/go/src/github.com/hashicorp/packer/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-01-01/network/expressroutecircuitpeerings.go:53:159: constant 4294967295 overflows int
Hack around this port so older version is still built on other archs.
It's ugly but there's no "proper" solution to this and we want to catch up on
new releases because that's a graphical library and we need security updates...
discussed with sthen@ naddy@ espie@ jasper@ landry@
ok jasper@
Notable changes:
- Switch to using GitHub
- Drop the patch for the old manpage
- Sync DESCR with the actual manpage
- Use INSTALL_MAN to install the manpage, pointed out by Matthew Martin
As discussed with him, remove Kyle Isom from MAINTAINER (ENOTIME).
OK sthen@
be built with base GCC, so the library and headers were patched. This
worked when the only consumer was the mmdblookup bundled tool. However,
this is causing issues with new consumers.
Instead of patching all consumers, stop modifying the library and header
file, and switch to using COMPILER directives instead, as it builds fine
with base-clang and ports-gcc.
OK jca@
FastNetMon is a very high performance DDoS detector built on top of
multiple packet capture engines: NetFlow, IPFIX, sFLOW.
It could detect malicious traffic in your network and immediately block
it with BGP blackhole or BGP flow spec rules.
It has solid support for all top network vendors and has unlimited
scalability due to flexible design.
tested with pflow(4)
ok aja@
using GMP as backend. This is needed by frama-c because num was removed
from the OCaml compiler distribution.
Marked as BROKEN till the next OCaml upgrade.
OK jca@