Received: by mail.netbsd.org (Postfix, from userid 605) id 4B9D384DAB; Mon, 30 Oct 2017 18:37:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC52484D5B for ; Mon, 30 Oct 2017 18:37:38 +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 7sZGbY7QSR9d for ; Mon, 30 Oct 2017 18:37:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 580E784D1E for ; Mon, 30 Oct 2017 18:37:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55E67FBDE; Mon, 30 Oct 2017 18:37:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509388658174160" MIME-Version: 1.0 Date: Mon, 30 Oct 2017 18:37:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dulwich To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171030183738.55E67FBDE@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. --_----------=_1509388658174160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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.23 -r1.24 pkgsrc/devel/py-dulwich/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-dulwich/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509388658174160 Content-Disposition: inline Content-Length: 1667 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.23 pkgsrc/devel/py-dulwich/Makefile:1.24 --- pkgsrc/devel/py-dulwich/Makefile:1.23 Mon Oct 2 12:54:28 2017 +++ pkgsrc/devel/py-dulwich/Makefile Mon Oct 30 18:37:38 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/10/02 12:54:28 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/10/30 18:37:38 adam Exp $ -DISTNAME= dulwich-0.18.4 +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.20 pkgsrc/devel/py-dulwich/distinfo:1.21 --- pkgsrc/devel/py-dulwich/distinfo:1.20 Mon Oct 2 12:54:28 2017 +++ pkgsrc/devel/py-dulwich/distinfo Mon Oct 30 18:37:38 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/10/02 12:54:28 adam Exp $ +$NetBSD: distinfo,v 1.21 2017/10/30 18:37:38 adam Exp $ -SHA1 (dulwich-0.18.4.tar.gz) = d071c4da40e07a6ad799308f134bfa73f73970bc -RMD160 (dulwich-0.18.4.tar.gz) = c0b27c9db1eb52445a42c106f95317022cb71487 -SHA512 (dulwich-0.18.4.tar.gz) = 56128864f66a585e1aa8b543c2453311f176d8626b38a8b5891b2ed31b544904245755c9de9e7f757898863f2c2caf4dd0249abde2594a0e25c3826bb2188a77 -Size (dulwich-0.18.4.tar.gz) = 329541 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 --_----------=_1509388658174160--