diff options
author | adam <adam@pkgsrc.org> | 2019-02-27 12:15:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-27 12:15:54 +0000 |
commit | 9d5149ed1febe2e9d6926d98fe0037eafab4b6ab (patch) | |
tree | d92367bff867958fcf774461f3601be309710ccd /www/py-uwsgi | |
parent | ab894ebb215a1c6a39ee72a41d87ccdc51a9a2eb (diff) | |
download | pkgsrc-9d5149ed1febe2e9d6926d98fe0037eafab4b6ab.tar.gz |
py-uwsgi: updated to 2.0.18
uWSGI 2.0.18:
Fixed support for Python 3.7
Allow to use autoport (socket :0) with custom socket backlog
pyuwsgi ported to python3
pyuwsgi packages fixes
pyuwsginossl build configuration for building pyuwsgi without ssl support
Fix unix socket inheritance after reload on FreeBSD
Fix crashes with –wsgi-env-behavior=holy
Fix invalid free in python plugin
Fix compilation warnings with gcc-8
Fix spooler python references
Don’t generate build warnings in systemd_logger
Fix segmentation fault during worker shutdown
Diffstat (limited to 'www/py-uwsgi')
-rw-r--r-- | www/py-uwsgi/Makefile | 14 | ||||
-rw-r--r-- | www/py-uwsgi/Makefile.common | 18 | ||||
-rw-r--r-- | www/py-uwsgi/distinfo | 10 |
3 files changed, 15 insertions, 27 deletions
diff --git a/www/py-uwsgi/Makefile b/www/py-uwsgi/Makefile index d73111311a3..edd26999105 100644 --- a/www/py-uwsgi/Makefile +++ b/www/py-uwsgi/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.41 2018/03/19 09:28:04 adam Exp $ +# $NetBSD: Makefile,v 1.42 2019/02/27 12:15:54 adam Exp $ -.include "Makefile.common" - -LICENSE= gnu-gpl-v2 # with linking exception +DISTNAME= uwsgi-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=u/uWSGI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://uwsgi-docs.readthedocs.io/ COMMENT= Feature-rich WSGI server +LICENSE= gnu-gpl-v2 # with linking exception USE_TOOLS+= pkg-config @@ -24,4 +28,6 @@ post-install: .include "../../devel/zlib/buildlink3.mk" .include "../../lang/python/egg.mk" +.include "../../mk/dlopen.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-uwsgi/Makefile.common b/www/py-uwsgi/Makefile.common deleted file mode 100644 index 2aba904e4b7..00000000000 --- a/www/py-uwsgi/Makefile.common +++ /dev/null @@ -1,18 +0,0 @@ -# $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" diff --git a/www/py-uwsgi/distinfo b/www/py-uwsgi/distinfo index 1300f825873..174cfc65548 100644 --- a/www/py-uwsgi/distinfo +++ b/www/py-uwsgi/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2018/08/10 07:18:29 adam Exp $ +$NetBSD: distinfo,v 1.34 2019/02/27 12:15:54 adam Exp $ -SHA1 (uwsgi-2.0.17.1.tar.gz) = 52e20dbd0a21c56077fea49f8e13034e2d4039e3 -RMD160 (uwsgi-2.0.17.1.tar.gz) = 6f8993fec8eec4379657369faa77c7b9fb01bbc0 -SHA512 (uwsgi-2.0.17.1.tar.gz) = 10d357961fde3a3f5f8e77986cc647313f95a33243e24c2afc482fce21df68a8ae48f90e7b5b76d7edc3cf8fd474d99823d6d60ef7477349abc65a319222f11b -Size (uwsgi-2.0.17.1.tar.gz) = 800156 bytes +SHA1 (uwsgi-2.0.18.tar.gz) = e7e402dd5b5c68a995585284c4529da9a686a0a9 +RMD160 (uwsgi-2.0.18.tar.gz) = eb30a41097d306678203aa81bf5f4e27c722b8f8 +SHA512 (uwsgi-2.0.18.tar.gz) = 6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61 +Size (uwsgi-2.0.18.tar.gz) = 801555 bytes SHA1 (patch-base.ini) = 1c5d7693e6c8011e6cc34f5f5d203584c985eb30 SHA1 (patch-core_logging.c) = caa986238142d24725df119cbecda1b9e3223d7e SHA1 (patch-uwsgi.h) = 64b5f6ea310bf6c65c1f546e160fcd0bd94a3808 |