Date: Friday, January 11, 2019 @ 20:03:21 Author: jelle Revision: 343693
upgpkg: python2-django 1.11.18-1 Upstream security update CVE-2019-3498. Modified: python2-django/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-11 19:58:06 UTC (rev 343692) +++ PKGBUILD 2019-01-11 20:03:21 UTC (rev 343693) @@ -3,7 +3,7 @@ # Contributor: Shahar Weiss <[email protected]> pkgname=python2-django -pkgver=1.11.17 +pkgver=1.11.18 pkgrel=1 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design" arch=('any') @@ -14,7 +14,7 @@ optdepends=('mysql-python: for MySQL backend' 'python2-psycopg2: for PostgreSQL backend') source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/") -sha512sums=('ecf798ce8037d79dbbe673ad583e6414c9a24b807442feb967927b78cacb467f7f5c20e938116829d9b0df0563ee110a8d07294fd40b99dbd6356c8bae151bd6') +sha512sums=('35c885e835c5e85257774c65c11bf851e710c745df3366487159f21f90e092236dd8d2cee86e8165945e57fc710989b0ea2747682fa4ce37d5e93d4f664b76c1') build() { cd "$srcdir/Django-$pkgver"
