Received: by mail.netbsd.org (Postfix, from userid 605) id 36B4A84D32; Sun, 12 Nov 2017 11:33:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6F5184CE1 for ; Sun, 12 Nov 2017 11:33:48 +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 d-MSW-cPfkWj for ; Sun, 12 Nov 2017 11:33:48 +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 3B97584C8D for ; Sun, 12 Nov 2017 11:33:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3933DFBDE; Sun, 12 Nov 2017 11:33:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510486428224200" MIME-Version: 1.0 Date: Sun, 12 Nov 2017 11:33:48 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171112113348.3933DFBDE@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. --_----------=_1510486428224200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Nov 12 11:33:48 UTC 2017 Modified Files: pkgsrc/devel/py-dulwich [pkgsrc-2017Q3]: Makefile distinfo Log Message: Pullup ticket #5620 - requested by sevan devel/py-dulwich: security fix Revisions pulled up: - devel/py-dulwich/Makefile 1.24 - devel/py-dulwich/distinfo 1.21 --- Module Name: pkgsrc Committed By: adam Date: Mon Oct 30 18:37:38 UTC 2017 Modified Files: pkgsrc/devel/py-dulwich: Makefile distinfo Log Message: py-dulwich: updated to 0.18.5 0.18.5: BUG FIXES * Fix cwd for hooks. * Fix setting of origin in config when non-standard origin is passed into ``Repo.clone``. * Prevent setting SSH arguments from SSH URLs when using SSH through a subprocess. Note that Dulwich doesn't support cloning submodules. (CVE 2017-1000117) IMPROVEMENTS * Silently ignored directories in ``Repo.stage``. API CHANGES * GitFile now raises ``FileLocked`` when encountering a lock rather than OSError(EEXIST). To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.22.4.1 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.19 -r1.19.4.1 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510486428224200 Content-Disposition: inline Content-Length: 1691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dulwich/Makefile diff -u pkgsrc/devel/py-dulwich/Makefile:1.22 pkgsrc/devel/py-dulwich/Makefile:1.22.4.1 --- pkgsrc/devel/py-dulwich/Makefile:1.22 Mon Sep 4 17:41:11 2017 +++ pkgsrc/devel/py-dulwich/Makefile Sun Nov 12 11:33:48 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/09/04 17:41:11 adam Exp $ +# $NetBSD: Makefile,v 1.22.4.1 2017/11/12 11:33:48 bsiegert Exp $ -DISTNAME= dulwich-0.18.3 +DISTNAME= dulwich-0.18.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/} Index: pkgsrc/devel/py-dulwich/distinfo diff -u pkgsrc/devel/py-dulwich/distinfo:1.19 pkgsrc/devel/py-dulwich/distinfo:1.19.4.1 --- pkgsrc/devel/py-dulwich/distinfo:1.19 Mon Sep 4 17:41:11 2017 +++ pkgsrc/devel/py-dulwich/distinfo Sun Nov 12 11:33:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/09/04 17:41:11 adam Exp $ +$NetBSD: distinfo,v 1.19.4.1 2017/11/12 11:33:48 bsiegert Exp $ -SHA1 (dulwich-0.18.3.tar.gz) = 9870b3c1707e0e1be64b5d90526c96b479514b84 -RMD160 (dulwich-0.18.3.tar.gz) = c0bdde95e01fe4c7139ef9938ae681ec5c784a76 -SHA512 (dulwich-0.18.3.tar.gz) = c89ae096407b59b37c2c36e7a429f2162950a0ee93f0ac619ea74c7ce48231ad9af097203dc8d9e2cd59bf1962f9c13325de61e9988c402fd3e212aacd910898 -Size (dulwich-0.18.3.tar.gz) = 328891 bytes +SHA1 (dulwich-0.18.5.tar.gz) = 70a2466a1c2c22dc35086eca64338a0277a1bc4f +RMD160 (dulwich-0.18.5.tar.gz) = 3cb9775a1059c71c0eda231c5bbff687dda08c87 +SHA512 (dulwich-0.18.5.tar.gz) = 4ba0f70ebddf4c7f4e71721812e228f820226d4ea42bda4d5f06a0720a029d4dddb800cfc05b2610525922c5fcef1020edd1485105706d9ef3fcf810e6381035 +Size (dulwich-0.18.5.tar.gz) = 330097 bytes --_----------=_1510486428224200--