While this bring a nice speed improvement over libgcrypt-1.6.5, it
requires newer gcc or clang. Since libgcrypt is a requirement for
tons of ports, using clang here means that you end up building two huge
compilers before building anything useful.
pclmul alone is supported by base gcc and is still used for GCM.
ok ajacoutot@ (maintainer)
Clear user's environment with SETENV and provide MODGO_ENV for adding variables
to environment and MODGO_GOPATH for altering GOPATH.
OK ajacoutot@, jasper@, kspillner@
- raise minimum amount of memory in the ulimit check to 5GB (the no_bootstrap
flavour uses even more, usually crashing the kernel on my 8GB workstation if
I try to build it there)
- don't do anything "smart" when the queue is empty. This mostly triggers
at start, and actually hinders dpb from processing more LISTING efficiently
- lower the threshold for "next" engine computation. Engine cpu usage still
stays within a few percent, but we avoid slumps in the middle, where the
"first" rescan puts the engine out for a while (I should probably look at
a non-linear function).
Kill time_t patch committed upstream and drop maintainership while here.
WARNING: upstream changed back the default service directory to
/service, check the instructions in the README and
share/doc/runit/upgrade.html
Poezio is a console Jabber/XMPP client. Its goal is to use anonymous connections
to simply let the user join MultiUserChats. This way, the user doesn’t have to
create a Jabber account, exactly like people are using IRC. Poezio’s commands
are designed to be (if possible) like commonly used IRC clients (weechat, irssi,
etc).
ok landry@, jca@, sthen@ (who spotted a missed test depend)
Slixmpp is an MIT licensed XMPP library for Python 3.4+. It is a fork of
SleekXMPP.
Slixmpp’s goals is to only rewrite the core of the library (the low level
socket handling, the timers, the events dispatching) in order to remove all
threads.
ok landry@, jca@, sthen@
pycares is a Python module which provides an interface to c-ares. c-ares is a
C library that performs DNS requests and name resolutions asynchronously.
ok landry@, jca@, sthen@