diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-03-24 15:47:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-29 13:05:38 +0000 |
commit | 4c6962070a9439d15debfed5d43fcbe62abc5e77 (patch) | |
tree | b7e2ba0a2dcb3b73dc9bd83bba943a2dad3385a9 /testing/py-dulwich/APKBUILD | |
parent | 4ad1cadbe73def57c701f99e3cfed142fdc9eed4 (diff) | |
download | aports-4c6962070a9439d15debfed5d43fcbe62abc5e77.tar.bz2 aports-4c6962070a9439d15debfed5d43fcbe62abc5e77.tar.xz |
testing/py-dulwich: Security fix for CVE-2014-9706
Diffstat (limited to 'testing/py-dulwich/APKBUILD')
-rw-r--r-- | testing/py-dulwich/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD index 37b9c07126..30384b2a78 100644 --- a/testing/py-dulwich/APKBUILD +++ b/testing/py-dulwich/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-dulwich _pkgname=dulwich -pkgver=0.9.7 +pkgver=0.10.0 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="http://www.samba.org/~jelmer/dulwich/" @@ -26,6 +26,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="67373bc293d25fe0f67161b7151f5aa9 dulwich-0.9.7.tar.gz" -sha256sums="12e77b0434a3bb3075e9c96e608ee9c3f85e49bc9c8335139aba8795de4000f3 dulwich-0.9.7.tar.gz" -sha512sums="163a3df862e72d8bda5119a381868e7e64edb37973c206aa3f8eb850c6207d3ab5399c97b25adf543f57bdef46e5d3ebd8d2d5e45f5b3ed9babf64ae94f77386 dulwich-0.9.7.tar.gz" +md5sums="caa3222039ca1359c011c2d5e4f2d85b dulwich-0.10.0.tar.gz" +sha256sums="518bb4aa3e5ad81982bfe571594af81ab9f78feb4e33bfade6c1553afff69237 dulwich-0.10.0.tar.gz" +sha512sums="a5aa321e1265ee6c96c763a357d204eda7b9d4d6e90e0b18898342f34b9babf4d43857b9974d6bf442f9ba4da54fed4342c5724772cc9028138e8ec75d2e4896 dulwich-0.10.0.tar.gz" |