pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-supervisor



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 26 09:11:47 UTC 2018

Modified Files:
        pkgsrc/sysutils/py-supervisor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-supervisor/Makefile \
    pkgsrc/sysutils/py-supervisor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.3 pkgsrc/sysutils/py-supervisor/Makefile:1.4
--- pkgsrc/sysutils/py-supervisor/Makefile:1.3  Tue Jul 25 08:17:08 2017
+++ pkgsrc/sysutils/py-supervisor/Makefile      Mon Feb 26 09:11:47 2018
@@ -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@localhost
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.3 pkgsrc/sysutils/py-supervisor/distinfo:1.4
--- pkgsrc/sysutils/py-supervisor/distinfo:1.3  Tue Jul 25 08:17:08 2017
+++ pkgsrc/sysutils/py-supervisor/distinfo      Mon Feb 26 09:11:47 2018
@@ -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



Home | Main Index | Thread Index | Old Index