Received: by mail.netbsd.org (Postfix, from userid 605) id 276BB851B5; Thu, 14 Jun 2018 07:55:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11697851A6 for ; Thu, 14 Jun 2018 07:55:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Wn5MUoQaT4wH for ; Thu, 14 Jun 2018 07:55:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E49A851B9 for ; Thu, 14 Jun 2018 07:55:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43305FBEC; Thu, 14 Jun 2018 07:55:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528962900157340" MIME-Version: 1.0 Date: Thu, 14 Jun 2018 07:55:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-daphne To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180614075500.43305FBEC@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. --_----------=_1528962900157340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 14 07:55:00 UTC 2018 Modified Files: pkgsrc/www/py-daphne: Makefile distinfo Log Message: py-daphne: updated to 2.2.0 2.2.0: * HTTP timeouts have been removed by default, as they were only needed with ASGI/Channels 1. You can re-enable them with the --http-timeout argument to Daphne. * Occasional errors on application timeout for non-fully-opened sockets and for trying to read closed requests under high load are fixed. * X-Forwarded-For headers are now correctly decoded in all environments and no longer have unicode matching issues. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-daphne/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-daphne/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528962900157340 Content-Disposition: inline Content-Length: 1607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-daphne/Makefile diff -u pkgsrc/www/py-daphne/Makefile:1.10 pkgsrc/www/py-daphne/Makefile:1.11 --- pkgsrc/www/py-daphne/Makefile:1.10 Mon Apr 30 07:36:13 2018 +++ pkgsrc/www/py-daphne/Makefile Thu Jun 14 07:55:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/04/30 07:36:13 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/06/14 07:55:00 adam Exp $ -DISTNAME= daphne-2.1.1 +DISTNAME= daphne-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/daphne/} Index: pkgsrc/www/py-daphne/distinfo diff -u pkgsrc/www/py-daphne/distinfo:1.6 pkgsrc/www/py-daphne/distinfo:1.7 --- pkgsrc/www/py-daphne/distinfo:1.6 Mon Apr 30 07:36:13 2018 +++ pkgsrc/www/py-daphne/distinfo Thu Jun 14 07:55:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/04/30 07:36:13 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/06/14 07:55:00 adam Exp $ -SHA1 (daphne-2.1.1.tar.gz) = 0c199f3078a913a35a315e2eeab9562188a4a896 -RMD160 (daphne-2.1.1.tar.gz) = 2d7bb92bf15647ce2d7a1c52911dda83a98cdac5 -SHA512 (daphne-2.1.1.tar.gz) = ae2ef4f90c4e656b935c02d7ac36ec274dc13cab87296ac89fb4ae89c6cbc5db269ef884ca29819383b9929cba1d75926274a5bb8592e3219dd26df91a61ee03 -Size (daphne-2.1.1.tar.gz) = 19462 bytes +SHA1 (daphne-2.2.0.tar.gz) = ac8753155dd8810b96a68fa6902d4e77318d0c0d +RMD160 (daphne-2.2.0.tar.gz) = 4aad3f90f155a6d631c77cbfc8a84298e4400a27 +SHA512 (daphne-2.2.0.tar.gz) = 46f5e0f2d8c73701f679c80926b5d17cc1d2a5f9587a962c0496c0e291e89ff33fd722e8d1163fbc9b24b882ebbed92ccee0e3d424a679b375dc121036560f8e +Size (daphne-2.2.0.tar.gz) = 19727 bytes --_----------=_1528962900157340--