it should have been done after loading a tsig keyfile.
drop rpath from that pledge, it used to be needed for charset conversion
with idn names, but this just prints "Cannot represent '%s' in the current
locale" now for !utf8 locales (maybe as a result of dropping the !utf8
ctype files?)
"transmissionrpc-ng is a python module implementing the json-rpc
client protocol for the BitTorrent client Transmission."
Version 0.14.0
From Paco Esteban
OK sthen
Add py-enum34 to TEST_DEPENDS for python2
Move to explicit use of MODPY_PYTEST (setuptools currently will call it,
but test invocation from setuptools is deprecated)
broke when py-dateutil was updated to 2.8.1. upstream is sorting out the issue
but in the meantime we can relax the dependency as this doesn't seem to affect
it adversely as confirmed by sthen@
prompted by pvk@
ok aja@ (MAINTAINER)
The GeoIP/GeoLite databases are now legacy, so this module is not
useful anymore. Nothing in the ports tree uses it since we disabled
the geoip module in AWStats.
OK kn@, jca@
- build & install manual pages;
- provide default HOME= line in rabbitmq-env.conf, allowing rabbitmqctl
to work out-of-the-box, including rcctl check/stop cases.
Fixes:
o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS
management server (dnsserver).
o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol
transition on Samba AD DC.
This update fixes a rare crash if closing FileZilla the very same moment
a connection or transfer requests user attention. Changes/additions:
https://filezilla-project.org/versions.php.
Synced WANTLIB.
due to a dir literally named ${MODPY_PY_PREFIX}curl. But rather than bring it
back (which resulted in some other problem) just rename the directory in
post-install to simplify things in the port.
the port doesn't declare this, lang/python throws an exception.
Patch setup.py to always use setuptools and add MODPY_SETUPTOOLS. This
will fix the intermittent build problems with py-curl we've been having.
ok sthen