pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dulwich



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.

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



Home | Main Index | Thread Index | Old Index