pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q3] pkgsrc/devel/py-dulwich
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.
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
Home |
Main Index |
Thread Index |
Old Index