Received: by mail.netbsd.org (Postfix, from userid 605) id E511084D79; Thu, 7 Sep 2017 15:20:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7868884CFB for ; Thu, 7 Sep 2017 15:20:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JfxEbUqs9f_2 for ; Thu, 7 Sep 2017 15:20:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 07E4984CE2 for ; Thu, 7 Sep 2017 15:20:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 063DBFA97; Thu, 7 Sep 2017 15:20:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504797634135710" MIME-Version: 1.0 Date: Thu, 7 Sep 2017 15:20:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-tornado To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170907152034.063DBFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504797634135710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 7 15:20:33 UTC 2017 Modified Files: pkgsrc/www/py-tornado: Makefile distinfo Log Message: Tornado 4.5.2: Bug Fixes * Tornado now sets the FD_CLOEXEC flag on all file descriptors it creates. This prevents hanging client connections and resource leaks when the tornado.autoreload module (or Application(debug=True)) is used. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-tornado/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-tornado/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504797634135710 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-tornado/Makefile diff -u pkgsrc/www/py-tornado/Makefile:1.23 pkgsrc/www/py-tornado/Makefile:1.24 --- pkgsrc/www/py-tornado/Makefile:1.23 Sat Aug 19 13:55:20 2017 +++ pkgsrc/www/py-tornado/Makefile Thu Sep 7 15:20:33 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/08/19 13:55:20 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/09/07 15:20:33 adam Exp $ -DISTNAME= tornado-4.5.1 +DISTNAME= tornado-4.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/} Index: pkgsrc/www/py-tornado/distinfo diff -u pkgsrc/www/py-tornado/distinfo:1.15 pkgsrc/www/py-tornado/distinfo:1.16 --- pkgsrc/www/py-tornado/distinfo:1.15 Thu May 4 09:50:21 2017 +++ pkgsrc/www/py-tornado/distinfo Thu Sep 7 15:20:33 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/05/04 09:50:21 adam Exp $ +$NetBSD: distinfo,v 1.16 2017/09/07 15:20:33 adam Exp $ -SHA1 (tornado-4.5.1.tar.gz) = 1c5d43e86aeb901cc53e4e50db50eae841c52cf2 -RMD160 (tornado-4.5.1.tar.gz) = 592ece258cd5758419a77b3c0149b7987a4db9af -SHA512 (tornado-4.5.1.tar.gz) = b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87 -Size (tornado-4.5.1.tar.gz) = 483225 bytes +SHA1 (tornado-4.5.2.tar.gz) = da49ba98de0bb4d8b79655bb54ade3240327a165 +RMD160 (tornado-4.5.2.tar.gz) = 1b1cc432002aa2941b10212664268e4537bd46cb +SHA512 (tornado-4.5.2.tar.gz) = 75a7e94275a0f1cbbc3551a21659383a52fe68b2bb18bc1febf5099fb5fe4154012ba651f789b41f64c47f347757b948e2269f92c83b47325216affcaaa18ffd +Size (tornado-4.5.2.tar.gz) = 483712 bytes --_----------=_1504797634135710--