aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-django
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-01 10:04:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-01 10:04:12 +0000
commitab0e2bab6ed602c505e252eb2297833a74b11e6d (patch)
tree528a8f2ed0c7b6a60e15f66dd0efba1674577f31 /testing/py-django
parent5c71a5c7d0a9eab4806f3a49cbf1bef215781dd5 (diff)
downloadaports-ab0e2bab6ed602c505e252eb2297833a74b11e6d.tar.bz2
aports-ab0e2bab6ed602c505e252eb2297833a74b11e6d.tar.xz
testing/py-django: security upgrade to 1.4.1 (CVE-2012-3442,CVE-2012-3443,CVE-2012-3444)
fixes #1372
Diffstat (limited to 'testing/py-django')
-rw-r--r--testing/py-django/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-django/APKBUILD b/testing/py-django/APKBUILD
index a48e7e5310..acdc18d265 100644
--- a/testing/py-django/APKBUILD
+++ b/testing/py-django/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer:
pkgname=py-django
_pkgname=Django
-pkgver=1.2.5
-pkgrel=1
+pkgver=1.4.1
+pkgrel=0
pkgdesc="A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
url="http://djangoproject.com/"
arch="noarch"
@@ -26,4 +26,4 @@ package() {
python setup.py install --root "$pkgdir"
}
-md5sums="e031ea3d00996035e49e4bfa86e07c40 Django-1.2.5.tar.gz"
+md5sums="e345268dacff12876ae4e45de0a61b7d Django-1.4.1.tar.gz"