[arch-commits] Commit in django/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jul 22 12:45:57 UTC 2016


    Date: Friday, July 22, 2016 @ 12:45:57
  Author: anthraxx
Revision: 272115

upgpkg: django 1.9.8-1 (security update)

- fixes CVE-2016-6186

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 12:06:22 UTC (rev 272114)
+++ PKGBUILD	2016-07-22 12:45:57 UTC (rev 272115)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9.7
+pkgver=1.9.8
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/"
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz")
-md5sums=('7de9ba83bfe01f4b7d45645c1b259c83')
-sha256sums=('2b29e81c8c32b3c0d9a0119217416887c480d927ae2630bada2da83078c93bf6')
+md5sums=('486d18b73d38313058ec8f81b765421c')
+sha256sums=('b9806e0d598fd04b29b8ef35aea8c9308b3803c3ce8adab4d342db9cdfd42dfb')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"



More information about the arch-commits mailing list