bbc2667183
9.1 Version 9.1 fixes a security issue introduced in version 8.0. Version 8.0 was vulnerable to timing attacks on HTTP Basic Auth passwords.
16 lines
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/06/04 12:46:55 adam Exp $
|
|
|
|
DISTNAME= websockets-9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/websockets/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/aaugustin/websockets
|
|
COMMENT= Implementation of the WebSocket Protocol (RFC 6455)
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|