Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1340D1A9239 for ; Thu, 6 Jan 2022 08:53:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4AFA184EAB; Thu, 6 Jan 2022 08:53:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8520484EA3 for ; Thu, 6 Jan 2022 08:53:31 +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 H5rKW8VE-GmM for ; Thu, 6 Jan 2022 08:53:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0888684CEA for ; Thu, 6 Jan 2022 08:53:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 060BBFAEC; Thu, 6 Jan 2022 08:53:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164145921184410" MIME-Version: 1.0 Date: Thu, 6 Jan 2022 08:53:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpcore To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220106085331.060BBFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164145921184410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 6 08:53:30 UTC 2022 Modified Files: pkgsrc/www/py-httpcore: Makefile distinfo Log Message: py-httpcore: updated to 0.14.4 0.14.4 - Support HTTP/2 on HTTPS tunnelling proxies. - Fix proxy headers missing on HTTP forwarding. - Only instantiate SSL context if required. - More robust HTTP/2 handling. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-httpcore/Makefile \ pkgsrc/www/py-httpcore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164145921184410 Content-Disposition: inline Content-Length: 1582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpcore/Makefile diff -u pkgsrc/www/py-httpcore/Makefile:1.13 pkgsrc/www/py-httpcore/Makefile:1.14 --- pkgsrc/www/py-httpcore/Makefile:1.13 Tue Jan 4 20:55:30 2022 +++ pkgsrc/www/py-httpcore/Makefile Thu Jan 6 08:53:30 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/01/06 08:53:30 adam Exp $ -DISTNAME= httpcore-0.14.3 +DISTNAME= httpcore-0.14.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpcore/} Index: pkgsrc/www/py-httpcore/distinfo diff -u pkgsrc/www/py-httpcore/distinfo:1.13 pkgsrc/www/py-httpcore/distinfo:1.14 --- pkgsrc/www/py-httpcore/distinfo:1.13 Wed Nov 17 17:06:06 2021 +++ pkgsrc/www/py-httpcore/distinfo Thu Jan 6 08:53:30 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/11/17 17:06:06 adam Exp $ +$NetBSD: distinfo,v 1.14 2022/01/06 08:53:30 adam Exp $ -BLAKE2s (httpcore-0.14.3.tar.gz) = c82493008d1cb1fffa5cfa3f89c8c748ebe61bb975343fd87b2b016fe0de7b33 -SHA512 (httpcore-0.14.3.tar.gz) = f2709b662b5b43c144a5c98c6b10dc75429f8b545c8ef976adca60dc542891f1aa4291acfae17b620dec6716f86c863a2384721c70a1faab04dc45805846c430 -Size (httpcore-0.14.3.tar.gz) = 45893 bytes +BLAKE2s (httpcore-0.14.4.tar.gz) = 2362917f055b1401f37b20fcb4bbf35d9370d8c7cc01db1da312ec286ebdb5de +SHA512 (httpcore-0.14.4.tar.gz) = b4d0b083f0543d3ac61cab09d779f2844d574e310cb1a35a8fdb1a998b763cb2b5d7de1b4d27153839fc990cd8a4ae02b729fcb0121ce6273202c244a317c251 +Size (httpcore-0.14.4.tar.gz) = 48780 bytes --_----------=_164145921184410--