From owner-svn-ports-all@freebsd.org Tue Sep 19 01:21:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3DB0E162A0; Tue, 19 Sep 2017 01:21:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E963635AE; Tue, 19 Sep 2017 01:21:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8J1LuPs057931; Tue, 19 Sep 2017 01:21:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8J1Lu17057928; Tue, 19 Sep 2017 01:21:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201709190121.v8J1Lu17057928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 19 Sep 2017 01:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r450093 - branches/2017Q3/sysutils/py-supervisor X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/sysutils/py-supervisor X-SVN-Commit-Revision: 450093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 01:21:57 -0000 Author: feld Date: Tue Sep 19 01:21:56 2017 New Revision: 450093 URL: https://svnweb.freebsd.org/changeset/ports/450093 Log: MFH: r449941 sysutils/py-supervisor: Update to 3.3.3 Update to 3.3.3, which fixes a security vulnerability (CVE-2017-11610). While I'm here, level up port compliance, limiting changes to a minimum. Still TODO: - Regenerate/verify patches - Clarify/Add LICENSE ('BSD-derived') - Fix/verify use of @[un]exec in pkg-plist Changelog: http://supervisord.org/changes.html PR: 221539 Submitted by: Dani Approved by: portmgr (maintainer timeout, 1 month) Security: c9460380-81e3-11e7-93af-005056925db4 Approved by: ports-secteam (with hat) Modified: branches/2017Q3/sysutils/py-supervisor/Makefile branches/2017Q3/sysutils/py-supervisor/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/sysutils/py-supervisor/Makefile ============================================================================== --- branches/2017Q3/sysutils/py-supervisor/Makefile Tue Sep 19 01:10:00 2017 (r450092) +++ branches/2017Q3/sysutils/py-supervisor/Makefile Tue Sep 19 01:21:56 2017 (r450093) @@ -2,31 +2,23 @@ # $FreeBSD$ PORTNAME= supervisor -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.3 PORTEPOCH= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= hizel@vyborg.ru -COMMENT= System to monitor and control a number of processes on UNIX-like OS +COMMENT= System for controlling process state under UNIX RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.5:www/py-meld3 -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install mock for running unit tests - -.include - -.if ${PORT_OPTIONS:MTESTS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -.endif - PORTDOCS= *.txt *.rst -USES= python:2 +NO_ARCH= yes + +USES= python:2.7 shebangfix USE_PYTHON= distutils autoplist PIDDIR?= /var/run/supervisor @@ -35,6 +27,10 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ PLIST_SUB= PIDDIR=${PIDDIR} USE_RC_SUBR= supervisord +SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py +python_OLD_CMD= "/usr/bin/env python" +python_OLD_CMD+= "<>" + post-patch: @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/supervisor/options.py @@ -45,7 +41,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: branches/2017Q3/sysutils/py-supervisor/distinfo ============================================================================== --- branches/2017Q3/sysutils/py-supervisor/distinfo Tue Sep 19 01:10:00 2017 (r450092) +++ branches/2017Q3/sysutils/py-supervisor/distinfo Tue Sep 19 01:21:56 2017 (r450093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465394448 -SHA256 (supervisor-3.3.0.tar.gz) = 3176fb8a78c60164020e252e4a2b50b039cfec1f410b4562a843b66186188652 -SIZE (supervisor-3.3.0.tar.gz) = 416329 +TIMESTAMP = 1505483926 +SHA256 (supervisor-3.3.3.tar.gz) = 96287ebfabf9a6923f74123b056c4da39c617fef367980f007cac02fba6527ad +SIZE (supervisor-3.3.3.tar.gz) = 418354