Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 65439A5815 for ; Sat, 3 May 2014 18:19:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AE68F14A1F5; Sat, 3 May 2014 18:19:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88C2514A1F4 for ; Sat, 3 May 2014 18:19:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id b52Zzh2GjwOA for ; Sat, 3 May 2014 18:19:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0F96614A1F3 for ; Sat, 3 May 2014 18:19:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 04DC796; Sat, 3 May 2014 18:19:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 3 May 2014 18:19:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140503181931.04DC796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat May 3 18:19:30 UTC 2014 Modified Files: pkgsrc/www/py-django: Makefile distinfo Log Message: Changes 1.6.4: Shortly after last week's security releases were issued, we received reports of a potential regression in using reverse() with views created by functools.partial. We were able to confirm the bug, and test and commit a fix for it. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-django/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-django/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.