All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
idna uses unicode_compat_util, and downloads it from the net and
builds it. This wasn't installed, and thus any attempt to use idna
failed at runtime, breaking s2s in ejabberd with earlier erlang-xmpp,
and probably breaking everything with current erlang-xmpp.
The idna library has removed this library, but doesn't have a release
yet. So this problem should go away soonish. For now, accept the ick
to (very likely) unbreak ejabberd.
(This commit does not increase the use of the net during the build; it
merely uses the build products that already happened.)
pkgsrc changes:
---------------
* The default cache directory of rebar3 is ~/.cache/rebar3 which can be
not writable. Now set it to ${WRKDIR}/rebar
* Bump revision