Received: by mail.netbsd.org (Postfix, from userid 605) id 9A78A84D44; Fri, 13 Sep 2019 09:53:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2214384D43 for ; Fri, 13 Sep 2019 09:53:31 +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 bP22ngx1Inn1 for ; Fri, 13 Sep 2019 09:53:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B5F584C85 for ; Fri, 13 Sep 2019 09:53:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85BD6FBF4; Fri, 13 Sep 2019 09:53:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568368410120060" MIME-Version: 1.0 Date: Fri, 13 Sep 2019 09:53:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-waitress To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190913095330.85BD6FBF4@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. --_----------=_1568368410120060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Sep 13 09:53:30 UTC 2019 Modified Files: pkgsrc/www/py-waitress: Makefile PLIST distinfo Log Message: py-waitress: updated to 1.3.1 1.3.1: Bugfixes - Waitress won't accidentally throw away part of the path if it starts with a double slash (GET //testing/whatever HTTP/1.0). WSGI applications will now receive a PATH_INFO in the environment that contains //testing/whatever as required. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-waitress/Makefile \ pkgsrc/www/py-waitress/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-waitress/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568368410120060 Content-Disposition: inline Content-Length: 3001 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-waitress/Makefile diff -u pkgsrc/www/py-waitress/Makefile:1.7 pkgsrc/www/py-waitress/Makefile:1.8 --- pkgsrc/www/py-waitress/Makefile:1.7 Wed Jul 3 20:36:51 2019 +++ pkgsrc/www/py-waitress/Makefile Fri Sep 13 09:53:30 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/07/03 20:36:51 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/13 09:53:30 adam Exp $ -DISTNAME= waitress-1.3.0 +DISTNAME= waitress-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=w/waitress/} Index: pkgsrc/www/py-waitress/distinfo diff -u pkgsrc/www/py-waitress/distinfo:1.7 pkgsrc/www/py-waitress/distinfo:1.8 --- pkgsrc/www/py-waitress/distinfo:1.7 Wed Jul 3 20:36:51 2019 +++ pkgsrc/www/py-waitress/distinfo Fri Sep 13 09:53:30 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/07/03 20:36:51 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/09/13 09:53:30 adam Exp $ -SHA1 (waitress-1.3.0.tar.gz) = 341804d677b86afd4697985dbc12f57399b4729e -RMD160 (waitress-1.3.0.tar.gz) = df56a1a76386aca7b679ecff1d6592b392756d97 -SHA512 (waitress-1.3.0.tar.gz) = 387196b24e9fbf39460d1dda942c235e3eac11c8083489a8055364f72dd4aa9e995a87f51394c1bbcbda634d922a5a4fdf1c9651f8e9d6c8c60704c7eab029cd -Size (waitress-1.3.0.tar.gz) = 163874 bytes +SHA1 (waitress-1.3.1.tar.gz) = 8016cb356417686529de0d9f2b850b7866c29ebb +RMD160 (waitress-1.3.1.tar.gz) = 2042c8ed01b64674560ea0a00f9a9bf6173bfd82 +SHA512 (waitress-1.3.1.tar.gz) = ccb871fc46bd560bff2ece706c826a3407750112cfb014378a06ee077f969814a5695d053665a4d975070944a9449efffd61daab11d03be3b06f1907a2ba0f5f +Size (waitress-1.3.1.tar.gz) = 167097 bytes Index: pkgsrc/www/py-waitress/PLIST diff -u pkgsrc/www/py-waitress/PLIST:1.4 pkgsrc/www/py-waitress/PLIST:1.5 --- pkgsrc/www/py-waitress/PLIST:1.4 Sun Jan 20 13:20:02 2019 +++ pkgsrc/www/py-waitress/PLIST Fri Sep 13 09:53:30 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/01/20 13:20:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/09/13 09:53:30 adam Exp $ bin/waitress-serve-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -28,6 +28,9 @@ ${PYSITELIB}/waitress/compat.pyo ${PYSITELIB}/waitress/parser.py ${PYSITELIB}/waitress/parser.pyc ${PYSITELIB}/waitress/parser.pyo +${PYSITELIB}/waitress/proxy_headers.py +${PYSITELIB}/waitress/proxy_headers.pyc +${PYSITELIB}/waitress/proxy_headers.pyo ${PYSITELIB}/waitress/receiver.py ${PYSITELIB}/waitress/receiver.pyc ${PYSITELIB}/waitress/receiver.pyo @@ -98,6 +101,9 @@ ${PYSITELIB}/waitress/tests/test_init.py ${PYSITELIB}/waitress/tests/test_parser.py ${PYSITELIB}/waitress/tests/test_parser.pyc ${PYSITELIB}/waitress/tests/test_parser.pyo +${PYSITELIB}/waitress/tests/test_proxy_headers.py +${PYSITELIB}/waitress/tests/test_proxy_headers.pyc +${PYSITELIB}/waitress/tests/test_proxy_headers.pyo ${PYSITELIB}/waitress/tests/test_receiver.py ${PYSITELIB}/waitress/tests/test_receiver.pyc ${PYSITELIB}/waitress/tests/test_receiver.pyo --_----------=_1568368410120060--