Path to this page:
Subject: CVS commit: pkgsrc/www/py-waitress
From: Adam Ciarcinski
Date: 2017-07-09 23:24:24
Message id: 20170709212425.0A604FBFC@cvs.NetBSD.org
Log Message:
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.
Files: