diff options
author | adam <adam@pkgsrc.org> | 2018-02-26 09:11:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-26 09:11:47 +0000 |
commit | 5c469e7c4762723afdcbf7a2c43e7ef8923a4a83 (patch) | |
tree | 65d74af27134f9e6976d23564c5c9c65a6c4b435 | |
parent | c13700952678f02ec79be9bad23a59b87f3261e5 (diff) | |
download | pkgsrc-5c469e7c4762723afdcbf7a2c43e7ef8923a4a83.tar.gz |
py-supervisor: updated to 3.3.4
3.3.4:
Fixed a bug where rereading the configuration would not detect changes to eventlisteners.
Fixed a bug where the warning Supervisord is running as root and it is searching for its config file may have been incorrectly shown by supervisorctl if its executable name was changed.
Fixed a bug in the web interface where redirect URLs did not have a slash between the host and query string, which caused issues when proxying with Nginx.
When supervisord successfully drops privileges during startup, it is now logged at the INFO level instead of CRIT.
The HTTP server now returns a Content-Type header specifying UTF-8 encoding. This may fix display issues in some browsers.
-rw-r--r-- | sysutils/py-supervisor/Makefile | 6 | ||||
-rw-r--r-- | sysutils/py-supervisor/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 04cf53aee34..2f053dc69b7 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/07/25 08:17:08 adam Exp $ +# $NetBSD: Makefile,v 1.4 2018/02/26 09:11:47 adam Exp $ -DISTNAME= supervisor-3.3.3 +DISTNAME= supervisor-3.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= sysutils +CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/} MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo index 92e3078c8b6..d52419bf01e 100644 --- a/sysutils/py-supervisor/distinfo +++ b/sysutils/py-supervisor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/07/25 08:17:08 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/02/26 09:11:47 adam Exp $ -SHA1 (supervisor-3.3.3.tar.gz) = 3e54793f3d389f2ab168d49f13e2be0bb39218ff -RMD160 (supervisor-3.3.3.tar.gz) = e3c074ad60767b93532ff84668f75c58898077a8 -SHA512 (supervisor-3.3.3.tar.gz) = 8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a -Size (supervisor-3.3.3.tar.gz) = 418354 bytes +SHA1 (supervisor-3.3.4.tar.gz) = be3db68b6a7f95b38c5659b1635ac9a482308d6a +RMD160 (supervisor-3.3.4.tar.gz) = f4306256bb3114f4165f0ac163e2f6f841bb96a1 +SHA512 (supervisor-3.3.4.tar.gz) = fab141b52a548a3efd26f175798b1b8fbb46ce465aa48c3281cb80584b829ecef90ae1355e4106632d13c84363ae03f081d69fb4148303ff387ab7d4e778d21a +Size (supervisor-3.3.4.tar.gz) = 419794 bytes |