pkgsrc/net/py-netlib/Makefile
wiz 6dba6403c9 Update to 0.11.2, provided by Leonardo Taccari in PR 49729:
Changes:
0.11.2
------
 * TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2.

0.11.1
------
 * Fixes traceback in connection finish.

0.11
----
 * Refactor TCP close.
 * certstore: add support for cert chains
 * certstore: add support for asterisk form to DNTree replacement
 * Change the criticality of a number of X509 extentions, to match the RFCs and
   real-world CAs/certs.
 * Much more sophisticated certificate store:
   - Handle wildcard lookup
   - Handle lookup of SANs
   - Provide hooks for registering override certs and keys for specific
     domains (including wildcard specifications)
 * Various bug fixes.

0.10
----
 * Add IPv6 support for TCPServer.
 * Various bug fixes.
2015-03-09 09:11:24 +00:00

22 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/03/09 09:11:24 wiz Exp $
DISTNAME= netlib-0.11.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= https://pypi.python.org/packages/source/n/netlib/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/mitmproxy/netlib
COMMENT= Network utilities used by pathod and mitmproxy
LICENSE= mit
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-passlib>=1.6.2:../../security/py-passlib
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.2
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"