summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-03 11:32:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-03 11:38:16 +0000
commit3737a963afd08d52d676da5641618ed4ed4b3063 (patch)
tree40f2b0652492f2e320aecebdc3719d432d3fde75 /testing
parent9318a0938cf98e4647ef754c2533ea600ff348b9 (diff)
downloadaports-3737a963afd08d52d676da5641618ed4ed4b3063.tar.bz2
aports-3737a963afd08d52d676da5641618ed4ed4b3063.tar.xz
testing/py-crypto: security upgrade to 2.6 (CVE-2012-2417)
fixes #1238
Diffstat (limited to 'testing')
-rw-r--r--testing/py-crypto/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-crypto/APKBUILD b/testing/py-crypto/APKBUILD
index f00d805bb..7dfc55210 100644
--- a/testing/py-crypto/APKBUILD
+++ b/testing/py-crypto/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-crypto
_pkgname=pycrypto
-pkgver=2.3
-pkgrel=1
+pkgver=2.6
+pkgrel=0
pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python."
url="https://www.dlitz.net/software/pycrypto/"
arch="all"
@@ -25,4 +25,4 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="2b811cfbfc342d83ee614097effb8101 pycrypto-2.3.tar.gz"
+md5sums="88dad0a270d1fe83a39e0467a66a22bb pycrypto-2.6.tar.gz"