Received: by mail.netbsd.org (Postfix, from userid 605) id BCA4884DB8; Thu, 18 Apr 2019 08:40:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4520584D66 for ; Thu, 18 Apr 2019 08:40:57 +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 1tRBNRJe9CAl for ; Thu, 18 Apr 2019 08:40:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BF43384D35 for ; Thu, 18 Apr 2019 08:40:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA36FFB16; Thu, 18 Apr 2019 08:40:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555576856208500" MIME-Version: 1.0 Date: Thu, 18 Apr 2019 08:40:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-urllib3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190418084056.BA36FFB16@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. --_----------=_1555576856208500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 18 08:40:56 UTC 2019 Modified Files: pkgsrc/www/py-urllib3: Makefile distinfo Log Message: py-urllib3: updated to 1.24.2 1.24.2: * Don't load system certificates by default when any other ca_certs, ca_certs_dir or ssl_context parameters are specified. * Remove Authorization header regardless of case when redirecting to cross-site. * Add support for IPv6 addresses in subjectAltName section of certificates. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-urllib3/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555576856208500 Content-Disposition: inline Content-Length: 1645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-urllib3/Makefile diff -u pkgsrc/www/py-urllib3/Makefile:1.11 pkgsrc/www/py-urllib3/Makefile:1.12 --- pkgsrc/www/py-urllib3/Makefile:1.11 Sun Nov 4 22:13:40 2018 +++ pkgsrc/www/py-urllib3/Makefile Thu Apr 18 08:40:56 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/11/04 22:13:40 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/04/18 08:40:56 adam Exp $ -DISTNAME= urllib3-1.24.1 +DISTNAME= urllib3-1.24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/} Index: pkgsrc/www/py-urllib3/distinfo diff -u pkgsrc/www/py-urllib3/distinfo:1.10 pkgsrc/www/py-urllib3/distinfo:1.11 --- pkgsrc/www/py-urllib3/distinfo:1.10 Sun Nov 4 22:13:40 2018 +++ pkgsrc/www/py-urllib3/distinfo Thu Apr 18 08:40:56 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2018/11/04 22:13:40 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/04/18 08:40:56 adam Exp $ -SHA1 (urllib3-1.24.1.tar.gz) = 2d5593e48a650e4ba05358c7d2de865684001948 -RMD160 (urllib3-1.24.1.tar.gz) = 59727addb1065b604eacf33aa159c543164fce82 -SHA512 (urllib3-1.24.1.tar.gz) = 4c12d08076b0f260727d5aac780f5e9a24e0164755ff05b02a1f5a697876741ff13ba278fdd6e46ef678e8e1146bc39de1fc49ee10ee839229a70540a9424a99 -Size (urllib3-1.24.1.tar.gz) = 229688 bytes +SHA1 (urllib3-1.24.2.tar.gz) = a11064ae003bf2f94974eb791fd56302a2415a16 +RMD160 (urllib3-1.24.2.tar.gz) = f30255f805c1aac17b3127127c3fefff42b33f90 +SHA512 (urllib3-1.24.2.tar.gz) = 9939e9e7c4da30b5effb334969cd835c9d0404a136761098203c699570aab02e63fb3f1b4ab680def0bc0906fabe5f0782ab94cf3095ff10ccf9b3c371653cf2 +Size (urllib3-1.24.2.tar.gz) = 230699 bytes --_----------=_1555576856208500--