Changes 2.0.17.1: Fixed memory leak in HTTPS_CLIENT_CERTIFICATE TLSv1 is now disabled by default (you can re-enable it with ssl-enable-tlsv1 at your own risk) Improved daemons throttle system Add “secs” log formatting variable Improved snprintf() usage to be OpenBSD-friendly Improved glibc crypt/crypt_r management Fixed websocket pong timeout check Add the “License” classifier to setup.py Add support for php user.ini Official support for Python 3.7
18 lines
534 B
Text
18 lines
534 B
Text
# $NetBSD: Makefile.common,v 1.5 2018/08/10 07:18:29 adam Exp $
|
|
#
|
|
# used by www/ap-uwsgi/Makefile
|
|
# used by www/py-uwsgi/Makefile
|
|
|
|
DISTNAME= uwsgi-2.0.17.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uWSGI/}
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://projects.unbit.it/uwsgi
|
|
LICENSE= gnu-gpl-v2 # with linking exception
|
|
|
|
PATCHDIR= ${.CURDIR}/../../www/py-uwsgi/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/py-uwsgi/distinfo
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|