ports/156203: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a10

Ildar Hizbulin hizel at vyborg.ru
Tue Apr 5 18:00:26 UTC 2011


>Number:         156203
>Category:       ports
>Synopsis:       [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 05 18:00:25 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ildar Hizbulin
>Release:        8.2-RELEASE
>Organization:
Ariadna-Link, ISP
>Environment:
FreeBSD o.vyborg.ru 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sat Feb 26 14:33:43 MSK 2011     root at o.vyborg.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
bug fix release


- Fixed the stylesheet of the web interface so the footer line won't overlap
  a long process list.  Thanks to Derek DeVries for the patch.

- Allow rpc interface plugins to register new events types.

- Bug fix for FCGI sockets not getting cleaned up when the ``reload`` command
  is issued from supervisorctl.  Also, the default behavior has changed for
  FCGI sockets.  They are new closed whenever the number ofrunning processes
  in a group hits zero.  Previously, the sockets were kept open unless a
  group-level stop command was issued.

- Better error message when HTTP server cannot reverse-resolve a hostname to
  an IP address.  Previous behavior: show a socket error.  Current behavior:
  spit out a suggestion to stdout.

- Environment variables set via ``environment=`` value within
    ``[supervisord]`` section had no effect.  Thanks to Wyatt Baldwin
    for a patch.

- Fix bug where stopping process would cause process output that happened
  after the stop request was issued to be lost.  See
  https://github.com/Supervisor/supervisor/issues/11.

- Moved 2.X change log entries into ``HISTORY.txt``.

- Converted ``CHANGES.txt`` and ``README.txt`` into proper ReStructuredText
  and included them in the ``long_description`` in ``setup.py``.

- Added a tox.ini to the package (run via ``tox`` in the package dir).  Tests
  supervisor on multiple Python versions.

>How-To-Repeat:

>Fix:
diff -ruN sysutils/py-supervisor.orig/Makefile sysutils/py-supervisor/Makefile
--- sysutils/py-supervisor.orig/Makefile        2011-04-05 13:15:36.000000000 +0400
+++ sysutils/py-supervisor/Makefile     2011-04-05 13:15:46.000000000 +0400
@@ -6,7 +6,7 @@
 #

 PORTNAME=      supervisor
-PORTVERSION=   3.0a9
+PORTVERSION=   3.0a10
 CATEGORIES=    sysutils python
 MASTER_SITES=  http://dist.supervisord.org/ \
                CHEESESHOP
diff -ruN sysutils/py-supervisor.orig/distinfo sysutils/py-supervisor/distinfo
--- sysutils/py-supervisor.orig/distinfo        2011-04-05 13:15:36.000000000 +0400
+++ sysutils/py-supervisor/distinfo     2011-04-05 13:16:13.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (supervisor-3.0a9.tar.gz) = a971d56815bf70909d3fb6b98c6950bb5e33104c12ec04a3176f8896623ab5c4
-SIZE (supervisor-3.0a9.tar.gz) = 408247
+SHA256 (supervisor-3.0a10.tar.gz) = 63620d0431bafff6f346fb4df5d9a7745588b5dee1ca5fec2ddff2298107d69f
+SIZE (supervisor-3.0a10.tar.gz) = 438362


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list