pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www py-uwsgi: updated to 2.0.18
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bbe330ad5d7
branches: trunk
changeset: 330303:6bbe330ad5d7
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 27 12:15:54 2019 +0000
description:
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:
www/Makefile | 3 +--
www/ap-uwsgi/DESCR | 2 --
www/ap-uwsgi/Makefile | 18 ------------------
www/ap-uwsgi/PLIST | 2 --
www/py-uwsgi/Makefile | 14 ++++++++++----
www/py-uwsgi/Makefile.common | 18 ------------------
www/py-uwsgi/distinfo | 10 +++++-----
7 files changed, 16 insertions(+), 51 deletions(-)
diffs (120 lines):
diff -r d8f510f7b8a9 -r 6bbe330ad5d7 www/Makefile
--- a/www/Makefile Wed Feb 27 12:07:59 2019 +0000
+++ b/www/Makefile Wed Feb 27 12:15:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1366 2019/02/24 16:12:36 taca Exp $
+# $NetBSD: Makefile,v 1.1367 2019/02/27 12:15:54 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -19,7 +19,6 @@
SUBDIR+= ap-mono
SUBDIR+= ap-php
SUBDIR+= ap-rpaf
-SUBDIR+= ap-uwsgi
SUBDIR+= ap2-auth-mellon
SUBDIR+= ap2-encoding
SUBDIR+= ap2-fcgid
diff -r d8f510f7b8a9 -r 6bbe330ad5d7 www/ap-uwsgi/DESCR
--- a/www/ap-uwsgi/DESCR Wed Feb 27 12:07:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This package provides mod_proxy_uwsgi. It provides uwsgi-transport
-support for the Apache server.
diff -r d8f510f7b8a9 -r 6bbe330ad5d7 www/ap-uwsgi/Makefile
--- a/www/ap-uwsgi/Makefile Wed Feb 27 12:07:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2018/03/26 09:34:29 adam Exp $
-
-.include "../../www/py-uwsgi/Makefile.common"
-
-LICENSE= apache-2.0
-
-PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME}
-COMMENT= Apache proxy backend for the uWSGI protocol
-
-CONFLICTS+= apache24>=2.4.30
-
-APACHE_MODULE= YES
-APACHE_MODULE_SRCDIR= ${WRKSRC}/apache2
-APACHE_MODULE_SRC= mod_proxy_uwsgi.c
-APACHE_MODULE_NAME= mod_proxy_uwsgi.la
-
-.include "../../mk/apache.module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d8f510f7b8a9 -r 6bbe330ad5d7 www/ap-uwsgi/PLIST
--- a/www/ap-uwsgi/PLIST Wed Feb 27 12:07:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/02 16:14:46 joerg Exp $
-lib/httpd/mod_proxy_uwsgi.so
diff -r d8f510f7b8a9 -r 6bbe330ad5d7 www/py-uwsgi/Makefile
--- a/www/py-uwsgi/Makefile Wed Feb 27 12:07:59 2019 +0000
+++ b/www/py-uwsgi/Makefile Wed Feb 27 12:15:54 2019 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.41 2018/03/19 09:28:04 adam Exp $
-
-.include "Makefile.common"
+# $NetBSD: Makefile,v 1.42 2019/02/27 12:15:54 adam Exp $
-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@localhost
+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 @@
.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 -r d8f510f7b8a9 -r 6bbe330ad5d7 www/py-uwsgi/Makefile.common
--- a/www/py-uwsgi/Makefile.common Wed Feb 27 12:07:59 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r d8f510f7b8a9 -r 6bbe330ad5d7 www/py-uwsgi/distinfo
--- a/www/py-uwsgi/distinfo Wed Feb 27 12:07:59 2019 +0000
+++ b/www/py-uwsgi/distinfo Wed Feb 27 12:15:54 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index