summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-02 15:28:25 +0000
committerwiz <wiz>2015-04-02 15:28:25 +0000
commit5f9fcc41bc5a4860b58628d8885aa3097c239ffd (patch)
treeddec146f1cff9122aca6c9e6b69ef1997e7b75a5 /devel
parent4c671b4a7c254f95ee606cfc8aa0ecf3a141d660 (diff)
downloadpkgsrc-5f9fcc41bc5a4860b58628d8885aa3097c239ffd.tar.gz
Update to 0.10.1a for a security problem (see below).
0.10.1 2015-03-25 BUG FIXES * Return `ApplyDeltaError` when encountering delta errors in both C extensions and native delta application code. (Jelmer Vernooij, #259) 0.10.0 2015-03-22 BUG FIXES * In dulwich.index.build_index_from_tree, by default refuse to create entries that start with .git/. * Fix running of testsuite when installed. (Jelmer Vernooij, #223) * Use a block cache in _find_content_rename_candidates(), improving performance. (Mike Williams) * Add support for ``core.protectNTFS`` setting. (Jelmer Vernooij) * Fix TypeError when fetching empty updates. (Hwee Miin Koh) * Resolve delta refs when pulling into a MemoryRepo. (Max Shawabkeh, #256) * Fix handling of tags of non-commits in missing object finder. (Augie Fackler, #211) * Explicitly disable mmap on plan9 where it doesn't work. (Jeff Sickel) IMPROVEMENTS * New public method `Repo.reset_index`. (Jelmer Vernooij) * Prevent duplicate parsing of loose files in objects directory when reading. Thanks to David Keijser for the report. (Jelmer Vernooij, #231) 0.9.9 2015-03-20 SECURITY BUG FIXES * Fix buffer overflow in C implementation of pack apply_delta(). (CVE-2015-0838) Thanks to Ivan Fratric of the Google Security Team for reporting this issue. (Jelmer Vernooij) 0.9.8 2014-11-30 BUG FIXES * Various fixes to improve test suite running on Windows. (Gary van der Merwe) * Limit delta copy length to 64K in v2 pack files. (Robert Brown) * Strip newline from final ACKed SHA while fetching packs. (Michael Edgar) * Remove assignment to PyList_SIZE() that was causing segfaults on pypy. (Jelmer Vernooij, #196) IMPROVEMENTS * Add porcelain 'receive-pack' and 'upload-pack'. (Jelmer Vernooij) * Handle SIGINT signals in bin/dulwich. (Jelmer Vernooij) * Add 'status' support to bin/dulwich. (Jelmer Vernooij) * Add 'branch_create', 'branch_list', 'branch_delete' porcelain. (Jelmer Vernooij) * Add 'fetch' porcelain. (Jelmer Vernooij) * Add 'tag_delete' porcelain. (Jelmer Vernooij) * Add support for serializing/deserializing 'gpgsig' attributes in Commit. (Jelmer Vernooij) CHANGES * dul-web is now available as 'dulwich web-daemon'. (Jelmer Vernooij) * dulwich.porcelain.tag has been renamed to tag_create. dulwich.porcelain.list_tags has been renamed to tag_list. (Jelmer Vernooij) API CHANGES * Restore support for Python 2.6. (Jelmer Vernooij, Gary van der Merwe) 0.9.7 2014-06-08 BUG FIXES * Fix tests dependent on hash ordering. (Michael Edgar) * Support staging symbolic links in Repo.stage. (Robert Brown) * Ensure that all files object are closed when running the test suite. (Gary van der Merwe) * When writing OFS_DELTA pack entries, write correct offset. (Augie Fackler) * Fix handler of larger copy operations in packs. (Augie Fackler) * Various fixes to improve test suite running on Windows. (Gary van der Merwe) * Fix logic for extra adds of identical files in rename detector. (Robert Brown) IMPROVEMENTS * Add porcelain 'status'. (Ryan Faulkner) * Add porcelain 'daemon'. (Jelmer Vernooij) * Add `dulwich.greenthreads` module which provides support for concurrency of some object store operations. (Fabien Boucher) * Various changes to improve compatibility with Python 3. (Gary van der Merwe, Hannu Valtonen, michael-k) * Add OpenStack Swift backed repository implementation in dulwich.contrib. See README.swift for details. (Fabien Boucher) API CHANGES * An optional close function can be passed to the Protocol class. This will be called by its close method. (Gary van der Merwe) * All classes with close methods are now context managers, so that they can be easily closed using a `with` statement. (Gary van der Merwe) * Remove deprecated `num_objects` argument to `write_pack` methods. (Jelmer Vernooij) OTHER CHANGES * The 'dul-daemon' script has been removed. The same functionality is now available as 'dulwich daemon'. (Jelmer Vernooij) 0.9.6 2014-04-23 IMPROVEMENTS * Add support for recursive add in 'git add'. (Ryan Faulkner, Jelmer Vernooij) * Add porcelain 'list_tags'. (Ryan Faulkner) * Add porcelain 'push'. (Ryan Faulkner) * Add porcelain 'pull'. (Ryan Faulkner) * Support 'http.proxy' in HttpGitClient. (Jelmer Vernooij, #1096030) * Support 'http.useragent' in HttpGitClient. (Jelmer Vernooij) * In server, wait for clients to send empty list of wants when talking to empty repository. (Damien Tournoud) * Various changes to improve compatibility with Python 3. (Gary van der Merwe) BUG FIXES * Support unseekable 'wsgi.input' streams. (Jonas Haag) * Raise TypeError when passing unicode() object to Repo.__getitem__. (Jonas Haag) * Fix handling of `reset` command in dulwich.fastexport. (Jelmer Vernooij, #1249029) * In client, don't wait for server to close connection first. Fixes hang when used against GitHub server implementation. (Siddharth Agarwal) * DeltaChainIterator: fix a corner case where an object is inflated as an object already in the repository. (Damien Tournoud, #135) * Stop leaking file handles during pack reload. (Damien Tournoud) * Avoid reopening packs during pack cache reload. (Jelmer Vernooij) API CHANGES * Drop support for Python 2.6. (Jelmer Vernooij) 0.9.5 2014-02-23 IMPROVEMENTS * Add porcelain 'tag'. (Ryan Faulkner) * New module `dulwich.objectspec` for parsing strings referencing objects and commit ranges. (Jelmer Vernooij) * Add shallow branch support. (milki) * Allow passing urllib2 `opener` into HttpGitClient. (Dov Feldstern, #909037) CHANGES * Drop support for Python 2.4 and 2.5. (Jelmer Vernooij) API CHANGES * Remove long deprecated ``Repo.commit``, ``Repo.get_blob``, ``Repo.tree`` and ``Repo.tag``. (Jelmer Vernooij) * Remove long deprecated ``Repo.revision_history`` and ``Repo.ref``. (Jelmer Vernooij) * Remove long deprecated ``Tree.entries``. (Jelmer Vernooij) BUG FIXES * Raise KeyError rather than TypeError when passing in unicode object of length 20 or 40 to Repo.__getitem__. (Jelmer Vernooij) * Use 'rm' rather than 'unlink' in tests, since the latter does not exist on OpenBSD and other platforms. (Dmitrij D. Czarkoff)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dulwich/Makefile7
-rw-r--r--devel/py-dulwich/PLIST119
-rw-r--r--devel/py-dulwich/distinfo8
3 files changed, 125 insertions, 9 deletions
diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index 4674137c62b..88cb18fd052 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/02 15:28:25 wiz Exp $
-DISTNAME= dulwich-0.9.4
+DISTNAME= dulwich-0.10.1a
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/d/dulwich/
@@ -12,5 +12,8 @@ LICENSE= gnu-gpl-v2
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.4
+# due to trailing 'a'
+EGG_NAME= ${DISTNAME}0
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-dulwich/PLIST b/devel/py-dulwich/PLIST
index f5d56de2c44..cb0c54ef279 100644
--- a/devel/py-dulwich/PLIST
+++ b/devel/py-dulwich/PLIST
@@ -1,9 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2014/01/20 12:42:24 wiz Exp $
-bin/dul-daemon
+@comment $NetBSD: PLIST,v 1.6 2015/04/02 15:28:25 wiz Exp $
bin/dul-receive-pack
bin/dul-upload-pack
-bin/dul-web
bin/dulwich
+${PYSITELIB}/docs/tutorial/conclusion.txt
+${PYSITELIB}/docs/tutorial/file-format.txt
+${PYSITELIB}/docs/tutorial/index.txt
+${PYSITELIB}/docs/tutorial/introduction.txt
+${PYSITELIB}/docs/tutorial/object-store.txt
+${PYSITELIB}/docs/tutorial/remote.txt
+${PYSITELIB}/docs/tutorial/repo.txt
+${PYSITELIB}/docs/tutorial/tag.txt
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,8 +20,11 @@ ${PYSITELIB}/dulwich/__init__.pyo
${PYSITELIB}/dulwich/_compat.py
${PYSITELIB}/dulwich/_compat.pyc
${PYSITELIB}/dulwich/_compat.pyo
+${PYSITELIB}/dulwich/_diff_tree.c
${PYSITELIB}/dulwich/_diff_tree.so
+${PYSITELIB}/dulwich/_objects.c
${PYSITELIB}/dulwich/_objects.so
+${PYSITELIB}/dulwich/_pack.c
${PYSITELIB}/dulwich/_pack.so
${PYSITELIB}/dulwich/client.py
${PYSITELIB}/dulwich/client.pyc
@@ -23,6 +32,18 @@ ${PYSITELIB}/dulwich/client.pyo
${PYSITELIB}/dulwich/config.py
${PYSITELIB}/dulwich/config.pyc
${PYSITELIB}/dulwich/config.pyo
+${PYSITELIB}/dulwich/contrib/__init__.py
+${PYSITELIB}/dulwich/contrib/__init__.pyc
+${PYSITELIB}/dulwich/contrib/__init__.pyo
+${PYSITELIB}/dulwich/contrib/swift.py
+${PYSITELIB}/dulwich/contrib/swift.pyc
+${PYSITELIB}/dulwich/contrib/swift.pyo
+${PYSITELIB}/dulwich/contrib/test_swift.py
+${PYSITELIB}/dulwich/contrib/test_swift.pyc
+${PYSITELIB}/dulwich/contrib/test_swift.pyo
+${PYSITELIB}/dulwich/contrib/test_swift_smoke.py
+${PYSITELIB}/dulwich/contrib/test_swift_smoke.pyc
+${PYSITELIB}/dulwich/contrib/test_swift_smoke.pyo
${PYSITELIB}/dulwich/diff_tree.py
${PYSITELIB}/dulwich/diff_tree.pyc
${PYSITELIB}/dulwich/diff_tree.pyo
@@ -35,6 +56,9 @@ ${PYSITELIB}/dulwich/fastexport.pyo
${PYSITELIB}/dulwich/file.py
${PYSITELIB}/dulwich/file.pyc
${PYSITELIB}/dulwich/file.pyo
+${PYSITELIB}/dulwich/greenthreads.py
+${PYSITELIB}/dulwich/greenthreads.pyc
+${PYSITELIB}/dulwich/greenthreads.pyo
${PYSITELIB}/dulwich/hooks.py
${PYSITELIB}/dulwich/hooks.pyc
${PYSITELIB}/dulwich/hooks.pyo
@@ -53,6 +77,9 @@ ${PYSITELIB}/dulwich/object_store.pyo
${PYSITELIB}/dulwich/objects.py
${PYSITELIB}/dulwich/objects.pyc
${PYSITELIB}/dulwich/objects.pyo
+${PYSITELIB}/dulwich/objectspec.py
+${PYSITELIB}/dulwich/objectspec.pyc
+${PYSITELIB}/dulwich/objectspec.pyo
${PYSITELIB}/dulwich/pack.py
${PYSITELIB}/dulwich/pack.pyc
${PYSITELIB}/dulwich/pack.pyo
@@ -74,6 +101,7 @@ ${PYSITELIB}/dulwich/repo.pyo
${PYSITELIB}/dulwich/server.py
${PYSITELIB}/dulwich/server.pyc
${PYSITELIB}/dulwich/server.pyo
+${PYSITELIB}/dulwich/stdint.h
${PYSITELIB}/dulwich/tests/__init__.py
${PYSITELIB}/dulwich/tests/__init__.pyc
${PYSITELIB}/dulwich/tests/__init__.pyo
@@ -104,6 +132,82 @@ ${PYSITELIB}/dulwich/tests/compat/test_web.pyo
${PYSITELIB}/dulwich/tests/compat/utils.py
${PYSITELIB}/dulwich/tests/compat/utils.pyc
${PYSITELIB}/dulwich/tests/compat/utils.pyo
+${PYSITELIB}/dulwich/tests/data/blobs/11/11111111111111111111111111111111111111
+${PYSITELIB}/dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8
+${PYSITELIB}/dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349
+${PYSITELIB}/dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
+${PYSITELIB}/dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
+${PYSITELIB}/dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
+${PYSITELIB}/dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
+${PYSITELIB}/dulwich/tests/data/indexes/index
+${PYSITELIB}/dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
+${PYSITELIB}/dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
+${PYSITELIB}/dulwich/tests/data/repos/.gitattributes
+${PYSITELIB}/dulwich/tests/data/repos/a.git/HEAD
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50
+${PYSITELIB}/dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f
+${PYSITELIB}/dulwich/tests/data/repos/a.git/packed-refs
+${PYSITELIB}/dulwich/tests/data/repos/a.git/refs/heads/master
+${PYSITELIB}/dulwich/tests/data/repos/a.git/refs/tags/mytag
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/HEAD
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/config
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/objects/info/.gitignore
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
+${PYSITELIB}/dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/HEAD
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5
+${PYSITELIB}/dulwich/tests/data/repos/ooo_merge.git/refs/heads/master
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/HEAD
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/packed-refs
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/refs/heads/loop
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/refs/heads/master
+${PYSITELIB}/dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2
+${PYSITELIB}/dulwich/tests/data/repos/server_new.export
+${PYSITELIB}/dulwich/tests/data/repos/server_old.export
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/HEAD
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
+${PYSITELIB}/dulwich/tests/data/repos/simple_merge.git/refs/heads/master
+${PYSITELIB}/dulwich/tests/data/repos/submodule/dotgit
+${PYSITELIB}/dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
+${PYSITELIB}/dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
${PYSITELIB}/dulwich/tests/test_blackbox.py
${PYSITELIB}/dulwich/tests/test_blackbox.pyc
${PYSITELIB}/dulwich/tests/test_blackbox.pyo
@@ -125,6 +229,9 @@ ${PYSITELIB}/dulwich/tests/test_file.pyo
${PYSITELIB}/dulwich/tests/test_grafts.py
${PYSITELIB}/dulwich/tests/test_grafts.pyc
${PYSITELIB}/dulwich/tests/test_grafts.pyo
+${PYSITELIB}/dulwich/tests/test_greenthreads.py
+${PYSITELIB}/dulwich/tests/test_greenthreads.pyc
+${PYSITELIB}/dulwich/tests/test_greenthreads.pyo
${PYSITELIB}/dulwich/tests/test_hooks.py
${PYSITELIB}/dulwich/tests/test_hooks.pyc
${PYSITELIB}/dulwich/tests/test_hooks.pyo
@@ -143,6 +250,9 @@ ${PYSITELIB}/dulwich/tests/test_object_store.pyo
${PYSITELIB}/dulwich/tests/test_objects.py
${PYSITELIB}/dulwich/tests/test_objects.pyc
${PYSITELIB}/dulwich/tests/test_objects.pyo
+${PYSITELIB}/dulwich/tests/test_objectspec.py
+${PYSITELIB}/dulwich/tests/test_objectspec.pyc
+${PYSITELIB}/dulwich/tests/test_objectspec.pyo
${PYSITELIB}/dulwich/tests/test_pack.py
${PYSITELIB}/dulwich/tests/test_pack.pyc
${PYSITELIB}/dulwich/tests/test_pack.pyo
@@ -155,6 +265,9 @@ ${PYSITELIB}/dulwich/tests/test_porcelain.pyo
${PYSITELIB}/dulwich/tests/test_protocol.py
${PYSITELIB}/dulwich/tests/test_protocol.pyc
${PYSITELIB}/dulwich/tests/test_protocol.pyo
+${PYSITELIB}/dulwich/tests/test_refs.py
+${PYSITELIB}/dulwich/tests/test_refs.pyc
+${PYSITELIB}/dulwich/tests/test_refs.pyo
${PYSITELIB}/dulwich/tests/test_repository.py
${PYSITELIB}/dulwich/tests/test_repository.pyc
${PYSITELIB}/dulwich/tests/test_repository.pyo
diff --git a/devel/py-dulwich/distinfo b/devel/py-dulwich/distinfo
index 7e1e27af632..b7f69ab6c5f 100644
--- a/devel/py-dulwich/distinfo
+++ b/devel/py-dulwich/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/01/20 12:42:24 wiz Exp $
+$NetBSD: distinfo,v 1.7 2015/04/02 15:28:25 wiz Exp $
-SHA1 (dulwich-0.9.4.tar.gz) = dffc10c3aef1076b0a5d0af8c1ede7fc71cec05f
-RMD160 (dulwich-0.9.4.tar.gz) = 26321fed55ef2effa1c0a2f0302e1e4efea87b82
-Size (dulwich-0.9.4.tar.gz) = 235283 bytes
+SHA1 (dulwich-0.10.1a.tar.gz) = 57f1f457be3065bac6706db2aa76d59b078597f9
+RMD160 (dulwich-0.10.1a.tar.gz) = 4c9a5d6c1f80bff8a4058dd06a1be152d5431721
+Size (dulwich-0.10.1a.tar.gz) = 272688 bytes