Skip to content
Snippets Groups Projects
Commit 4c696207 authored by Fabian Affolter's avatar Fabian Affolter Committed by Natanael Copa
Browse files

testing/py-dulwich: Security fix for CVE-2014-9706

parent 4ad1cadb
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-dulwich pkgname=py-dulwich
_pkgname=dulwich _pkgname=dulwich
pkgver=0.9.7 pkgver=0.10.0
pkgrel=0 pkgrel=0
pkgdesc="A python implementation of the Git file formats and protocols" pkgdesc="A python implementation of the Git file formats and protocols"
url="http://www.samba.org/~jelmer/dulwich/" url="http://www.samba.org/~jelmer/dulwich/"
...@@ -26,6 +26,6 @@ package() { ...@@ -26,6 +26,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1 python setup.py install --prefix=/usr --root="$pkgdir" || return 1
} }
md5sums="67373bc293d25fe0f67161b7151f5aa9 dulwich-0.9.7.tar.gz" md5sums="caa3222039ca1359c011c2d5e4f2d85b dulwich-0.10.0.tar.gz"
sha256sums="12e77b0434a3bb3075e9c96e608ee9c3f85e49bc9c8335139aba8795de4000f3 dulwich-0.9.7.tar.gz" sha256sums="518bb4aa3e5ad81982bfe571594af81ab9f78feb4e33bfade6c1553afff69237 dulwich-0.10.0.tar.gz"
sha512sums="163a3df862e72d8bda5119a381868e7e64edb37973c206aa3f8eb850c6207d3ab5399c97b25adf543f57bdef46e5d3ebd8d2d5e45f5b3ed9babf64ae94f77386 dulwich-0.9.7.tar.gz" sha512sums="a5aa321e1265ee6c96c763a357d204eda7b9d4d6e90e0b18898342f34b9babf4d43857b9974d6bf442f9ba4da54fed4342c5724772cc9028138e8ec75d2e4896 dulwich-0.10.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment