Path to this page:
Subject: CVS commit: pkgsrc/devel/py-dulwich
From: Adam Ciarcinski
Date: 2017-10-30 19:37:38
Message id: 20171030183738.55E67FBDE@cvs.NetBSD.org
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).
Files: