From 86f89f0bba6132e61dd363915b79a80ddb3c6e15 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 9 Jul 2017 21:24:24 +0000 Subject: 1.0.2: Features - Python 3.6 is now officially supported in Waitress Bugfixes - Add a work-around for libc issue on Linux not following the documented standards. If getnameinfo() fails because of DNS not being available it should return the IP address instead of the reverse DNS entry, however instead getnameinfo() raises. We catch this, and ask getnameinfo() for the same information again, explicitly asking for IP address instead of reverse DNS hostname. --- www/py-waitress/ALTERNATIVES | 1 + 1 file changed, 1 insertion(+) create mode 100644 www/py-waitress/ALTERNATIVES (limited to 'www/py-waitress/ALTERNATIVES') diff --git a/www/py-waitress/ALTERNATIVES b/www/py-waitress/ALTERNATIVES new file mode 100644 index 00000000000..b8676e9373e --- /dev/null +++ b/www/py-waitress/ALTERNATIVES @@ -0,0 +1 @@ +bin/waitress-serve @PREFIX@/bin/waitress-serve@PYVERSSUFFIX@ -- cgit v1.2.3