From owner-svn-ports-head@freebsd.org Tue Mar 15 17:34:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A54C6AD0D12; Tue, 15 Mar 2016 17:34:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D09E1382; Tue, 15 Mar 2016 17:34:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2FHY8xn015344; Tue, 15 Mar 2016 17:34:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2FHY8xp015342; Tue, 15 Mar 2016 17:34:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603151734.u2FHY8xp015342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 15 Mar 2016 17:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411197 - head/www/py-django-allauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 17:34:09 -0000 Author: feld Date: Tue Mar 15 17:34:08 2016 New Revision: 411197 URL: https://svnweb.freebsd.org/changeset/ports/411197 Log: www/py-django-allauth: Update to 0.25.2 0.25.0 (2016-03-12) * Many providers were added: Reddit, Untappd, GitLab, Stripe, Pinterest, Shopify, Draugiem, DigitalOcean, Robinhood, Bitbucket(OAuth2). * The account connections view is now AJAX aware. * You can now customize the template extension that is being used to render all HTML templates (ACCOUNT_TEMPLATE_EXTENSION) * In order to be secure by default, users are now blocked from logging in after exceeding a maximum number of failed login attempts (see ACCOUNT_LOGIN_ATTEMPTS_LIMIT, ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT). Set ACCOUNT_LOGIN_ATTEMPTS_LIMIT to None to disable this functionality. Important: while this protects the allauth login view, it does not protect Django’s admin login from being brute forced. * New translations: Arabic, Lithuanian 0.25.1 (2016-03-13) * Bug fix release (AttributeError in password reset view). 0.25.2 (2016-03-13) * Bug fix release (MemcachedKeyCharacterError: "Control characters not allowed") PR: 207950 Modified: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo Modified: head/www/py-django-allauth/Makefile ============================================================================== --- head/www/py-django-allauth/Makefile Tue Mar 15 17:26:50 2016 (r411196) +++ head/www/py-django-allauth/Makefile Tue Mar 15 17:34:08 2016 (r411197) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= django-allauth -PORTVERSION= 0.24.1 -PORTREVISION= 1 +PORTVERSION= 0.25.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-allauth/distinfo ============================================================================== --- head/www/py-django-allauth/distinfo Tue Mar 15 17:26:50 2016 (r411196) +++ head/www/py-django-allauth/distinfo Tue Mar 15 17:34:08 2016 (r411197) @@ -1,2 +1,2 @@ -SHA256 (django-allauth-0.24.1.tar.gz) = 229a6a5a63ff55f9eb46d4dae3863ba775735bf60bfc16bf4e2042f214f18e1d -SIZE (django-allauth-0.24.1.tar.gz) = 336969 +SHA256 (django-allauth-0.25.2.tar.gz) = 382632fc4e85d577bcb4a747dcd0fff0b4893fffe275922e8489855608f50252 +SIZE (django-allauth-0.25.2.tar.gz) = 408966