From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 30 12:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C6A098EA for ; Wed, 30 Jan 2013 12:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AD9B82B5 for ; Wed, 30 Jan 2013 12:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0UC00iE088780 for ; Wed, 30 Jan 2013 12:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0UC00Li088779; Wed, 30 Jan 2013 12:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 30 Jan 2013 12:00:00 GMT Resent-Message-Id: <201301301200.r0UC00Li088779@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 361978A5 for ; Wed, 30 Jan 2013 11:55:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 219DB295 for ; Wed, 30 Jan 2013 11:55:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0UBtnht043915 for ; Wed, 30 Jan 2013 11:55:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0UBtnu4043914; Wed, 30 Jan 2013 11:55:49 GMT (envelope-from nobody) Message-Id: <201301301155.r0UBtnu4043914@red.freebsd.org> Date: Wed, 30 Jan 2013 11:55:49 GMT From: Dmitry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175698: www/trac-accountmanager update to 0.5.12583 [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 12:00:00 -0000 >Number: 175698 >Category: ports >Synopsis: www/trac-accountmanager update to 0.5.12583 [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 30 12:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 9.1-STABLE >Organization: - >Environment: FreeBSD *** 9.1-STABLE FreeBSD 9.1-STABLE #0 r245686: *** root@***:/usr/obj/usr/src/sys/GENERIC_ amd64 >Description: resolved issues * #8217: Race condition when creating new accounts * #8927: LoginModule with .htpasswd & passwd reset => not working * #10681: User with empty password can't reset their password * #10740: Checkbox columns are too wide on the Accounts: Cleanup page * #10765: AttributeError: 'NoneType' object has no attribute 'strip' * #10772: ProgrammingError: operator does not exist: text = integer * #10829: Consider renaming 'Save' buttons to 'Apply changes' * prevent two ways for a user to bypass a forced password change * skip BotTrapCheck on admin user requests, i.e. from inside user admin panel * keep trac.auth.LoginModule options defined after disabling that component by defining all options in acct_mgr.web_ui.LoginModule as well * fix access to account properties clean-up from user admin panel new features * #843: Make admin approval required for account registration * #7426: Dynamicity of Trac (Show number of registered users) * #8595: Ability to ban accounts * #10739: Move 'Back to Accounts' button to the contextual navigation * #10741: Provide email verification status indicator on user admin panel * #10742: Rename "Update" button to "Refresh" on Review Account Details page * #10745: Add 'Select all' checkbox to header of list in user admin panel * add unit tests for db access functions * add account guard configuration to config admin panel * allow logging-in into password-less accounts via acct_mgr.LoginModule * filter account list in user admin panel by account status >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile_ +++ Makefile @@ -1,7 +1,7 @@ # $FreeBSD: head/www/trac-accountmanager/Makefile 307315 2012-11-11 14:31:08Z rm $ PORTNAME= accountmanager -PORTVERSION= 0.4.${REV} +PORTVERSION= 0.5.${REV} PORTEPOCH= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ @@ -16,12 +16,12 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac FETCH_BEFORE_ARGS= -o ${DISTFILES} -REV= 11722 +REV= 12583 USE_ZIP= yes USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracAccountManager -PYDISTUTILS_PKGVERSION= 0.4dev +PYDISTUTILS_PKGVERSION= 0.5dev PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk --- distinfo_ +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (trac/accountmanager-0.4.11722.zip) = 9f96972730954a827e0e41ce0073efd8dd3b01e0f82da1bf475d6d7a9d2a855a -SIZE (trac/accountmanager-0.4.11722.zip) = 153428 +SHA256 (trac/accountmanager-0.5.12583.zip) = 704c89934a2be65f051f602e71c9162b6e1c48710dcf42a72b68e6e7e446c0b6 +SIZE (trac/accountmanager-0.5.12583.zip) = 309199 >Release-Note: >Audit-Trail: >Unformatted: